iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN SpiIf_Status | IfxQspi_SpiMaster_initChannel (IfxQspi_SpiMaster_Channel *chHandle, const IfxQspi_SpiMaster_ChannelConfig *chConfig) |
Initializes the channel. More... | |
IFX_EXTERN void | IfxQspi_SpiMaster_initChannelConfig (IfxQspi_SpiMaster_ChannelConfig *chConfig, IfxQspi_SpiMaster *handle) |
Fills the config structure with default values. More... | |
IFX_EXTERN SpiIf_Status IfxQspi_SpiMaster_initChannel | ( | IfxQspi_SpiMaster_Channel * | chHandle, |
const IfxQspi_SpiMaster_ChannelConfig * | chConfig | ||
) |
Initializes the channel.
chHandle | Module Channel handle |
chConfig | Channel configuration structure |
Configuration example for a QSPI channel in master mode:
Definition at line 183 of file IfxQspi_SpiMaster.c.
IFX_EXTERN void IfxQspi_SpiMaster_initChannelConfig | ( | IfxQspi_SpiMaster_ChannelConfig * | chConfig, |
IfxQspi_SpiMaster * | handle | ||
) |
Fills the config structure with default values.
chConfig | Configuration structure which should be initialized. |
handle | Module handle |
Usage example: see IfxQspi_SpiMaster_initChannel
Definition at line 251 of file IfxQspi_SpiMaster.c.