[][src]Enum lpc81x_pac::sct::ev0_ctrl::COMBMODER

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

Possible values of 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.

Methods

impl COMBMODER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_or_the_event_occurs(&self) -> bool[src]

Checks if the value of the field is OR_THE_EVENT_OCCURS

pub fn is_match_uses_the_spec(&self) -> bool[src]

Checks if the value of the field is MATCH_USES_THE_SPEC

pub fn is_io_uses_the_specifi(&self) -> bool[src]

Checks if the value of the field is IO_USES_THE_SPECIFI

pub fn is_and_the_event_occur(&self) -> bool[src]

Checks if the value of the field is AND_THE_EVENT_OCCUR

Trait Implementations

impl PartialEq<COMBMODER> for COMBMODER[src]

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

This method tests for !=.

impl Debug for COMBMODER[src]

impl Copy for COMBMODER[src]

impl Clone for COMBMODER[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 COMBMODER

impl Sync for COMBMODER

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