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

Macros | |
| #define | PWR_CR1_VOS_SCALE_3 (0x1 << PWR_CR1_VOS_LSB) |
| #define | PWR_CR1_VOS_SCALE_2 (0x2 << PWR_CR1_VOS_LSB) |
| #define | PWR_CR1_VOS_SCALE_1 (0x3 << PWR_CR1_VOS_LSB) |
| #define PWR_CR1_VOS_SCALE_1 (0x3 << PWR_CR1_VOS_LSB) |
| #define PWR_CR1_VOS_SCALE_2 (0x2 << PWR_CR1_VOS_LSB) |
| #define PWR_CR1_VOS_SCALE_3 (0x1 << PWR_CR1_VOS_LSB) |