STM32L443xx HAL User Manual
Defines
HSI Config
RCC Exported Constants

Defines

#define RCC_HSI_OFF   0x00000000U
#define RCC_HSI_ON   RCC_CR_HSION
#define RCC_HSICALIBRATION_DEFAULT   0x10U

Define Documentation

#define RCC_HSI_OFF   0x00000000U

HSI clock deactivation

Definition at line 205 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_HSI_ON   RCC_CR_HSION

HSI clock activation

Definition at line 206 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_HSICALIBRATION_DEFAULT   0x10U

Default HSI calibration trimming value 16 on STM32L43x/STM32L44x/STM32L47x/STM32L48x devices

Definition at line 211 of file stm32l4xx_hal_rcc.h.