STM32L486xx HAL User Manual
Defines
PLL division factor (PLLQ)
RCC Exported Constants

Defines

#define LL_RCC_PLLQ_DIV_2   0x00000000U
#define LL_RCC_PLLQ_DIV_4   (RCC_PLLCFGR_PLLQ_0)
#define LL_RCC_PLLQ_DIV_6   (RCC_PLLCFGR_PLLQ_1)
#define LL_RCC_PLLQ_DIV_8   (RCC_PLLCFGR_PLLQ)

Define Documentation

#define LL_RCC_PLLQ_DIV_2   0x00000000U

Main PLL division factor for PLLQ output by 2

Definition at line 969 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_PLLQ_DIV_4   (RCC_PLLCFGR_PLLQ_0)

Main PLL division factor for PLLQ output by 4

Definition at line 970 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_PLLQ_DIV_6   (RCC_PLLCFGR_PLLQ_1)

Main PLL division factor for PLLQ output by 6

Definition at line 971 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_PLLQ_DIV_8   (RCC_PLLCFGR_PLLQ)

Main PLL division factor for PLLQ output by 8

Definition at line 972 of file stm32l4xx_ll_rcc.h.