Searched refs:ecspi_master_handle_t (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/ |
D | fsl_ecspi.h | 197 typedef struct _ecspi_master_handle ecspi_master_handle_t; typedef 199 typedef ecspi_master_handle_t ecspi_slave_handle_t; 203 ecspi_master_handle_t *handle, 607 ecspi_master_handle_t *handle, 635 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… 646 status_t ECSPI_MasterTransferGetCount(ECSPI_Type *base, ecspi_master_handle_t *handle, size_t *coun… 654 void ECSPI_MasterTransferAbort(ECSPI_Type *base, ecspi_master_handle_t *handle); 662 void ECSPI_MasterTransferHandleIRQ(ECSPI_Type *base, ecspi_master_handle_t *handle);
|
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() 624 ecspi_master_handle_t *handle, in ECSPI_MasterTransferCreateHandle() 721 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… in ECSPI_MasterTransferNonBlocking() 788 status_t ECSPI_MasterTransferGetCount(ECSPI_Type *base, ecspi_master_handle_t *handle, size_t *coun… in ECSPI_MasterTransferGetCount() [all …]
|
D | fsl_ecspi_freertos.h | 39 …ecspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R…
|
D | fsl_ecspi_freertos.c | 16 static void ECSPI_RTOS_Callback(ECSPI_Type *base, ecspi_master_handle_t *drv_handle, status_t statu… in ECSPI_RTOS_Callback()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/ |
D | fsl_ecspi_cmsis.c | 82 ecspi_master_handle_t *handle; 728 ecspi_master_handle_t *handle, in KSDK_ECSPI_MasterInterruptCallback() 1245 static ecspi_master_handle_t ECSPI1_Handle; 1410 static ecspi_master_handle_t ECSPI2_Handle; 1575 static ecspi_master_handle_t ECSPI3_Handle;
|