iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_EXTERN void IfxAsclin_Asc_disableModule | ( | IfxAsclin_Asc * | asclin) |
Disables the module.
asclin | module handle |
Definition at line 83 of file IfxAsclin_Asc.c.
IFX_EXTERN IfxAsclin_Status IfxAsclin_Asc_initModule | ( | IfxAsclin_Asc * | asclin, |
const IfxAsclin_Asc_Config * | config | ||
) |
Initialises the module.
asclin | module handle |
config | predefined configuration structure of the module |
Usage Example:
Definition at line 150 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.
config | configuration structure of the module |
asclin | pointer to ASCLIN registers |
Usage example: see IfxAsclin_Asc_initModule
Definition at line 331 of file IfxAsclin_Asc.c.