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

RCC_PLL_OFF macro

Syntax

#define RCC_PLL_OFF ((uint8_t)0x01)

References

LocationText
stm32f4xx_hal_rcc.h:159
#define RCC_PLL_OFF ((uint8_t)0x01)
stm32f4xx_hal_rcc.c:533
if((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF)
stm32f4xx_hal_rcc.c:542
if (((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF) ||
stm32f4xx_hal_rcc.c:550
if (((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF) ||
stm32f4xx_hal_rcc.c:1039
stm32f4xx_hal_rcc.h:1364
#define IS_RCC_PLL(PLL) (((PLL) == RCC_PLL_NONE) ||((PLL) == RCC_PLL_OFF) || ((PLL) == RCC_PLL_ON))
stm32f4xx_hal_rcc_ex.c:3685
if((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF)
stm32f4xx_hal_rcc_ex.c:3694
if (((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF) ||
stm32f4xx_hal_rcc_ex.c:3789