Searched refs:lpspi_master_handle_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi.h | 309 typedef struct _lpspi_master_handle lpspi_master_handle_t; typedef 325 lpspi_master_handle_t *handle, 1049 lpspi_master_handle_t *handle, 1089 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… 1101 status_t LPSPI_MasterTransferGetCount(LPSPI_Type *base, lpspi_master_handle_t *handle, size_t *coun… 1111 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle); 1121 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle);
|
D | fsl_lpspi.c | 64 typedef void (*lpspi_master_isr_t)(LPSPI_Type *base, lpspi_master_handle_t *handle); 113 static void LPSPI_MasterTransferFillUpTxFifo(LPSPI_Type *base, lpspi_master_handle_t *handle); 120 static void LPSPI_MasterTransferComplete(LPSPI_Type *base, lpspi_master_handle_t *handle); 832 lpspi_master_handle_t *handle, 1299 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… 1488 static void LPSPI_MasterTransferFillUpTxFifo(LPSPI_Type *base, lpspi_master_handle_t *handle) 1556 static void LPSPI_MasterTransferComplete(LPSPI_Type *base, lpspi_master_handle_t *handle) 1581 status_t LPSPI_MasterTransferGetCount(LPSPI_Type *base, lpspi_master_handle_t *handle, size_t *coun… 1621 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle) 1643 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle) [all …]
|
D | fsl_lpspi_freertos.h | 39 …lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R…
|
D | fsl_lpspi_freertos.c | 16 static void LPSPI_RTOS_Callback(LPSPI_Type *base, lpspi_master_handle_t *drv_handle, status_t statu… in LPSPI_RTOS_Callback()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/ |
D | fsl_adapter_lpspi.c | 53 lpspi_master_handle_t hardwareHandle; 172 static void HAL_SpiMasterCallback(LPSPI_Type *base, lpspi_master_handle_t *handle, status_t status,… in HAL_SpiMasterCallback()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/ |
D | fsl_lpspi_cmsis.c | 53 lpspi_master_handle_t masterHandle; 881 lpspi_master_handle_t *handle, in KSDK_LPSPI_MasterInterruptCallback()
|