STM32H735xx HAL User Manual
Defines
RTC clock source selection
RCC Exported Constants

Defines

#define LL_RCC_RTC_CLKSOURCE_NONE   (uint32_t)(0x00000000U)
#define LL_RCC_RTC_CLKSOURCE_LSE   (uint32_t)(RCC_BDCR_RTCSEL_0)
#define LL_RCC_RTC_CLKSOURCE_LSI   (uint32_t)(RCC_BDCR_RTCSEL_1)
#define LL_RCC_RTC_CLKSOURCE_HSE   (uint32_t)(RCC_BDCR_RTCSEL_0 | RCC_BDCR_RTCSEL_1)

Define Documentation

#define LL_RCC_RTC_CLKSOURCE_HSE   (uint32_t)(RCC_BDCR_RTCSEL_0 | RCC_BDCR_RTCSEL_1)

Definition at line 1382 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_RTC_CLKSOURCE_LSE   (uint32_t)(RCC_BDCR_RTCSEL_0)

Definition at line 1380 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_RTC_CLKSOURCE_LSI   (uint32_t)(RCC_BDCR_RTCSEL_1)

Definition at line 1381 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_RTC_CLKSOURCE_NONE   (uint32_t)(0x00000000U)

Definition at line 1379 of file stm32h7xx_ll_rcc.h.