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

RCC_CRS Init structure definition. More...

#include <stm32h7xx_hal_rcc_ex.h>

Data Fields

uint32_t Prescaler
 
uint32_t Source
 
uint32_t Polarity
 
uint32_t ReloadValue
 
uint32_t ErrorLimitValue
 
uint32_t HSI48CalibrationValue
 

Detailed Description

RCC_CRS Init structure definition.

Field Documentation

◆ ErrorLimitValue

uint32_t RCC_CRSInitTypeDef::ErrorLimitValue

Specifies the value to be used to evaluate the captured frequency error value. This parameter must be a number between 0 and 0xFF or a value of RCCEx CRS ErrorLimitDefault

◆ HSI48CalibrationValue

uint32_t RCC_CRSInitTypeDef::HSI48CalibrationValue

Specifies a user-programmable trimming value to the HSI48 oscillator. This parameter must be a number between 0 and 0x3F or a value of RCCEx CRS HSI48CalibrationDefault

◆ Polarity

uint32_t RCC_CRSInitTypeDef::Polarity

Specifies the input polarity for the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroPolarity

◆ Prescaler

uint32_t RCC_CRSInitTypeDef::Prescaler

Specifies the division factor of the SYNC signal. This parameter can be a value of RCCEx CRS SynchroDivider

◆ ReloadValue

uint32_t RCC_CRSInitTypeDef::ReloadValue

Specifies the value to be loaded in the frequency error counter with each SYNC event. It can be calculated in using macro HAL_RCC_CRS_RELOADVALUE_CALCULATE(__FTARGET, FSYNC) This parameter must be a number between 0 and 0xFFFF or a value of RCCEx CRS ReloadValueDefault .

◆ Source

uint32_t RCC_CRSInitTypeDef::Source

Specifies the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroSource


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