Type Alias stm32_hal2::pac::rtc::isr::WUTF_W

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

Field WUTF writer - Wakeup timer flag This flag is set by hardware when the wakeup auto-reload counter reaches 0. This flag is cleared by software by writing 0. This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.

Aliased Type§

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