iLLD_TC27xD  1.0
Channel Functions
Collaboration diagram for Channel Functions:

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...
 

Detailed Description

Function Documentation

IFX_EXTERN SpiIf_Status IfxQspi_SpiMaster_initChannel ( IfxQspi_SpiMaster_Channel chHandle,
const IfxQspi_SpiMaster_ChannelConfig chConfig 
)

Initializes the channel.

Parameters
chHandleModule Channel handle
chConfigChannel configuration structure
Returns
Status of Channel (busy or ok or failure)

Usage example: see How to use the SPI Master Interface driver?

  • Override the SLSO manually as general-purpose output

Definition at line 228 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.

Parameters
chConfigConfiguration structure which should be initialized.
handleModule handle
Returns
None

Usage example: see How to use the SPI Master Interface driver?

Definition at line 299 of file IfxQspi_SpiMaster.c.