iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxAsclin_Asc_disableModule (IfxAsclin_Asc *asclin)
 Disables the module. More...
 
IFX_EXTERN IfxAsclin_Status IfxAsclin_Asc_initModule (IfxAsclin_Asc *asclin, const IfxAsclin_Asc_Config *config)
 Initialises the module. More...
 
IFX_EXTERN void IfxAsclin_Asc_initModuleConfig (IfxAsclin_Asc_Config *config, Ifx_ASCLIN *asclin)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Asc_disableModule ( IfxAsclin_Asc asclin)

Disables the module.

Parameters
asclinmodule handle
Returns
None

Definition at line 82 of file IfxAsclin_Asc.c.

IFX_EXTERN IfxAsclin_Status IfxAsclin_Asc_initModule ( IfxAsclin_Asc asclin,
const IfxAsclin_Asc_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 ASC Interface driver?

Definition at line 149 of file IfxAsclin_Asc.c.

IFX_EXTERN void IfxAsclin_Asc_initModuleConfig ( IfxAsclin_Asc_Config config,
Ifx_ASCLIN *  asclin 
)

Fills the config structure with default values.

Parameters
configconfiguration structure of the module
asclinpointer to ASCLIN registers
Returns
None

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

Definition at line 330 of file IfxAsclin_Asc.c.