iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxAsclin_Lin_disableModule (IfxAsclin_Lin *asclin)
 Disables the module. More...
 
IFX_EXTERN IfxAsclin_Status IfxAsclin_Lin_initModule (IfxAsclin_Lin *asclin, const IfxAsclin_Lin_Config *config)
 Initialises the module. More...
 
IFX_EXTERN void IfxAsclin_Lin_initModuleConfig (IfxAsclin_Lin_Config *config, Ifx_ASCLIN *asclin)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Lin_disableModule ( IfxAsclin_Lin asclin)

Disables the module.

Parameters
asclinmodule handle
Returns
None

Definition at line 227 of file IfxAsclin_Lin.c.

IFX_EXTERN IfxAsclin_Status IfxAsclin_Lin_initModule ( IfxAsclin_Lin asclin,
const IfxAsclin_Lin_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 LIN Interface driver?

Definition at line 246 of file IfxAsclin_Lin.c.

IFX_EXTERN void IfxAsclin_Lin_initModuleConfig ( IfxAsclin_Lin_Config config,
Ifx_ASCLIN *  asclin 
)

Fills the config 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 LIN Interface driver?

Definition at line 360 of file IfxAsclin_Lin.c.