Type Definition stm32g4::stm32g431::crs::isr::ERRF_R

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

Field ERRF reader - Error flag This flag is set by hardware in case of any synchronization or trimming error. It is the logical OR of the TRIMOVF, SYNCMISS and SYNCERR bits. An interrupt is generated if the ERRIE bit is set in the CRS_CR register. It is cleared by software in reaction to setting the ERRC bit in the CRS_ICR register, which clears the TRIMOVF, SYNCMISS and SYNCERR bits.