[][src]Struct lpc81x_pac::pin_int::pmsrc::_SRC2W

pub struct _SRC2W<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SRC2W<'a>[src]

pub fn variant(self, variant: SRC2W) -> &'a mut W[src]

Writes variant to the field

pub fn input_0_selects_pin(self) -> &'a mut W[src]

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

pub fn input_1_selects_pin(self) -> &'a mut W[src]

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

pub fn input_2_selects_pin(self) -> &'a mut W[src]

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

pub fn input_3_selects_pin(self) -> &'a mut W[src]

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

pub fn input_4_selects_pin(self) -> &'a mut W[src]

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

pub fn input_5_selects_pin(self) -> &'a mut W[src]

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

pub fn input_6_selects_pin(self) -> &'a mut W[src]

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

pub fn input_7_selects_pin(self) -> &'a mut W[src]

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

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _SRC2W<'a>

impl<'a> Sync for _SRC2W<'a>

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