Searched refs:bdIndex (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sai/ |
| D | fsl_sai_sdma.c | 56 …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-latest/mcux/mcux-sdk/drivers/easrc/ |
| D | fsl_asrc_sdma.c | 39 …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-latest/mcux/mcux-sdk/drivers/sdma/ |
| D | fsl_sdma.c | 1035 handle->bdIndex = (handle->bdIndex + 1U) % handle->bdCount; in SDMA_HandleIRQ() 1036 s_SDMACCB[0][handle->channel].currentBDAddr = (uint32_t)(&handle->BDPool[handle->bdIndex]); in SDMA_HandleIRQ() 1045 (handle->callback)(handle, handle->userData, true, handle->bdIndex); in SDMA_HandleIRQ()
|
| D | fsl_sdma.h | 325 …(*sdma_callback)(struct _sdma_handle *handle, void *userData, bool transferDone, uint32_t bdIndex); 335 uint32_t bdIndex; /*!< How many buffer descriptor */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_endpoint.c | 795 for (uint32_t bdIndex = 0; bdIndex < totBdNum; bdIndex++) in EP_SendFrameCommon() local 817 if (bdIndex == 0U) in EP_SendFrameCommon() 852 bdIndex++; in EP_SendFrameCommon()
|