|
STM32F439xx HAL User Manual
|
Defines | |
| #define | RCC_HSI_OFF ((uint8_t)0x00) |
| #define | RCC_HSI_ON ((uint8_t)0x01) |
| #define | RCC_HSICALIBRATION_DEFAULT 0x10U /* Default HSI calibration trimming value */ |
| #define RCC_HSI_OFF ((uint8_t)0x00) |
Definition at line 156 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
| #define RCC_HSI_ON ((uint8_t)0x01) |
Definition at line 157 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
| #define RCC_HSICALIBRATION_DEFAULT 0x10U /* Default HSI calibration trimming value */ |
Definition at line 159 of file stm32f4xx_hal_rcc.h.
1.7.6.1