[][src]Type Definition lpc55s6x_pac::utick0::stat::W

type W = W<u32, STAT>;

Writer for register STAT

Methods

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.