Searched refs:dspi_master_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
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 …]
|