iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE uint32 | IfxQspi_SpiMaster_readReceiveFifo (IfxQspi_SpiMaster *handle) |
Reads data or status in RxFIFO. More... | |
IFX_INLINE void | IfxQspi_SpiMaster_writeBasicConfiguration (IfxQspi_SpiMaster *handle, uint32 baconVal) |
Writes Basic configuration value to Tx FIFO. More... | |
IFX_INLINE void | IfxQspi_SpiMaster_writeExtendedConfiguration (IfxQspi_SpiMaster_Channel *chHandle, uint32 econVal) |
Writes extended configuration of the channel. More... | |
IFX_INLINE void | IfxQspi_SpiMaster_writeMixedDataConfiguration (IfxQspi_SpiMaster *handle, uint32 mixEntryVal) |
Writes data and configuration mixed value to Tx FIFO. More... | |
IFX_INLINE void | IfxQspi_SpiMaster_writeTransmitFifo (IfxQspi_SpiMaster_Channel *chHandle, uint32 data) |
Writes the data to TxFIFO. More... | |
IFX_INLINE uint32 IfxQspi_SpiMaster_readReceiveFifo | ( | IfxQspi_SpiMaster * | handle) |
Reads data or status in RxFIFO.
handle | Module handle |
Definition at line 697 of file IfxQspi_SpiMaster.h.
IFX_INLINE void IfxQspi_SpiMaster_writeBasicConfiguration | ( | IfxQspi_SpiMaster * | handle, |
uint32 | baconVal | ||
) |
Writes Basic configuration value to Tx FIFO.
handle | Module handle |
baconVal | Basic configuration value to be entered in TxFIFO |
Definition at line 705 of file IfxQspi_SpiMaster.h.
IFX_INLINE void IfxQspi_SpiMaster_writeExtendedConfiguration | ( | IfxQspi_SpiMaster_Channel * | chHandle, |
uint32 | econVal | ||
) |
Writes extended configuration of the channel.
chHandle | Module Channel handle |
econVal | Channel Timing configuration value |
Definition at line 712 of file IfxQspi_SpiMaster.h.
IFX_INLINE void IfxQspi_SpiMaster_writeMixedDataConfiguration | ( | IfxQspi_SpiMaster * | handle, |
uint32 | mixEntryVal | ||
) |
Writes data and configuration mixed value to Tx FIFO.
handle | Module handle |
mixEntryVal | Mixed of Data and configuration |
Definition at line 718 of file IfxQspi_SpiMaster.h.
IFX_INLINE void IfxQspi_SpiMaster_writeTransmitFifo | ( | IfxQspi_SpiMaster_Channel * | chHandle, |
uint32 | data | ||
) |
Writes the data to TxFIFO.
chHandle | Module Channel handle |
data | Data to be entered in Tx FIFO |
Definition at line 725 of file IfxQspi_SpiMaster.h.