DIY Logging Volt/Ampmeter

Macros

#define RCC_HSI_OFF   0x00000000U
 
#define RCC_HSI_ON   RCC_CR_HSION
 
#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */
 

Detailed Description

Macro Definition Documentation

◆ RCC_HSI_OFF

#define RCC_HSI_OFF   0x00000000U

HSI clock deactivation

Definition at line 138 of file stm32f1xx_hal_rcc.h.

◆ RCC_HSI_ON

#define RCC_HSI_ON   RCC_CR_HSION

HSI clock activation

Definition at line 139 of file stm32f1xx_hal_rcc.h.

◆ RCC_HSICALIBRATION_DEFAULT

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

Definition at line 141 of file stm32f1xx_hal_rcc.h.