Type Definition lpc81x_pac::lpc811::sct0::ev::ev_ctrl::COMBMODE_W

source ·
pub type COMBMODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, EV_CTRL_SPEC, u8, COMBMODE_A, 2, O>;
Expand description

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

Implementations§

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.