iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE uint32 | IfxQspi_SpiSlave_readReceiveFifo (IfxQspi_SpiSlave *handle) |
Reads data or status in RxFIFO. More... | |
IFX_INLINE void | IfxQspi_SpiSlave_writeTransmitFifo (IfxQspi_SpiSlave *handle, uint32 data) |
Writes the data to TxFIFO. More... | |
IFX_INLINE uint32 IfxQspi_SpiSlave_readReceiveFifo | ( | IfxQspi_SpiSlave * | handle) |
Reads data or status in RxFIFO.
handle | QSpi Slave handle |
Definition at line 547 of file IfxQspi_SpiSlave.h.
IFX_INLINE void IfxQspi_SpiSlave_writeTransmitFifo | ( | IfxQspi_SpiSlave * | handle, |
uint32 | data | ||
) |
Writes the data to TxFIFO.
handle | QSpi slave handle |
data | Data to be entered in Tx FIFO |
Definition at line 555 of file IfxQspi_SpiSlave.h.