STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for PLL Config:

Macros

#define RCC_PLL_NONE   ((uint8_t)0x00)
#define RCC_PLL_OFF   ((uint8_t)0x01)
#define RCC_PLL_ON   ((uint8_t)0x02)

Detailed Description

Macro Definition Documentation

◆ RCC_PLL_NONE

#define RCC_PLL_NONE   ((uint8_t)0x00)

Definition at line 158 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().

◆ RCC_PLL_OFF

#define RCC_PLL_OFF   ((uint8_t)0x01)

Definition at line 159 of file stm32f4xx_hal_rcc.h.

◆ RCC_PLL_ON

#define RCC_PLL_ON   ((uint8_t)0x02)

Definition at line 160 of file stm32f4xx_hal_rcc.h.