Type Alias stm32_hal2::pac::rtc::isr::TSOVF_W

source ·
pub type TSOVF_W<'a, const O: u8> = BitWriterRaw<'a, u32, ISR_SPEC, TSOVF_AW, BitM, O>;
Expand description

Field TSOVF writer - Time-stamp overflow flag This flag is set by hardware when a time-stamp event occurs while TSF is already set. This flag is cleared by software by writing 0. It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a time-stamp event occurs immediately before the TSF bit is cleared.

Aliased Type§

struct TSOVF_W<'a, const O: u8> { /* private fields */ }