STM32L486xx 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 /* Default HSI calibration trimming value */

Define Documentation

#define RCC_HSI_OFF   0x00000000U

HSI clock deactivation

Definition at line 210 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 211 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */

Definition at line 215 of file stm32l4xx_hal_rcc.h.