STM32H735xx HAL User Manual
|
Defines | |
#define | RCC_CSI_OFF (0x00000000U) |
#define | RCC_CSI_ON RCC_CR_CSION |
#define | RCC_CSICALIBRATION_DEFAULT (0x20U) /* Default CSI calibration trimming value for STM32H7 rev.V and above. (0x10 value for rev.Y handled within __HAL_RCC_CSI_CALIBRATIONVALUE_ADJUST macro ) */ |
#define RCC_CSI_OFF (0x00000000U) |
Definition at line 240 of file stm32h7xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_CSI_ON RCC_CR_CSION |
Definition at line 241 of file stm32h7xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
#define RCC_CSICALIBRATION_DEFAULT (0x20U) /* Default CSI calibration trimming value for STM32H7 rev.V and above. (0x10 value for rev.Y handled within __HAL_RCC_CSI_CALIBRATIONVALUE_ADJUST macro ) */ |
Definition at line 243 of file stm32h7xx_hal_rcc.h.