RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
RCC_CRSSynchroInfoTypeDef Struct Reference

RCC_CRS Synchronization structure definition. More...

#include <stm32h7xx_hal_rcc_ex.h>

Data Fields

uint32_t ReloadValue
 
uint32_t HSI48CalibrationValue
 
uint32_t FreqErrorCapture
 
uint32_t FreqErrorDirection
 

Detailed Description

RCC_CRS Synchronization structure definition.

Field Documentation

◆ FreqErrorCapture

uint32_t RCC_CRSSynchroInfoTypeDef::FreqErrorCapture

Specifies the value loaded in the .FECAP, the frequency error counter value latched in the time of the last SYNC event. This parameter must be a number between 0 and 0xFFFF

◆ FreqErrorDirection

uint32_t RCC_CRSSynchroInfoTypeDef::FreqErrorDirection

Specifies the value loaded in the .FEDIR, the counting direction of the frequency error counter latched in the time of the last SYNC event. It shows whether the actual frequency is below or above the target. This parameter must be a value of RCCEx CRS FreqErrorDirection

◆ HSI48CalibrationValue

uint32_t RCC_CRSSynchroInfoTypeDef::HSI48CalibrationValue

Specifies value loaded in HSI48 oscillator smooth trimming. This parameter must be a number between 0 and 0x3F

◆ ReloadValue

uint32_t RCC_CRSSynchroInfoTypeDef::ReloadValue

Specifies the value loaded in the Counter reload value. This parameter must be a number between 0 and 0xFFFF


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