iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxAsclin_Spi_disableModule (IfxAsclin_Spi *asclin)
 Disables the module. More...
 
IFX_EXTERN IfxAsclin_Status IfxAsclin_Spi_initModule (IfxAsclin_Spi *asclin, const IfxAsclin_Spi_Config *config)
 Initialises the module. More...
 
IFX_EXTERN void IfxAsclin_Spi_initModuleConfig (IfxAsclin_Spi_Config *config, Ifx_ASCLIN *asclin)
 Fills the configuration structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Spi_disableModule ( IfxAsclin_Spi asclin)

Disables the module.

Parameters
asclinmodule handle
Returns
None

Definition at line 51 of file IfxAsclin_Spi.c.

IFX_EXTERN IfxAsclin_Status IfxAsclin_Spi_initModule ( IfxAsclin_Spi asclin,
const IfxAsclin_Spi_Config config 
)

Initialises the module.

Parameters
asclinmodule handle
configpredefined configuration structure of the module
Returns
Status

A coding example can be found in How to use the ASCLIN SPI Interface driver?

Definition at line 93 of file IfxAsclin_Spi.c.

IFX_EXTERN void IfxAsclin_Spi_initModuleConfig ( IfxAsclin_Spi_Config config,
Ifx_ASCLIN *  asclin 
)

Fills the configuration structure with default values.

Parameters
configpredefined configuration structure of the module
asclinpointer to ASCLIN registers
Returns
None

A coding example can be found in How to use the ASCLIN SPI Interface driver?

Definition at line 236 of file IfxAsclin_Spi.c.