iLLD_TC27xC  1.0
Clock Control Configuration Functions
Collaboration diagram for Clock Control Configuration Functions:

Functions

IFX_EXTERN boolean IfxScuCcu_init (const IfxScuCcu_Config *cfg)
 API to initialize the SCU Clock Control Unit. This API initialize the PLL with ramp steps, BUS dividers for the configuration provided by the configuration structure. More...
 
IFX_EXTERN void IfxScuCcu_initConfig (IfxScuCcu_Config *cfg)
 Initializes the clock configuration with default values. More...
 
IFX_EXTERN boolean IfxScuCcu_initErayPll (const IfxScuCcu_ErayPllConfig *cfg)
 API to initialize the SCU Eray Pll This API initialize the Eray PLL for the configuration provided by the configuration structure. More...
 
IFX_EXTERN void IfxScuCcu_initErayPllConfig (IfxScuCcu_ErayPllConfig *cfg)
 Initializes the clock configuration with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN boolean IfxScuCcu_init ( const IfxScuCcu_Config cfg)

API to initialize the SCU Clock Control Unit. This API initialize the PLL with ramp steps, BUS dividers for the configuration provided by the configuration structure.

Parameters
cfgPointer to the configuration structure of the ScuCcu
Returns
Error status of the ScuCcu initialization process.
Return values
TRUE,:If an error occurred during initialization.
FALSE,:If initialization was successful.

Definition at line 504 of file IfxScuCcu.c.

IFX_EXTERN void IfxScuCcu_initConfig ( IfxScuCcu_Config cfg)

Initializes the clock configuration with default values.

Parameters
cfgPointer to the configuration structure of the ScuCcu
Returns
None

Definition at line 745 of file IfxScuCcu.c.

IFX_EXTERN boolean IfxScuCcu_initErayPll ( const IfxScuCcu_ErayPllConfig cfg)

API to initialize the SCU Eray Pll This API initialize the Eray PLL for the configuration provided by the configuration structure.

Parameters
cfgPointer to the configuration structure of the Eray Pll
Returns
Error status of the ScuCcu Eray Pll initialization process.
Return values
TRUE,:If an error occurred during initialization.
FALSE,:If initialization was successful.

Definition at line 751 of file IfxScuCcu.c.

IFX_EXTERN void IfxScuCcu_initErayPllConfig ( IfxScuCcu_ErayPllConfig cfg)

Initializes the clock configuration with default values.

Parameters
cfgPointer to the configuration structure of the ScuCcuEray Pll
Returns
None

Definition at line 856 of file IfxScuCcu.c.