STM32L486xx 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   (RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)

Define Documentation

#define RCC_LSE_BYPASS   (RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)

External clock source for LSE clock

Definition at line 202 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_LSE_OFF   0x00000000U

LSE clock deactivation

Definition at line 200 of file stm32l4xx_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 201 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().