Home
last modified time | relevance | path

Searched refs:lpspi_master_handle_t (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h309 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);
Dfsl_lpspi.c64 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 …]
Dfsl_lpspi_freertos.h39lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R…
Dfsl_lpspi_freertos.c16 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/
Dfsl_adapter_lpspi.c53 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/
Dfsl_lpspi_cmsis.c53 lpspi_master_handle_t masterHandle;
881 lpspi_master_handle_t *handle, in KSDK_LPSPI_MasterInterruptCallback()