[][src]Enum lpc81x_pac::sct::ev2_ctrl::COMBMODEW

pub enum COMBMODEW {
    OR_THE_EVENT_OCCURS,
    MATCH_USES_THE_SPEC,
    IO_USES_THE_SPECIFI,
    AND_THE_EVENT_OCCUR,
}

Values that can be written to the field COMBMODE

Variants

OR_THE_EVENT_OCCURS

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

MATCH_USES_THE_SPEC

MATCH. Uses the specified match only.

IO_USES_THE_SPECIFI

IO. Uses the specified I/O condition only.

AND_THE_EVENT_OCCUR

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

Trait Implementations

impl PartialEq<COMBMODEW> for COMBMODEW[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for COMBMODEW[src]

impl Copy for COMBMODEW[src]

impl Clone for COMBMODEW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for COMBMODEW

impl Sync for COMBMODEW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self