Searched refs:ecspi_master_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx8/ |
D | fsl_ecspi.c | 28 typedef void (*ecspi_isr_t)(ECSPI_Type *base, ecspi_master_handle_t *ecspiHandle); 61 static void ECSPI_SendTransfer(ECSPI_Type *base, ecspi_master_handle_t *handle); 73 static void ECSPI_ReceiveTransfer(ECSPI_Type *base, ecspi_master_handle_t *handle); 92 static void ECSPI_CommonIRQHandler(ECSPI_Type *base, ecspi_master_handle_t *handle); 100 static ecspi_master_handle_t *s_ecspiHandle[ARRAY_SIZE(s_ecspiBases)]; 172 static void ECSPI_SendTransfer(ECSPI_Type *base, ecspi_master_handle_t *handle) in ECSPI_SendTransfer() 195 static void ECSPI_ReceiveTransfer(ECSPI_Type *base, ecspi_master_handle_t *handle) in ECSPI_ReceiveTransfer() 628 ecspi_master_handle_t *handle, in ECSPI_MasterTransferCreateHandle() 725 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… in ECSPI_MasterTransferNonBlocking() 792 status_t ECSPI_MasterTransferGetCount(ECSPI_Type *base, ecspi_master_handle_t *handle, size_t *coun… in ECSPI_MasterTransferGetCount() [all …]
|
D | fsl_ecspi.h | 205 typedef struct _ecspi_master_handle ecspi_master_handle_t; typedef 207 typedef ecspi_master_handle_t ecspi_slave_handle_t; 211 ecspi_master_handle_t *handle, 615 ecspi_master_handle_t *handle, 643 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… 654 status_t ECSPI_MasterTransferGetCount(ECSPI_Type *base, ecspi_master_handle_t *handle, size_t *coun… 662 void ECSPI_MasterTransferAbort(ECSPI_Type *base, ecspi_master_handle_t *handle); 670 void ECSPI_MasterTransferHandleIRQ(ECSPI_Type *base, ecspi_master_handle_t *handle);
|