Searched refs:dspi_master_handle_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi.h | 301 typedef struct _dspi_master_handle dspi_master_handle_t; /*!< The master handle. */ typedef 317 dspi_master_handle_t *handle, 1065 dspi_master_handle_t *handle, 1092 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer… 1120 dspi_master_handle_t *handle, 1133 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count); 1143 void DSPI_MasterTransferAbort(SPI_Type *base, dspi_master_handle_t *handle); 1153 void DSPI_MasterTransferHandleIRQ(SPI_Type *base, dspi_master_handle_t *handle);
|
D | fsl_dspi.c | 21 typedef void (*dspi_master_isr_t)(SPI_Type *base, dspi_master_handle_t *handle); 47 static void DSPI_MasterTransferFillUpTxFifo(SPI_Type *base, dspi_master_handle_t *handle); 54 static void DSPI_MasterTransferComplete(SPI_Type *base, dspi_master_handle_t *handle); 82 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_… 860 dspi_master_handle_t *handle, in DSPI_MasterTransferCreateHandle() 1152 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_… in DSPI_MasterTransferPrepare() 1207 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer… in DSPI_MasterTransferNonBlocking() 1328 dspi_master_handle_t *handle, in DSPI_MasterHalfDuplexTransferNonBlocking() 1393 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count) in DSPI_MasterTransferGetCount() 1413 static void DSPI_MasterTransferComplete(SPI_Type *base, dspi_master_handle_t *handle) in DSPI_MasterTransferComplete() [all …]
|
D | fsl_dspi_freertos.h | 39 …dspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RT…
|
D | fsl_dspi_freertos.c | 16 static void DSPI_RTOS_Callback(SPI_Type *base, dspi_master_handle_t *drv_handle, status_t status, v… in DSPI_RTOS_Callback()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/ |
D | fsl_adapter_dspi.c | 23 dspi_master_handle_t hardwareHandle; 75 static void HAL_SpiMasterCallback(SPI_Type *base, dspi_master_handle_t *handle, status_t status, vo… in HAL_SpiMasterCallback()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/dspi/ |
D | fsl_dspi_cmsis.c | 52 dspi_master_handle_t masterHandle; 848 dspi_master_handle_t *handle, in KSDK_DSPI_MasterInterruptCallback()
|