STM32F103xB HAL User Manual
Data Fields
RCC_OscInitTypeDef Struct Reference

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

#include <stm32f1xx_hal_rcc_ex.h>

Data Fields

uint32_t OscillatorType
uint32_t HSEState
uint32_t HSEPredivValue
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 228 of file stm32f1xx_hal_rcc_ex.h.


Field Documentation

The Prediv1 factor value (named PREDIV1 or PLLXTPRE in RM) This parameter can be a value of HSE Prediv1 Factor

Definition at line 241 of file stm32f1xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 238 of file stm32f1xx_hal_rcc_ex.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 250 of file stm32f1xx_hal_rcc_ex.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 247 of file stm32f1xx_hal_rcc_ex.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 244 of file stm32f1xx_hal_rcc_ex.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 253 of file stm32f1xx_hal_rcc_ex.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 230 of file stm32f1xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLL structure parameters

Definition at line 256 of file stm32f1xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


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