STM32L443xx HAL User Manual
|
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 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.