|
|
@ -621,7 +621,7 @@ Twelve frequency ranges are available: 100 kHz, 200 kHz, 400 kHz, 800 kHz, |
|
|
|
#define RCC_CCIPR_ADCSEL_NONE 0 |
|
|
|
#define RCC_CCIPR_ADCSEL_PLLSAI1R 1 |
|
|
|
#define RCC_CCIPR_ADCSEL_PLLSAI2R 2 |
|
|
|
#define RCC_CCIPR_ADCSEL_SYS 3 |
|
|
|
#define RCC_CCIPR_ADCSEL_SYSCLK 3 |
|
|
|
#define RCC_CCIPR_ADCSEL_MASK 0x3 |
|
|
|
#define RCC_CCIPR_ADCSEL_SHIFT 28 |
|
|
|
|
|
|
@ -649,7 +649,7 @@ Twelve frequency ranges are available: 100 kHz, 200 kHz, 400 kHz, 800 kHz, |
|
|
|
#define RCC_CCIPR_LPTIM1SEL_SHIFT 18 |
|
|
|
|
|
|
|
#define RCC_CCIPR_I2CxSEL_APB 0 |
|
|
|
#define RCC_CCIPR_I2CxSEL_SYS 1 |
|
|
|
#define RCC_CCIPR_I2CxSEL_SYSCLK 1 |
|
|
|
#define RCC_CCIPR_I2CxSEL_HSI16 2 |
|
|
|
#define RCC_CCIPR_I2CxSEL_MASK 0x3 |
|
|
|
#define RCC_CCIPR_I2C4SEL_SHIFT 0 |
|
|
@ -665,12 +665,12 @@ Twelve frequency ranges are available: 100 kHz, 200 kHz, 400 kHz, 800 kHz, |
|
|
|
#define RCC_CCIPR_LPUART1SEL_SHIFT 10 |
|
|
|
|
|
|
|
#define RCC_CCIPR_USARTxSEL_APB 0 |
|
|
|
#define RCC_CCIPR_USARTxSEL_SYS 1 |
|
|
|
#define RCC_CCIPR_USARTxSEL_SYSCLK 1 |
|
|
|
#define RCC_CCIPR_USARTxSEL_HSI16 2 |
|
|
|
#define RCC_CCIPR_USARTxSEL_LSE 3 |
|
|
|
#define RCC_CCIPR_USARTxSEL_MASK 0x3 |
|
|
|
#define RCC_CCIPR_UARTxSEL_APB RCC_CCIPR_USARTxSEL_APB |
|
|
|
#define RCC_CCIPR_UARTxSEL_SYS RCC_CCIPR_USARTxSEL_SYS |
|
|
|
#define RCC_CCIPR_UARTxSEL_SYSCLK RCC_CCIPR_USARTxSEL_SYSCLK |
|
|
|
#define RCC_CCIPR_UARTxSEL_HSI16 RCC_CCIPR_USARTxSEL_HSI16 |
|
|
|
#define RCC_CCIPR_UARTxSEL_LSE RCC_CCIPR_USARTxSEL_LSE |
|
|
|
#define RCC_CCIPR_UARTxSEL_MASK RCC_CCIPR_USARTxSEL_MASK |
|
|
|