Structs§
- Clock
Config - Clocks
- Frozen clock frequencies
Enums§
Constants§
- BSP_
BCLK_ DIV - BSP_
FCLK_ DIV - SYSFREQ
- System bus frequency
- UART_
PLL_ FREQ - UART peripheral clock frequency when PLL selected
- XTAL_
FREQ - External high-speed crystal frequency
Functions§
- board_
clock_ init - This is late system init, called to reconfigure clocks as per users configuration
- peripheral_
clock_ init - Disable all peripheral clocks, then re-enable any that we’re using
TODO: move clock enable into peripheral drivers - system_
clock_ init - Set up core clocks
- system_
frequency - system_
init - This is early system init - called from preinit in the C SDK