STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_MSI_OFF 0x00000000U |
#define | RCC_MSI_ON RCC_CR_MSION |
#define | RCC_MSICALIBRATION_DEFAULT 0U |
#define RCC_MSI_OFF 0x00000000U |
MSI clock deactivation
Definition at line 240 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_MSI_ON RCC_CR_MSION |
MSI clock activation
Definition at line 241 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig().
#define RCC_MSICALIBRATION_DEFAULT 0U |
Default MSI calibration trimming value
Definition at line 243 of file stm32l4xx_hal_rcc.h.