![]() |
RTEMS 6.1-rc7
|
RCC Internal/External Oscillator (HSE, HSI, CSI, LSE and LSI) configuration structure definition. More...
#include <stm32h7xx_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 | HSI48State |
uint32_t | CSIState |
uint32_t | CSICalibrationValue |
RCC_PLLInitTypeDef | PLL |
RCC Internal/External Oscillator (HSE, HSI, CSI, LSE and LSI) configuration structure definition.
uint32_t RCC_OscInitTypeDef::CSICalibrationValue |
The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.B and above
uint32_t RCC_OscInitTypeDef::CSIState |
The new state of the CSI. This parameter can be a value of RCC CSI Config
uint32_t RCC_OscInitTypeDef::HSEState |
The new state of the HSE. This parameter can be a value of RCC HSE Config
uint32_t RCC_OscInitTypeDef::HSI48State |
The new state of the HSI48. This parameter can be a value of RCC HSI48 Config
uint32_t RCC_OscInitTypeDef::HSICalibrationValue |
The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F for STM32H7 rev.B and above
uint32_t RCC_OscInitTypeDef::HSIState |
The new state of the HSI. This parameter can be a value of RCC HSI Config
uint32_t RCC_OscInitTypeDef::LSEState |
The new state of the LSE. This parameter can be a value of RCC LSE Config
uint32_t RCC_OscInitTypeDef::LSIState |
The new state of the LSI. This parameter can be a value of RCC LSI Config
uint32_t RCC_OscInitTypeDef::OscillatorType |
The oscillators to be configured. This parameter can be a value of RCC Oscillator Type
RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL |
PLL structure parameters