Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_sdma.c56 …oid SAI_TxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex);
66 …oid SAI_RxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex);
89 …void SAI_TxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in SAI_TxSDMACallback() argument
116 …void SAI_RxSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in SAI_RxSDMACallback() argument
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc_sdma.c39 …id ASRC_InSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex);
49 …d ASRC_OutSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex);
94 …oid ASRC_InSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in ASRC_InSDMACallback() argument
132 …id ASRC_OutSDMACallback(sdma_handle_t *handle, void *userData, bool transferDone, uint32_t bdIndex) in ASRC_OutSDMACallback() argument
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.h321 …(*sdma_callback)(struct _sdma_handle *handle, void *userData, bool transferDone, uint32_t bdIndex);
331 uint32_t bdIndex; /*!< How many buffer descriptor */ member
Dfsl_sdma.c1031 handle->bdIndex = (handle->bdIndex + 1U) % handle->bdCount; in SDMA_HandleIRQ()
1032 s_SDMACCB[0][handle->channel].currentBDAddr = (uint32_t)(&handle->BDPool[handle->bdIndex]); in SDMA_HandleIRQ()
1041 (handle->callback)(handle, handle->userData, true, handle->bdIndex); in SDMA_HandleIRQ()