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

Functions

IFX_EXTERN void IfxCcu6_PwmBc_initModule (IfxCcu6_PwmBc *pwmBc, const IfxCcu6_PwmBc_Config *config)
 Initialises the module with default configuration. More...
 
IFX_EXTERN void IfxCcu6_PwmBc_initModuleConfig (IfxCcu6_PwmBc_Config *config, Ifx_CCU6 *ccu6)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxCcu6_PwmBc_initModule ( IfxCcu6_PwmBc pwmBc,
const IfxCcu6_PwmBc_Config config 
)

Initialises the module with default configuration.

Parameters
pwmBcModule handle
configConfiguration structure of the module
Returns
None

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

Definition at line 51 of file IfxCcu6_PwmBc.c.

IFX_EXTERN void IfxCcu6_PwmBc_initModuleConfig ( IfxCcu6_PwmBc_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 PWMBC Interface driver?

Definition at line 316 of file IfxCcu6_PwmBc.c.