STM32F103xB HAL User Manual
Defines
LSE Config
RCC Exported Constants

Defines

#define RCC_LSE_OFF   0x00000000U
#define RCC_LSE_ON   RCC_BDCR_LSEON
#define RCC_LSE_BYPASS   ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON))

Define Documentation

#define RCC_LSE_BYPASS   ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON))

External clock source for LSE clock

Definition at line 129 of file stm32f1xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_LSE_OFF   0x00000000U

LSE clock deactivation

Definition at line 127 of file stm32f1xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_LSE_ON   RCC_BDCR_LSEON

LSE clock activation

Definition at line 128 of file stm32f1xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().