iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxQspi_SpiMaster_initModule (IfxQspi_SpiMaster *handle, const IfxQspi_SpiMaster_Config *config)
 Initialises the module. More...
 
IFX_EXTERN void IfxQspi_SpiMaster_initModuleConfig (IfxQspi_SpiMaster_Config *config, Ifx_QSPI *qspi)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxQspi_SpiMaster_initModule ( IfxQspi_SpiMaster handle,
const IfxQspi_SpiMaster_Config config 
)

Initialises the module.

Parameters
handleModule handle
configPredefined configuration structure of the module
Returns
None

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

Definition at line 312 of file IfxQspi_SpiMaster.c.

IFX_EXTERN void IfxQspi_SpiMaster_initModuleConfig ( IfxQspi_SpiMaster_Config config,
Ifx_QSPI *  qspi 
)

Fills the config structure with default values.

Parameters
configConfiguration structure which should be initialized.
qspipointer to QSPI registers
Returns
None

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

Definition at line 509 of file IfxQspi_SpiMaster.c.