libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Go to the source code of this file.
Macros | |
#define | CLK_MASK 0xFFFFFC00 |
Enumerations | |
enum | clk_speeds { CLK_18MHZ , CLK_36MHZ } |
Functions | |
void | clk_speed (enum clk_speeds mhz, uint16_t div) |
Setup and change the system clock multiplier and divider. More... | |