Type Alias stm32h7xx_hal::pac::crs::isr::SYNCMISS_R

source ·
pub type SYNCMISS_R = BitReaderRaw<bool>;
Expand description

Field SYNCMISS reader - SYNC missed This flag is set by hardware when the frequency error counter reached value FELIM * 128 and no SYNC was detected, meaning either that a SYNC pulse was missed or that the frequency error is too big (internal frequency too high) to be compensated by adjusting the TRIM value, and that some other action should be taken. At this point, the frequency error counter is stopped (waiting for a next SYNC) and 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.

Aliased Type§

struct SYNCMISS_R { /* private fields */ }