Type Definition stm32g0::stm32g0c1::rtc::icsr::RSF_W

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

Field RSF writer - Registers synchronization flag This bit is set by hardware each time the calendar registers are copied into the shadow registers (RTC_SSRx, RTC_TRx and RTC_DRx). This bit is cleared by hardware in initialization mode, while a shift operation is pending (SHPF = 1), or when in bypass shadow register mode (BYPSHAD = 1). This bit can also be cleared by software. It is cleared either by software or by hardware in initialization mode.