[][src]Enum lpc55_pac::sct0::ev::ev_ctrl::COMBMODE_A

[]
#[repr(u8)]pub enum COMBMODE_A {
    OR,
    MATCH,
    IO,
    AND,
}
[]

Selects how the specified match and I/O condition are used and combined.

Value on reset: 0

Variants

OR
[]

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

MATCH
[]

1: MATCH. Uses the specified match only.

IO
[]

2: IO. Uses the specified I/O condition only.

AND
[]

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

Trait Implementations

impl Clone for COMBMODE_A[src][+]

impl Copy for COMBMODE_A[src]

impl Debug for COMBMODE_A[src][+]

impl From<COMBMODE_A> for u8[src][+]

impl PartialEq<COMBMODE_A> for COMBMODE_A[src][+]

impl StructuralPartialEq for COMBMODE_A[src]

Auto Trait Implementations

impl Send for COMBMODE_A

impl Sync for COMBMODE_A

impl Unpin for COMBMODE_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.