![]() |
RTEMS 6.1-rc7
|
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 |
RCC_CRS Init structure definition.
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
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
uint32_t RCC_CRSInitTypeDef::Polarity |
Specifies the input polarity for the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroPolarity
uint32_t RCC_CRSInitTypeDef::Prescaler |
Specifies the division factor of the SYNC signal. This parameter can be a value of RCCEx CRS SynchroDivider
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 .
uint32_t RCC_CRSInitTypeDef::Source |
Specifies the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroSource