stm32l4: rcc: missing pllp definitions
These are important for implementing the PLL helper functions.
This commit is contained in:
parent
9047b8c5f4
commit
b69916837e
@ -228,6 +228,8 @@ Twelve frequency ranges are available: 100 kHz, 200 kHz, 400 kHz, 800 kHz,
|
||||
|
||||
/* Division for PLLSAI3CLK, 0 == 7, 1 == 17 */
|
||||
#define RCC_PLLCFGR_PLLP (1 << 17)
|
||||
#define RCC_PLLCFGR_PLLP_DIV7 0
|
||||
#define RCC_PLLCFGR_PLLP_DIV17 RCC_PLLCFGR_PLLP
|
||||
#define RCC_PLLPEN (1 << 16)
|
||||
|
||||
/** @defgroup rcc_pllcfgr_plln RCC_PLLCFGR PLLN values
|
||||
|
Loading…
x
Reference in New Issue
Block a user