STM32L443xx HAL User Manual
Data Fields
RCC_CRSSynchroInfoTypeDef Struct Reference

RCC_CRS Synchronization structure definition. More...

#include <stm32l4xx_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.

Definition at line 302 of file stm32l4xx_hal_rcc_ex.h.


Field Documentation

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

Definition at line 310 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().

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

Definition at line 314 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().

Specifies value loaded in HSI48 oscillator smooth trimming. This parameter must be a number between 0 and 0x7F for STM32L412xx/L422xx, between 0 and 0x3F otherwise

Definition at line 307 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().

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

Definition at line 304 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().


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