Searched refs:axiDbgNumOfBeats (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c81 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("axiDbgNumOfBeats has to be in the range 1 - %d", DMA_MODE_MAX_AXI_DBG_NUM_OF_BEATS));
3266 t_Error FM_ConfigDmaAxiDbgNumOfBeats(t_Handle h_Fm, uint8_t axiDbgNumOfBeats) argument
3273 p_Fm->p_FmDriverParam->dmaAxiDbgNumOfBeats = axiDbgNumOfBeats;
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h643 @Param[in] axiDbgNumOfBeats The selected new value.
649 t_Error FM_ConfigDmaAxiDbgNumOfBeats(t_Handle h_Fm, uint8_t axiDbgNumOfBeats);

Completed in 76 milliseconds