HAL + 0/33 examples
CodeScope will show references to RCC_LSI_ON from the following samples and libraries:
Examples
STM32F412G-Discovery
Demonstrations
Examples
IWDG
PWR
STM32F413H-Discovery
Demonstrations
STM32F429I-Discovery
Demonstrations
Examples
PWR
STM32446E-Nucleo
Examples
PWR
RTC
STM32446E_EVAL
Examples
IWDG
PWR
STM32469I-Discovery
Examples
IWDG
STM32469I_EVAL
Examples
IWDG
RTC
STM324x9I_EVAL
Examples
PWR
STM32F4-Discovery
Examples
PWR
STM32F401-Discovery
Examples
PWR
STM32F401RE-Nucleo
Examples
PWR
STM32F410xx-Nucleo
Examples
PWR
RTC
STM32F411E-Discovery
Examples
PWR
STM32F411RE-Nucleo
Examples
PWR
Examples_MIX
PWR
STM32F412ZG-Nucleo
Examples
IWDG
PWR
STM32F413ZH-Nucleo
Examples
IWDG
PWR
STM32F429ZI-Nucleo
Applications
NetXDuo
Examples
IWDG
PWR
STM32F446ZE-Nucleo
Examples
IWDG
PWR
RTC
 
Symbols
loading...
Files
loading...

RCC_LSI_ON macro

Syntax

#define RCC_LSI_ON ((uint8_t)0x01)

Examples

RCC_LSI_ON is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:150
#define RCC_LSI_ON ((uint8_t)0x01)
stm32f4xx_hal_rcc.c:1025
stm32f4xx_hal_rcc.h:1362
#define IS_RCC_LSI(LSI) (((LSI) == RCC_LSI_OFF) || ((LSI) == RCC_LSI_ON))
stm32f4xx_hal_rcc_ex.c:3775