[][src]Enum lpc81x_pac::pin_int::pmsrc::SRC1R

pub enum SRC1R {
    INPUT_0_SELECTS_PIN,
    INPUT_1_SELECTS_PIN,
    INPUT_2_SELECTS_PIN,
    INPUT_3_SELECTS_PIN,
    INPUT_4_SELECTS_PIN,
    INPUT_5_SELECTS_PIN,
    INPUT_6_SELECTS_PIN,
    INPUT_7_SELECTS_PIN,
}

Possible values of the field SRC1

Variants

INPUT_0_SELECTS_PIN

Input 0. Selects pin interrupt input 0 as the source to bit slice 1.

INPUT_1_SELECTS_PIN

Input 1. Selects pin interrupt input 1 as the source to bit slice 1.

INPUT_2_SELECTS_PIN

Input 2. Selects pin interrupt input 2 as the source to bit slice 1.

INPUT_3_SELECTS_PIN

Input 3. Selects pin interrupt input 3 as the source to bit slice 1.

INPUT_4_SELECTS_PIN

Input 4. Selects pin interrupt input 4 as the source to bit slice 1.

INPUT_5_SELECTS_PIN

Input 5. Selects pin interrupt input 5 as the source to bit slice 1.

INPUT_6_SELECTS_PIN

Input 6. Selects pin interrupt input 6 as the source to bit slice 1.

INPUT_7_SELECTS_PIN

Input 7. Selects pin interrupt input 7 as the source to bit slice 1.

Methods

impl SRC1R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is INPUT_0_SELECTS_PIN

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

Checks if the value of the field is INPUT_1_SELECTS_PIN

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

Checks if the value of the field is INPUT_2_SELECTS_PIN

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

Checks if the value of the field is INPUT_3_SELECTS_PIN

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

Checks if the value of the field is INPUT_4_SELECTS_PIN

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

Checks if the value of the field is INPUT_5_SELECTS_PIN

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

Checks if the value of the field is INPUT_6_SELECTS_PIN

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

Checks if the value of the field is INPUT_7_SELECTS_PIN

Trait Implementations

impl PartialEq<SRC1R> for SRC1R[src]

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

This method tests for !=.

impl Debug for SRC1R[src]

impl Copy for SRC1R[src]

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

impl Sync for SRC1R

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