Searched refs:flexio_spi_master_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/ |
| D | fsl_flexio_spi.h | 162 typedef struct _flexio_spi_master_handle flexio_spi_master_handle_t; typedef 165 typedef flexio_spi_master_handle_t flexio_spi_slave_handle_t; 169 flexio_spi_master_handle_t *handle, 597 flexio_spi_master_handle_t *handle, 615 flexio_spi_master_handle_t *handle, 624 void FLEXIO_SPI_MasterTransferAbort(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handle); 635 status_t FLEXIO_SPI_MasterTransferGetCount(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handl…
|
| D | fsl_flexio_spi.c | 41 static void FLEXIO_SPI_TransferSendTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *h… 53 static void FLEXIO_SPI_TransferReceiveTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t… 68 static void FLEXIO_SPI_TransferSendTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *h… in FLEXIO_SPI_TransferSendTransaction() 128 static void FLEXIO_SPI_TransferReceiveTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t… in FLEXIO_SPI_TransferReceiveTransaction() 1037 flexio_spi_master_handle_t *handle, in FLEXIO_SPI_MasterTransferCreateHandle() 1075 flexio_spi_master_handle_t *handle, in FLEXIO_SPI_MasterTransferNonBlocking() 1250 status_t FLEXIO_SPI_MasterTransferGetCount(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handl… in FLEXIO_SPI_MasterTransferGetCount() 1278 void FLEXIO_SPI_MasterTransferAbort(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handle) in FLEXIO_SPI_MasterTransferAbort() 1303 flexio_spi_master_handle_t *handle = (flexio_spi_master_handle_t *)spiHandle; in FLEXIO_SPI_MasterTransferHandleIRQ() 1518 flexio_spi_master_handle_t *handle = (flexio_spi_master_handle_t *)spiHandle; in FLEXIO_SPI_SlaveTransferHandleIRQ()
|