STM32H735xx HAL User Manual
Defines
RCC HSI Config
RCC Exported Constants

Defines

#define RCC_HSI_OFF   (0x00000000U)
#define RCC_HSI_ON   RCC_CR_HSION
#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)
#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)
#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)
#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)
#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */

Define Documentation

#define RCC_HSI_DIV1   (RCC_CR_HSIDIV_1 | RCC_CR_HSION)

HSI_DIV1 clock activation

Definition at line 206 of file stm32h7xx_hal_rcc.h.

#define RCC_HSI_DIV2   (RCC_CR_HSIDIV_2 | RCC_CR_HSION)

HSI_DIV2 clock activation

Definition at line 207 of file stm32h7xx_hal_rcc.h.

#define RCC_HSI_DIV4   (RCC_CR_HSIDIV_4 | RCC_CR_HSION)

HSI_DIV4 clock activation

Definition at line 208 of file stm32h7xx_hal_rcc.h.

#define RCC_HSI_DIV8   (RCC_CR_HSIDIV | RCC_CR_HSION)

HSI_DIV8 clock activation

Definition at line 209 of file stm32h7xx_hal_rcc.h.

#define RCC_HSI_OFF   (0x00000000U)

HSI clock deactivation

Definition at line 203 of file stm32h7xx_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 204 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_HSICALIBRATION_DEFAULT   (0x40U) /* Default HSI calibration trimming value for STM32H7 rev.V and above. (0x20 value for rev.Y handled within __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST macro ) */

Definition at line 212 of file stm32h7xx_hal_rcc.h.