STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_RCC_HSI_ENABLE() |
Macros to enable or disable the Internal High Speed oscillator (HSI). | |
#define | __HAL_RCC_HSI_DISABLE() |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. | |
#define __HAL_RCC_HSI_ENABLE | ( | ) |
#include <stm32f4xx_hal_rcc.h>
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 831 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define __HAL_RCC_HSI_DISABLE | ( | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 832 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
#include <stm32f4xx_hal_rcc.h>
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
__HSICalibrationValue__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
Definition at line 841 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().