Searched refs:ecspi_sdma_handle_t (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/ |
D | fsl_ecspi_sdma.h | 26 typedef struct _ecspi_sdma_handle ecspi_sdma_handle_t; typedef 29 typedef void (*ecspi_sdma_callback_t)(ECSPI_Type *base, ecspi_sdma_handle_t *handle, status_t statu… 75 ecspi_sdma_handle_t *handle, 103 ecspi_sdma_handle_t *handle, 125 status_t ECSPI_MasterTransferSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle, ecspi_transfer_t *… 139 status_t ECSPI_SlaveTransferSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle, ecspi_transfer_t *x… 146 void ECSPI_MasterTransferAbortSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle); 153 void ECSPI_SlaveTransferAbortSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle);
|
D | fsl_ecspi_sdma.c | 24 ecspi_sdma_handle_t *handle; /*!< ecspi_sdma_handle_t handle */ 33 ecspi_sdma_handle_t *handle; /*!< ecspi_sdma_handle_t handle */ 121 void ECSPI_MasterTransferAbortSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle) in ECSPI_MasterTransferAbortSDMA() 182 void ECSPI_SlaveTransferAbortSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle) in ECSPI_SlaveTransferAbortSDMA() 215 ecspi_sdma_handle_t *handle, in ECSPI_MasterTransferCreateHandleSDMA() 273 ecspi_sdma_handle_t *handle, in ECSPI_SlaveTransferCreateHandleSDMA() 325 status_t ECSPI_MasterTransferSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle, ecspi_transfer_t *… in ECSPI_MasterTransferSDMA() 396 status_t ECSPI_SlaveTransferSDMA(ECSPI_Type *base, ecspi_sdma_handle_t *handle, ecspi_transfer_t *x… in ECSPI_SlaveTransferSDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/ |
D | fsl_ecspi_cmsis.c | 69 ecspi_sdma_handle_t *handle; 273 ecspi_sdma_handle_t *handle, in KSDK_ECSPI_MasterSDMACallback() 290 static void KSDK_ECSPI_SlaveSDMACallback(ECSPI_Type *base, ecspi_sdma_handle_t *handle, status_t st… in KSDK_ECSPI_SlaveSDMACallback() 1172 AT_NONCACHEABLE_SECTION_ALIGN(static ecspi_sdma_handle_t ECSPI1_SdmaHandle, 4); 1335 AT_NONCACHEABLE_SECTION_ALIGN(static ecspi_sdma_handle_t ECSPI2_SdmaHandle, 4); 1500 AT_NONCACHEABLE_SECTION_ALIGN(static ecspi_sdma_handle_t ECSPI3_SdmaHandle, 4);
|