STM32L486xx 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 258 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 259 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 268 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 269 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 260 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 261 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 262 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 263 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 264 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 265 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 266 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 267 of file stm32l4xx_ll_rcc.h.

Referenced by LL_PLL_ConfigSystemClock_MSI().