|
STM32G474xx HAL用户手册
|
RCC_CRS初始化结构体定义。 更多...
#include <stm32g4xx_hal_rcc_ex.h>
数据字段 | |
| uint32_t | Prescaler |
| uint32_t | Source |
| uint32_t | Polarity |
| uint32_t | ReloadValue |
| uint32_t | ErrorLimitValue |
| uint32_t | HSI48CalibrationValue |
RCC_CRS初始化结构体定义。
Definition at line 132 of file stm32g4xx_hal_rcc_ex.h.
| uint32_t RCC_CRSInitTypeDef::ErrorLimitValue |
指定用于评估捕获的频率误差值的值。此参数必须是介于0和0xFF之间的数字,或者是RCCEx CRS误差限制默认值的值
Definition at line 147 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
指定用户可编程的HSI48振荡器微调值。此参数必须是介于0和0x7F之间的数字,或者是RCCEx CRS HSI48校准默认值的值
Definition at line 150 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
| uint32_t RCC_CRSInitTypeDef::Polarity |
指定SYNC信号源的输入极性。此参数可以是RCCEx CRS同步极性的值
Definition at line 140 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
| uint32_t RCC_CRSInitTypeDef::Prescaler |
指定SYNC信号的分频因子。此参数可以是RCCEx CRS同步分频器的值
Definition at line 134 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
| uint32_t RCC_CRSInitTypeDef::ReloadValue |
指定每次SYNC事件要加载到频率误差计数器中的值。可以使用宏__HAL_RCC_CRS_RELOADVALUE_CALCULATE(__FTARGET__, __FSYNC__)计算。此参数必须是介于0和0xFFFF之间的数字,或者是RCCEx CRS重载值默认值的值。
Definition at line 143 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
| uint32_t RCC_CRSInitTypeDef::Source |
指定SYNC信号源。此参数可以是RCCEx CRS同步源的值
Definition at line 137 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
1.7.6.1