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

IS_RCC_HSI macro

Syntax

#define IS_RCC_HSI(HSI) (((HSI) == RCC_HSI_OFF) || ((HSI) == RCC_HSI_ON))

Arguments

HSI

References

LocationText
stm32f4xx_hal_rcc.h:1360
#define IS_RCC_HSI(HSI) (((HSI) == RCC_HSI_OFF) || ((HSI) == RCC_HSI_ON))
stm32f4xx_hal_rcc.c:285
assert_param(IS_RCC_HSI(RCC_OscInitStruct->HSIState));
stm32f4xx_hal_rcc_ex.c:3429
assert_param(IS_RCC_HSI(RCC_OscInitStruct->HSIState));