iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_EXTERN void IfxAsclin_Lin_disableModule | ( | IfxAsclin_Lin * | asclin) |
Disables the module.
asclin | module handle |
Definition at line 228 of file IfxAsclin_Lin.c.
IFX_EXTERN IfxAsclin_Status IfxAsclin_Lin_initModule | ( | IfxAsclin_Lin * | asclin, |
const IfxAsclin_Lin_Config * | config | ||
) |
Initialises the module.
asclin | module handle |
config | predefined configuration structure of the module |
Usage Example:
Definition at line 247 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.
config | predefined configuration structure of the module |
asclin | pointer to ASCLIN registers |
Usage example: see IfxAsclin_Lin_initModule
Definition at line 361 of file IfxAsclin_Lin.c.