STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for LSE Config:

Macros

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

Detailed Description

Macro Definition Documentation

◆ RCC_LSE_BYPASS

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

Definition at line 130 of file stm32f4xx_hal_rcc.h.

◆ RCC_LSE_OFF

#define RCC_LSE_OFF   0x00000000U

Definition at line 128 of file stm32f4xx_hal_rcc.h.

◆ RCC_LSE_ON

#define RCC_LSE_ON   RCC_BDCR_LSEON

Definition at line 129 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().