STM32L486xx HAL User Manual
Defines
RTC Clock Source
RCC Exported Constants

Defines

#define RCC_RTCCLKSOURCE_NONE   0x00000000U
#define RCC_RTCCLKSOURCE_LSE   RCC_BDCR_RTCSEL_0
#define RCC_RTCCLKSOURCE_LSI   RCC_BDCR_RTCSEL_1
#define RCC_RTCCLKSOURCE_HSE_DIV32   RCC_BDCR_RTCSEL

Define Documentation

#define RCC_RTCCLKSOURCE_HSE_DIV32   RCC_BDCR_RTCSEL

HSE oscillator clock divided by 32 used as RTC clock

Definition at line 478 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_RTCCLKSOURCE_LSE   RCC_BDCR_RTCSEL_0

LSE oscillator clock used as RTC clock

Definition at line 476 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_RTCCLKSOURCE_LSI   RCC_BDCR_RTCSEL_1

LSI oscillator clock used as RTC clock

Definition at line 477 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_RTCCLKSOURCE_NONE   0x00000000U

No clock used as RTC clock

Definition at line 475 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().