Home
last modified time | relevance | path

Searched defs:bdIndex (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_sdma.c89 …void SAI_TxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in SAI_TxSDMACallback()
116 …void SAI_RxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in SAI_RxSDMACallback()
/hal_nxp-latest/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc_sdma.c94 …oid ASRC_InSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in ASRC_InSDMACallback()
132 …id ASRC_OutSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in ASRC_OutSDMACallback()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.h335 uint32_t bdIndex; /*!< How many buffer descriptor */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c795 for (uint32_t bdIndex = 0; bdIndex < totBdNum; bdIndex++) in EP_SendFrameCommon() local