Type Definition stm32g0::stm32g0c1::rtc::scr::CTSOVF_W

source · []
pub type CTSOVF_W<'a, const O: u8> = BitWriter<'a, u32, SCR_SPEC, bool, O>;
Expand description

Field CTSOVF writer - Clear timestamp overflow flag Writing 1 in this bit clears the TSOVF bit in the RTC_SR register. It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.