mikroSDK Reference Manual
|
Macros | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). | |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(_HSICALIBRATIONVALUE_) (MODIFY_REG(RCC->CR, RCC_CR_HSITRIM, (uint32_t)(_HSICALIBRATIONVALUE_) << RCC_CR_HSITRIM_Pos)) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). | |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). | |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. | |
#define | __HAL_RCC_HSI_ENABLE() (RCC->CR |= (RCC_CR_HSION)) |
Macros to enable or disable the Internal High Speed oscillator (HSI). | |
#define | __HAL_RCC_HSI_DISABLE() (RCC->CR &= ~(RCC_CR_HSION)) |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICALIBRATIONVALUE__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. | |
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
__HSICalibrationValue__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
__HSICALIBRATIONVALUE__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). |
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
__HSICalibrationValue__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
__HSICALIBRATIONVALUE__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). |
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICALIBRATIONVALUE__ | ) |
__HSICALIBRATIONVALUE__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). |
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | _HSICALIBRATIONVALUE_ | ) | (MODIFY_REG(RCC->CR, RCC_CR_HSITRIM, (uint32_t)(_HSICALIBRATIONVALUE_) << RCC_CR_HSITRIM_Pos)) |
_HSICALIBRATIONVALUE_ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
__HSICalibrationValue__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
__HSICALIBRATIONVALUE__ | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). |
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
#define __HAL_RCC_HSI_ENABLE | ( | ) | (RCC->CR |= (RCC_CR_HSION)) |