libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/lm4f/systemcontrol.h>
Go to the source code of this file.
Functions | |
void | periph_clock_enable (enum lm4f_clken periph) |
Enable the clock source for the peripheral. More... | |
void | periph_clock_disable (enum lm4f_clken periph) |
Disable the clock source for the peripheral. More... | |