libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
clk.h File Reference
Include dependency graph for clk.h:
This graph shows which files directly or indirectly include this file:

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...