|
STM8L15x Standard Peripherals Drivers
|
Low power clock configuration functions. More...
Functions | |
| void | CLK_HaltConfig (CLK_Halt_TypeDef CLK_Halt, FunctionalState NewState) |
| Configures clock during halt and active halt modes. | |
| void | CLK_MainRegulatorCmd (FunctionalState NewState) |
| Configures the main voltage regulator. | |
Detailed Description
Low power clock configuration functions.
===============================================================================
Low power clock configuration functions
===============================================================================
Function Documentation
| void CLK_HaltConfig | ( | CLK_Halt_TypeDef | CLK_Halt, |
| FunctionalState | NewState | ||
| ) |
Configures clock during halt and active halt modes.
Definition at line 801 of file stm8l15x_clk.c.
References CLK, DISABLE, IS_CLK_HALT, and IS_FUNCTIONAL_STATE.
| void CLK_MainRegulatorCmd | ( | FunctionalState | NewState | ) |
Configures the main voltage regulator.
Definition at line 825 of file stm8l15x_clk.c.
References CLK, CLK_REGCSR_REGOFF, DISABLE, and IS_FUNCTIONAL_STATE.