Type Definition stm32_hal2::pac::crs::isr::SYNCWARNF_R

source · []
pub type SYNCWARNF_R = BitReaderRaw<bool>;
Expand description

Field SYNCWARNF reader - SYNC warning flag This flag is set by hardware when the measured frequency error is greater than or equal to FELIM * 3, but smaller than FELIM * 128. This means that to compensate the frequency error, the TRIM value must be adjusted by two steps or more. An interrupt is generated if the SYNCWARNIE bit is set in the CRS_CR register. It is cleared by software by setting the SYNCWARNC bit in the CRS_ICR register.