STM32L486xx HAL User Manual
Defines
PLLQ Clock Divider
RCC Exported Constants

Defines

#define RCC_PLLQ_DIV2   0x00000002U
#define RCC_PLLQ_DIV4   0x00000004U
#define RCC_PLLQ_DIV6   0x00000006U
#define RCC_PLLQ_DIV8   0x00000008U

Define Documentation

#define RCC_PLLQ_DIV2   0x00000002U

PLLQ division factor = 2

Definition at line 318 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV4   0x00000004U

PLLQ division factor = 4

Definition at line 319 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV6   0x00000006U

PLLQ division factor = 6

Definition at line 320 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV8   0x00000008U

PLLQ division factor = 8

Definition at line 321 of file stm32l4xx_hal_rcc.h.