[−][src]Type Definition lpc55_pac::utick0::stat::W
type W = W<u32, STAT>;
Writer for register STAT
Implementations
impl W
[src]
pub fn intr(&mut self) -> INTR_W<'_>
[src]
Bit 0 - Interrupt flag. 0 = No interrupt is pending. 1 = An interrupt is pending. A write of any value to this register clears this flag.
pub fn active(&mut self) -> ACTIVE_W<'_>
[src]
Bit 1 - Active flag. 0 = The Micro-Tick Timer is stopped. 1 = The Micro-Tick Timer is currently active.