STM32H735xx HAL User Manual
Data Fields
RCC_OscInitTypeDef Struct Reference

RCC Internal/External Oscillator (HSE, HSI, CSI, LSE and LSI) configuration structure definition. More...

#include <stm32h7xx_hal_rcc.h>

Data Fields

uint32_t OscillatorType
uint32_t HSEState
uint32_t LSEState
uint32_t HSIState
uint32_t HSICalibrationValue
uint32_t LSIState
uint32_t HSI48State
uint32_t CSIState
uint32_t CSICalibrationValue
RCC_PLLInitTypeDef PLL

Detailed Description

RCC Internal/External Oscillator (HSE, HSI, CSI, LSE and LSI) configuration structure definition.

Definition at line 84 of file stm32h7xx_hal_rcc.h.


Field Documentation

The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.B and above

Definition at line 111 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the CSI. This parameter can be a value of RCC CSI Config

Definition at line 108 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the HSE. This parameter can be a value of RCC HSE Config

Definition at line 89 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the HSI48. This parameter can be a value of RCC HSI48 Config

Definition at line 105 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F for STM32H7 rev.B and above

Definition at line 98 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the HSI. This parameter can be a value of RCC HSI Config

Definition at line 95 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the LSE. This parameter can be a value of RCC LSE Config

Definition at line 92 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the LSI. This parameter can be a value of RCC LSI Config

Definition at line 102 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The oscillators to be configured. This parameter can be a value of RCC Oscillator Type

Definition at line 86 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLL structure parameters

Definition at line 115 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


The documentation for this struct was generated from the following file: