STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for HSI Config:

Macros

#define RCC_HSI_OFF   ((uint8_t)0x00)
#define RCC_HSI_ON   ((uint8_t)0x01)
#define RCC_HSICALIBRATION_DEFAULT   0x10U /* Default HSI calibration trimming value */

Detailed Description

Macro Definition Documentation

◆ RCC_HSI_OFF

#define RCC_HSI_OFF   ((uint8_t)0x00)

Definition at line 138 of file stm32f4xx_hal_rcc.h.

◆ RCC_HSI_ON

#define RCC_HSI_ON   ((uint8_t)0x01)

Definition at line 139 of file stm32f4xx_hal_rcc.h.

◆ RCC_HSICALIBRATION_DEFAULT

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

Definition at line 141 of file stm32f4xx_hal_rcc.h.