iLLD_TC27xD  1.0
Module Initialize Functions
Collaboration diagram for Module Initialize Functions:

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...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_Icu_initModule ( IfxCcu6_Icu icu,
const IfxCcu6_Icu_Config config 
)

Initialises the module with default configuration.

Parameters
icuModule handle
configConfiguration structure of the module
Returns
None

A coding example can be found in How to use the CCU6 ICU Interface driver?

Definition at line 211 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.

Parameters
configConfiguration structure of the module
ccu6Pointer to the base of CCU6 registers
Returns
None

A coding example can be found in How to use the CCU6 ICU Interface driver?

Definition at line 271 of file IfxCcu6_Icu.c.