HAL + 0/24 examples
CodeScope will show references to RCC_HSI_OFF from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
RCC
STM32446E_EVAL
Applications
STemWin
Examples
RCC
STM32469I-Discovery
Applications
STemWin
Examples
RCC
STM32469I_EVAL
Applications
STemWin
Examples
RCC
STM324x9I_EVAL
Applications
STemWin
Examples
RCC
STM324xG_EVAL
Applications
STemWin
Examples
RCC
STM32F4-Discovery
Examples
RCC
STM32F401-Discovery
Examples
RCC
STM32F410xx-Nucleo
Examples
RCC
STM32F411E-Discovery
Examples
RCC
STM32F411RE-Nucleo
Examples
RCC
STM32F412G-Discovery
Examples
RCC
STM32F412ZG-Nucleo
Examples
RCC
STM32F413H-Discovery
Examples
RCC
STM32F413ZH-Nucleo
Examples
RCC
STM32F429I-Discovery
Applications
STemWin
Examples
RCC
STM32F429ZI-Nucleo
Examples
RCC
STM32F446ZE-Nucleo
Examples
RCC
 
Symbols
loading...
Files
loading...

RCC_HSI_OFF macro

Syntax

#define RCC_HSI_OFF ((uint8_t)0x00)

Examples

RCC_HSI_OFF is referenced by 24 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:138
#define RCC_HSI_OFF ((uint8_t)0x00)
stm32f4xx_hal_rcc.c:307
if((RCC_OscInitStruct->HSIState)!= RCC_HSI_OFF)
stm32f4xx_hal_rcc.c:1003
RCC_OscInitStruct->HSIState = RCC_HSI_OFF;
stm32f4xx_hal_rcc.h:1360
#define IS_RCC_HSI(HSI) (((HSI) == RCC_HSI_OFF) || ((HSI) == RCC_HSI_ON))
stm32f4xx_hal_rcc_ex.c:3457
if((RCC_OscInitStruct->HSIState)!= RCC_HSI_OFF)
stm32f4xx_hal_rcc_ex.c:3753
RCC_OscInitStruct->HSIState = RCC_HSI_OFF;