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

Functions

IFX_EXTERN void IfxCcu6_Timer_initModule (IfxCcu6_Timer *timer, const IfxCcu6_Timer_Config *config)
 Initialises the module with default configuration. More...
 
IFX_EXTERN void IfxCcu6_Timer_initModuleConfig (IfxCcu6_Timer_Config *config, Ifx_CCU6 *ccu6)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_Timer_initModule ( IfxCcu6_Timer timer,
const IfxCcu6_Timer_Config config 
)

Initialises the module with default configuration.

Parameters
timerModule handle
configConfiguration structure of the module
Returns
None

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

Definition at line 59 of file IfxCcu6_Timer.c.

IFX_EXTERN void IfxCcu6_Timer_initModuleConfig ( IfxCcu6_Timer_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 TIMER Interface driver?

Definition at line 263 of file IfxCcu6_Timer.c.