STM32F439xx HAL User Manual
Data Fields
RCC_OscInitTypeDef Struct Reference

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

#include <stm32f4xx_hal_rcc.h>

Data Fields

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.

Definition at line 67 of file stm32f4xx_hal_rcc.h.


Field Documentation

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

Definition at line 72 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 81 of file stm32f4xx_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 HSI Config

Definition at line 78 of file stm32f4xx_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 LSE Config

Definition at line 75 of file stm32f4xx_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 LSI Config

Definition at line 84 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 69 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLL structure parameters

Definition at line 87 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


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