Struct lpc845_pac::sct0::event::ctrl::COMBMODE_W[][src]

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

Field COMBMODE writer - Selects how the specified match and I/O condition are used and combined.

Implementations

Writes variant to the field

OR. The event occurs when either the specified match or I/O condition occurs.

MATCH. Uses the specified match only.

IO. Uses the specified I/O condition only.

AND. The event occurs when the specified match and I/O condition occur simultaneously.

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.