STM32H735xx HAL User Manual
Defines
LSE oscillator drive capability
RCC Exported Constants

Defines

#define LL_RCC_LSEDRIVE_LOW   (uint32_t)(0x00000000U)
#define LL_RCC_LSEDRIVE_MEDIUMLOW   (uint32_t)(RCC_BDCR_LSEDRV_0)
#define LL_RCC_LSEDRIVE_MEDIUMHIGH   (uint32_t)(RCC_BDCR_LSEDRV_1)
#define LL_RCC_LSEDRIVE_HIGH   (uint32_t)(RCC_BDCR_LSEDRV)

Define Documentation

#define LL_RCC_LSEDRIVE_HIGH   (uint32_t)(RCC_BDCR_LSEDRV)

Definition at line 212 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_LSEDRIVE_LOW   (uint32_t)(0x00000000U)

Definition at line 209 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_LSEDRIVE_MEDIUMHIGH   (uint32_t)(RCC_BDCR_LSEDRV_1)

Definition at line 211 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_LSEDRIVE_MEDIUMLOW   (uint32_t)(RCC_BDCR_LSEDRV_0)

Definition at line 210 of file stm32h7xx_ll_rcc.h.