Macros | |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICALIBRATIONVALUE__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. More... | |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. More... | |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. More... | |
#define | __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST(__HSICalibrationValue__) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value. More... | |
#define | __HAL_RCC_HSI_DISABLE() (RCC->CR &= ~(RCC_CR_HSION)) |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_DISABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
#define | __HAL_RCC_HSI_ENABLE() (RCC->CR |= (RCC_CR_HSION)) |
Macros to enable or disable the Internal High Speed oscillator (HSI). More... | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). More... | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). More... | |
#define | __HAL_RCC_HSI_ENABLE() (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI). More... | |
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICALIBRATIONVALUE__ | ) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICALIBRATIONVALUE</strong> | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). |
Definition at line 684 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
Definition at line 846 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
Definition at line 846 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_CALIBRATIONVALUE_ADJUST | ( | __HSICalibrationValue__ | ) |
Macro to adjust the Internal High Speed oscillator (HSI) calibration value.
<strong>HSICalibrationValue</strong> | specifies the calibration trimming value. (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between 0 and 0x1F. |
Definition at line 846 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | (RCC->CR &= ~(RCC_CR_HSION)) |
Definition at line 676 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
Definition at line 837 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
Definition at line 837 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_DISABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = DISABLE) |
Definition at line 837 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | (RCC->CR |= (RCC_CR_HSION)) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 675 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 836 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 836 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
#define __HAL_RCC_HSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CR_HSION_BB = ENABLE) |
Macros to enable or disable the Internal High Speed oscillator (HSI).
Definition at line 836 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.