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

Macros | |
| #define | RCC_BDCR_LSCOSEL (1 << 25) |
| #define | RCC_BDCR_LSCOEN (1 << 24) |
| #define | RCC_BDCR_BDRST (1 << 16) |
| #define | RCC_BDCR_RTCEN (1 << 15) |
| #define | RCC_BDCR_RTCSEL_NONE 0 |
| #define | RCC_BDCR_RTCSEL_LSE 1 |
| #define | RCC_BDCR_RTCSEL_LSI 2 |
| #define | RCC_BDCR_RTCSEL_HSEDIV32 3 |
| #define | RCC_BDCR_RTCSEL_SHIFT 8 |
| #define | RCC_BDCR_RTCSEL_MASK 0x3 |
| #define | RCC_BDCR_LSECSSD (1 << 6) |
| #define | RCC_BDCR_LSECSSON (1 << 5) |
| #define | RCC_BDCR_LSEDRV_LOW 0 |
| #define | RCC_BDCR_LSEDRV_MEDLOW 1 |
| #define | RCC_BDCR_LSEDRV_MEDHIGH 2 |
| #define | RCC_BDCR_LSEDRV_HIGH 3 |
| #define | RCC_BDCR_LSEDRV_SHIFT 3 |
| #define | RCC_BDCR_LSEDRV_MASK 0x3 |
| #define | RCC_BDCR_LSEBYP (1 << 2) |
| #define | RCC_BDCR_LSERDY (1 << 1) |
| #define | RCC_BDCR_LSEON (1 << 0) |