STM32L443xx 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 324 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV4   0x00000004U

PLLQ division factor = 4

Definition at line 325 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV6   0x00000006U

PLLQ division factor = 6

Definition at line 326 of file stm32l4xx_hal_rcc.h.

#define RCC_PLLQ_DIV8   0x00000008U

PLLQ division factor = 8

Definition at line 327 of file stm32l4xx_hal_rcc.h.