iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN void | IfxCcu6_Icu_initModule (IfxCcu6_Icu *icu, const IfxCcu6_Icu_Config *config) |
Initialises the module with default configuration. More... | |
IFX_EXTERN void | IfxCcu6_Icu_initModuleConfig (IfxCcu6_Icu_Config *config, Ifx_CCU6 *ccu6) |
Fills the config structure with default values. More... | |
IFX_EXTERN void IfxCcu6_Icu_initModule | ( | IfxCcu6_Icu * | icu, |
const IfxCcu6_Icu_Config * | config | ||
) |
Initialises the module with default configuration.
icu | Module handle |
config | Configuration structure of the module |
Definition at line 164 of file IfxCcu6_Icu.c.
IFX_EXTERN void IfxCcu6_Icu_initModuleConfig | ( | IfxCcu6_Icu_Config * | config, |
Ifx_CCU6 * | ccu6 | ||
) |
Fills the config structure with default values.
config | Configuration structure of the module |
ccu6 | Pointer to the base of CCU6 registers |
A coding example can be found in IfxCcu6_Icu_initModule
Definition at line 224 of file IfxCcu6_Icu.c.