My Project
Loading...
Searching...
No Matches
RCC_OscInitTypeDef Struct Reference

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

#include <stm32f3xx_hal_rcc.h>

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

◆ HSEState

uint32_t RCC_OscInitTypeDef::HSEState

The new state of the HSE. This parameter can be a value of HSE 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 = 0x1FU

◆ HSIState

uint32_t RCC_OscInitTypeDef::HSIState

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

◆ LSEState

uint32_t RCC_OscInitTypeDef::LSEState

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

◆ LSIState

uint32_t RCC_OscInitTypeDef::LSIState

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

◆ OscillatorType

uint32_t RCC_OscInitTypeDef::OscillatorType

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

◆ PLL

RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL

PLL structure parameters


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