libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
libopencm3 STM32F7xx Power Control More...
Functions | |
void | pwr_set_vos_scale (enum pwr_vos_scale scale) |
void | pwr_enable_overdrive (void) |
void | pwr_disable_overdrive (void) |
libopencm3 STM32F7xx Power Control
This library supports the power control system for the STM32F7 series of ARM Cortex Microcontrollers by ST Microelectronics.
LGPL License Terms libopencm3 License
void pwr_disable_overdrive | ( | void | ) |
Definition at line 64 of file pwr.c.
References PWR_CR1, PWR_CR1_ODEN, PWR_CR1_ODSWEN, PWR_CSR1, and PWR_CSR1_ODSWRDY.
void pwr_enable_overdrive | ( | void | ) |
Definition at line 56 of file pwr.c.
References PWR_CR1, PWR_CR1_ODEN, PWR_CR1_ODSWEN, PWR_CSR1, PWR_CSR1_ODRDY, and PWR_CSR1_ODSWRDY.
Referenced by rcc_clock_setup_hse(), and rcc_clock_setup_hsi().
void pwr_set_vos_scale | ( | enum pwr_vos_scale | scale | ) |
Definition at line 43 of file pwr.c.
References PWR_CR1, PWR_CR1_VOS_SCALE_1, PWR_CR1_VOS_SCALE_2, PWR_CR1_VOS_SCALE_3, PWR_SCALE1, PWR_SCALE2, and PWR_SCALE3.
Referenced by rcc_clock_setup_hse(), and rcc_clock_setup_hsi().