Searched refs:flexio_spi_master_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_flexio_spi.h | 146 typedef struct _flexio_spi_master_handle flexio_spi_master_handle_t; typedef 149 typedef flexio_spi_master_handle_t flexio_spi_slave_handle_t; 153 flexio_spi_master_handle_t *handle, 564 flexio_spi_master_handle_t *handle, 582 flexio_spi_master_handle_t *handle, 591 void FLEXIO_SPI_MasterTransferAbort(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handle); 602 status_t FLEXIO_SPI_MasterTransferGetCount(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handl…
|
| D | fsl_flexio_spi.c | 44 static void FLEXIO_SPI_TransferSendTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *h… 56 static void FLEXIO_SPI_TransferReceiveTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t… 71 static void FLEXIO_SPI_TransferSendTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *h… in FLEXIO_SPI_TransferSendTransaction() 113 static void FLEXIO_SPI_TransferReceiveTransaction(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t… in FLEXIO_SPI_TransferReceiveTransaction() 641 flexio_spi_master_handle_t *handle, in FLEXIO_SPI_MasterTransferCreateHandle() 664 flexio_spi_master_handle_t *handle, in FLEXIO_SPI_MasterTransferNonBlocking() 771 status_t FLEXIO_SPI_MasterTransferGetCount(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handl… in FLEXIO_SPI_MasterTransferGetCount() 793 void FLEXIO_SPI_MasterTransferAbort(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handle) in FLEXIO_SPI_MasterTransferAbort() 812 flexio_spi_master_handle_t *handle = (flexio_spi_master_handle_t *)spiHandle; in FLEXIO_SPI_MasterTransferHandleIRQ() 945 flexio_spi_master_handle_t *handle = (flexio_spi_master_handle_t *)spiHandle; in FLEXIO_SPI_SlaveTransferHandleIRQ()
|