Home
last modified time | relevance | path

Searched refs:ecspi_sdma_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_ecspi_sdma.h26 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);
Dfsl_ecspi_sdma.c24 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()