Type Definition lpc81x_pac::lpc811::mrt0::channel::stat::INTFLAG_W

source ·
pub type INTFLAG_W<'a, const O: u8> = BitWriter<'a, u32, STAT_SPEC, INTFLAG_A, O>;
Expand description

Field INTFLAG writer - Monitors the interrupt flag.

Implementations§

No pending interrupt. Writing a zero is equivalent to no operation.

Pending interrupt. The interrupt is pending because TIMERn has reached the end of the time interval. If the INTEN bit in the CONTROLn is also set to 1, the interrupt for timer channel n and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request.