HAL + 0/38 examples
CodeScope will show references to RCC_LSI_OFF from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
STemWin
Examples
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
 
Symbols
loading...
Files
loading...

RCC_LSI_OFF macro

Syntax

#define RCC_LSI_OFF ((uint8_t)0x00)

Examples

RCC_LSI_OFF is referenced by 38 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:149
#define RCC_LSI_OFF ((uint8_t)0x00)
stm32f4xx_hal_rcc.c:353
if((RCC_OscInitStruct->LSIState)!= RCC_LSI_OFF)
stm32f4xx_hal_rcc.c:1029
RCC_OscInitStruct->LSIState = RCC_LSI_OFF;
stm32f4xx_hal_rcc.h:1362
#define IS_RCC_LSI(LSI) (((LSI) == RCC_LSI_OFF) || ((LSI) == RCC_LSI_ON))
stm32f4xx_hal_rcc_ex.c:3503
if((RCC_OscInitStruct->LSIState)!= RCC_LSI_OFF)
stm32f4xx_hal_rcc_ex.c:3779
RCC_OscInitStruct->LSIState = RCC_LSI_OFF;