HAL
IS_RCC_LSE is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_RCC_LSE macro

Syntax

#define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \     ((LSE) == RCC_LSE_BYPASS))

Arguments

LSE

References

LocationText
stm32f4xx_hal_rcc.h:1357
#define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
stm32f4xx_hal_rcc.c:394
assert_param(IS_RCC_LSE(RCC_OscInitStruct->LSEState));
stm32f4xx_hal_rcc_ex.c:3544
assert_param(IS_RCC_LSE(RCC_OscInitStruct->LSEState));