STM8S/A Standard Peripherals Drivers
|
Variables | |
CONST uint8_t | CLKPrescTable [8] = {1, 2, 4, 8, 10, 16, 20, 40} |
CONST uint8_t | HSIDivFactor [4] = {1, 2, 4, 8} |
Variable Documentation
CONST uint8_t CLKPrescTable[8] = {1, 2, 4, 8, 10, 16, 20, 40} |
Holds the different CLK prescaler values
Definition at line 49 of file stm8s_clk.c.
CONST uint8_t HSIDivFactor[4] = {1, 2, 4, 8} |
Holds the different HSI Divider factors
Definition at line 48 of file stm8s_clk.c.
Referenced by CLK_GetClockFreq().