|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|


Go to the source code of this file.
Enumerations | |
| enum | clock_lfclk_src { CLOCK_LFCLK_SRC_RC , CLOCK_LFCLK_SRC_XTAL , CLOCK_LFCLK_SRC_SYNTH } |
Functions | |
| void | clock_start_lfclk (bool wait) |
| Start Low Frequency Clock. More... | |
| void | clock_stop_lfclk (void) |
| Stop Low Frequency Clock. More... | |
| void | clock_start_hfclk (bool wait) |
| Start High Frequency Crystal Oscillator. More... | |
| void | clock_stop_hfclk (void) |
| Stop High Frequency Crystal Oscillator. More... | |
| void | clock_set_lfclk_src (enum clock_lfclk_src lfclk_src) |
| Low Frequency Clock Source. More... | |