HAL + 0/12 examples
CodeScope will show references to RCC_LSE_OFF from the following samples and libraries:
Examples
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM32F429I-Discovery
Demonstrations
Examples
PWR
STM32446E_EVAL
Examples
PWR
STM32469I_EVAL
Examples
RTC
STM324x9I_EVAL
Examples
PWR
STM32F4-Discovery
Examples
PWR
STM32F401-Discovery
Examples
PWR
STM32F411E-Discovery
Examples
PWR
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RCC_LSE_OFF macro

Syntax

#define RCC_LSE_OFF 0x00000000U

Examples

RCC_LSE_OFF is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:128
#define RCC_LSE_OFF 0x00000000U
stm32f4xx_hal_rcc.c:424
if((RCC_OscInitStruct->LSEState) != RCC_LSE_OFF)
stm32f4xx_hal_rcc.c:1019
RCC_OscInitStruct->LSEState = RCC_LSE_OFF;
stm32f4xx_hal_rcc.h:1357
#define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
stm32f4xx_hal_rcc_ex.c:3574
if((RCC_OscInitStruct->LSEState) != RCC_LSE_OFF)
stm32f4xx_hal_rcc_ex.c:3769
RCC_OscInitStruct->LSEState = RCC_LSE_OFF;