Prusa MINI Firmware overview
RCC_OscInitTypeDef Struct Reference

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

#include <stm32f4xx_hal_rcc.h>

Collaboration diagram for RCC_OscInitTypeDef:

Public Attributes

uint32_t OscillatorType
 
uint32_t HSEState
 
uint32_t LSEState
 
uint32_t HSIState
 
uint32_t HSICalibrationValue
 
uint32_t LSIState
 
RCC_PLLInitTypeDef PLL
 

Detailed Description

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

Member Data Documentation

◆ OscillatorType

uint32_t RCC_OscInitTypeDef::OscillatorType

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

◆ HSEState

uint32_t RCC_OscInitTypeDef::HSEState

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

◆ LSEState

uint32_t RCC_OscInitTypeDef::LSEState

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

◆ HSIState

uint32_t RCC_OscInitTypeDef::HSIState

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

◆ HSICalibrationValue

uint32_t RCC_OscInitTypeDef::HSICalibrationValue

The HSI calibration trimming value (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F

◆ LSIState

uint32_t RCC_OscInitTypeDef::LSIState

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

◆ PLL

RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL

PLL structure parameters