STM32L443xx HAL User Manual
Defines
MSI clock ranges
RCC Exported Constants

Defines

#define LL_RCC_MSIRANGE_0   RCC_CR_MSIRANGE_0
#define LL_RCC_MSIRANGE_1   RCC_CR_MSIRANGE_1
#define LL_RCC_MSIRANGE_2   RCC_CR_MSIRANGE_2
#define LL_RCC_MSIRANGE_3   RCC_CR_MSIRANGE_3
#define LL_RCC_MSIRANGE_4   RCC_CR_MSIRANGE_4
#define LL_RCC_MSIRANGE_5   RCC_CR_MSIRANGE_5
#define LL_RCC_MSIRANGE_6   RCC_CR_MSIRANGE_6
#define LL_RCC_MSIRANGE_7   RCC_CR_MSIRANGE_7
#define LL_RCC_MSIRANGE_8   RCC_CR_MSIRANGE_8
#define LL_RCC_MSIRANGE_9   RCC_CR_MSIRANGE_9
#define LL_RCC_MSIRANGE_10   RCC_CR_MSIRANGE_10
#define LL_RCC_MSIRANGE_11   RCC_CR_MSIRANGE_11

Define Documentation

#define LL_RCC_MSIRANGE_0   RCC_CR_MSIRANGE_0

MSI = 100 KHz

Definition at line 234 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_1   RCC_CR_MSIRANGE_1

MSI = 200 KHz

Definition at line 235 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_10   RCC_CR_MSIRANGE_10

MSI = 32 MHz

Definition at line 244 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_11   RCC_CR_MSIRANGE_11

MSI = 48 MHz

Definition at line 245 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_2   RCC_CR_MSIRANGE_2

MSI = 400 KHz

Definition at line 236 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_3   RCC_CR_MSIRANGE_3

MSI = 800 KHz

Definition at line 237 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_4   RCC_CR_MSIRANGE_4

MSI = 1 MHz

Definition at line 238 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_5   RCC_CR_MSIRANGE_5

MSI = 2 MHz

Definition at line 239 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_6   RCC_CR_MSIRANGE_6

MSI = 4 MHz

Definition at line 240 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI(), and LL_RCC_DeInit().

#define LL_RCC_MSIRANGE_7   RCC_CR_MSIRANGE_7

MSI = 8 MHz

Definition at line 241 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_8   RCC_CR_MSIRANGE_8

MSI = 16 MHz

Definition at line 242 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().

#define LL_RCC_MSIRANGE_9   RCC_CR_MSIRANGE_9

MSI = 24 MHz

Definition at line 243 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().