RTEMS 6.1-rc7
Loading...
Searching...
No Matches
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.

Field Documentation

◆ CSICalibrationValue

uint32_t RCC_OscInitTypeDef::CSICalibrationValue

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

◆ CSIState

uint32_t RCC_OscInitTypeDef::CSIState

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

◆ HSEState

uint32_t RCC_OscInitTypeDef::HSEState

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

◆ HSI48State

uint32_t RCC_OscInitTypeDef::HSI48State

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

◆ HSICalibrationValue

uint32_t RCC_OscInitTypeDef::HSICalibrationValue

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

◆ HSIState

uint32_t RCC_OscInitTypeDef::HSIState

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

◆ LSEState

uint32_t RCC_OscInitTypeDef::LSEState

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

◆ LSIState

uint32_t RCC_OscInitTypeDef::LSIState

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

◆ OscillatorType

uint32_t RCC_OscInitTypeDef::OscillatorType

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

◆ PLL

RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL

PLL structure parameters


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