DIY Logging Volt/Ampmeter

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))

External clock source for LSE clock

Definition at line 129 of file stm32f1xx_hal_rcc.h.

◆ RCC_LSE_OFF

#define RCC_LSE_OFF   0x00000000U

LSE clock deactivation

Definition at line 127 of file stm32f1xx_hal_rcc.h.

◆ RCC_LSE_ON

#define RCC_LSE_ON   RCC_BDCR_LSEON

LSE clock activation

Definition at line 128 of file stm32f1xx_hal_rcc.h.