libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
LSEDRV LSE Oscillator drive capacity
Collaboration diagram for LSEDRV LSE Oscillator drive capacity:

Macros

#define RCC_BDCR_LSEDRV_LOW   0
 
#define RCC_BDCR_LSEDRV_MEDLOW   1
 
#define RCC_BDCR_LSEDRV_MEDHIGH   2
 
#define RCC_BDCR_LSEDRV_HIGH   3
 

Detailed Description

Macro Definition Documentation

◆ RCC_BDCR_LSEDRV_HIGH

#define RCC_BDCR_LSEDRV_HIGH   3

Definition at line 607 of file g0/rcc.h.

◆ RCC_BDCR_LSEDRV_LOW

#define RCC_BDCR_LSEDRV_LOW   0

Definition at line 604 of file g0/rcc.h.

◆ RCC_BDCR_LSEDRV_MEDHIGH

#define RCC_BDCR_LSEDRV_MEDHIGH   2

Definition at line 606 of file g0/rcc.h.

◆ RCC_BDCR_LSEDRV_MEDLOW

#define RCC_BDCR_LSEDRV_MEDLOW   1

Definition at line 605 of file g0/rcc.h.