pub type EWIF_W<'a, const O: u8> = BitWriterRaw<'a, u32, SR_SPEC, EWIF_AW, BitM, O>;
Expand description
Field EWIF
writer - Early wakeup interrupt flag This bit is set by hardware when the counter has reached the value 0x40. It must be cleared by software by writing 0. A write of 1 has no effect. This bit is also set if the interrupt is not enabled.
Aliased Type§
struct EWIF_W<'a, const O: u8> { /* private fields */ }