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 */ |
#define RCC_HSI_OFF 0x00000000U |
HSI clock deactivation
Definition at line 138 of file stm32f1xx_hal_rcc.h.
#define RCC_HSI_ON RCC_CR_HSION |
HSI clock activation
Definition at line 139 of file stm32f1xx_hal_rcc.h.
#define RCC_HSICALIBRATION_DEFAULT 0x10U /* Default HSI calibration trimming value */ |
Definition at line 141 of file stm32f1xx_hal_rcc.h.