Type Definition stm32g4::stm32g441::crs::isr::SYNCERR_R

source · []
pub type SYNCERR_R = BitReader<bool>;
Expand description

Field SYNCERR reader - SYNC error This flag is set by hardware when the SYNC pulse arrives before the ESYNC event and the measured frequency error is greater than or equal to FELIM * 128. This means that the frequency error is too big (internal frequency too low) to be compensated by adjusting the TRIM value, and that some other action should be taken. An interrupt is generated if the ERRIE bit is set in the CRS_CR register. It is cleared by software by setting the ERRC bit in the CRS_ICR register.