iLLD_TC27xC
1.0
|
![]() |
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... | |
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.
cfg | Pointer to the configuration structure of the ScuCcu |
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.
cfg | Pointer to the configuration structure of the ScuCcu |
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.
cfg | Pointer to the configuration structure of the Eray Pll |
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.
cfg | Pointer to the configuration structure of the ScuCcuEray Pll |
Definition at line 856 of file IfxScuCcu.c.