STM32L486xx HAL User Manual
Data Fields
RCC_OscInitTypeDef Struct Reference

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

#include <stm32l4xx_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 MSIState
uint32_t MSICalibrationValue
uint32_t MSIClockRange
uint32_t HSI48State
RCC_PLLInitTypeDef PLL

Detailed Description

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

Definition at line 94 of file stm32l4xx_hal_rcc.h.


Field Documentation

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

Definition at line 99 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The new state of the HSI48 (only applicable to STM32L43x/STM32L44x/STM32L49x/STM32L4Ax devices). This parameter can be a value of HSI48 Config

Definition at line 124 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The calibration trimming value (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F on STM32L43x/STM32L44x/STM32L47x/STM32L48x devices. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F on the other devices

Definition at line 108 of file stm32l4xx_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 105 of file stm32l4xx_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 102 of file stm32l4xx_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 112 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 118 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

The MSI frequency range. This parameter can be a value of MSI Clock Range

Definition at line 121 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 115 of file stm32l4xx_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 96 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

Main PLL structure parameters

Definition at line 127 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


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