STM32L486xx HAL User Manual
Defines
PLL Config
RCC Exported Constants

Defines

#define RCC_PLL_NONE   0x00000000U
#define RCC_PLL_OFF   0x00000001U
#define RCC_PLL_ON   0x00000002U

Define Documentation

#define RCC_PLL_NONE   0x00000000U

PLL configuration unchanged

Definition at line 266 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_OscConfig().

#define RCC_PLL_OFF   0x00000001U

PLL deactivation

Definition at line 267 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_PLL_ON   0x00000002U

PLL activation

Definition at line 268 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().