Struct lpc845_pac::mrt0::channel::stat::INTFLAG_W[][src]

pub struct INTFLAG_W<'a> { /* fields omitted */ }
Expand description

Field INTFLAG writer - Monitors the interrupt flag.

Implementations

Writes variant to the field

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.

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.