stm32:l4: rcc: Add CLK48SEL HSI48

This is not NONE on the L4 but HSI48.

Reviewed against RM0394 and RM0351.
This commit is contained in:
Bruno Randolf 2017-12-20 19:32:21 +00:00 committed by Karl Palsson
parent f2c629c4ff
commit 2dd4655aed
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ Twelve frequency ranges are available: 100 kHz, 200 kHz, 400 kHz, 800 kHz,
#define RCC_CCIPR_ADCSEL_MASK 0x3
#define RCC_CCIPR_ADCSEL_SHIFT 28
#define RCC_CCIPR_CLK48SEL_NONE 0
#define RCC_CCIPR_CLK48SEL_HSI48 0
#define RCC_CCIPR_CLK48SEL_PLLSAI1Q 1
#define RCC_CCIPR_CLK48SEL_PLL 2
#define RCC_CCIPR_CLK48SEL_MSI 3