HAL + 0/49 examples
CodeScope will show references to RCC_LSE_ON from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
STemWin
Examples
CEC
RTC
STM32469I-Discovery
Demonstrations
Applications
STemWin
Examples
PWR
STM32469I_EVAL
Demonstrations
Applications
STemWin
Examples
PWR
RTC
STM324xG_EVAL
Demonstrations
Applications
STemWin
Examples
PWR
RTC
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
Examples
PWR
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412G-Discovery
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413H-Discovery
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429I-Discovery
Applications
STemWin
STM32F429ZI-Nucleo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RCC_LSE_ON macro

Syntax

#define RCC_LSE_ON RCC_BDCR_LSEON

Examples

RCC_LSE_ON is referenced by 49 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:129
#define RCC_LSE_ON RCC_BDCR_LSEON
stm32f4xx_hal_rcc.c:1015
stm32f4xx_hal_rcc.h:935
if((__STATE__) == RCC_LSE_ON) \
stm32f4xx_hal_rcc.h:1357
#define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
stm32f4xx_hal_rcc_ex.c:3765