STM32H735xx HAL User Manual
|
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.
Definition at line 293 of file stm32h7xx_hal_rcc_ex.h.
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
Definition at line 308 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
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
Definition at line 311 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
uint32_t RCC_CRSInitTypeDef::Polarity |
Specifies the input polarity for the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroPolarity
Definition at line 301 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
uint32_t RCC_CRSInitTypeDef::Prescaler |
Specifies the division factor of the SYNC signal. This parameter can be a value of RCCEx CRS SynchroDivider
Definition at line 295 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
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 .
Definition at line 304 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
uint32_t RCC_CRSInitTypeDef::Source |
Specifies the SYNC signal source. This parameter can be a value of RCCEx CRS SynchroSource
Definition at line 298 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().