iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_EXTERN void IfxCcu6_PwmBc_initModule | ( | IfxCcu6_PwmBc * | pwmBc, |
const IfxCcu6_PwmBc_Config * | config | ||
) |
Initialises the module with default configuration.
pwmBc | Module handle |
config | Configuration structure of the module |
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.
config | Configuration structure of the module |
ccu6 | Pointer to the base of CCU6 registers |
A coding example can be found in IfxCcu6_PwmBc_initModule
Definition at line 283 of file IfxCcu6_PwmBc.c.