[][src]Struct lpc54606_pac::pint::pmsrc::SRC0_W

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

Write proxy for field SRC0

Methods

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

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

Writes variant to the field

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

Input 0. Selects the pin selected in the PINTSEL0 register as the source to bit slice 0.

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

Input 1. Selects the pin selected in the PINTSEL1 register as the source to bit slice 0.

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

Input 2. Selects the pin selected in the PINTSEL2 register as the source to bit slice 0.

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

Input 3. Selects the pin selected in the PINTSEL3 register as the source to bit slice 0.

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

Input 4. Selects the pin selected in the PINTSEL4 register as the source to bit slice 0.

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

Input 5. Selects the pin selected in the PINTSEL5 register as the source to bit slice 0.

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

Input 6. Selects the pin selected in the PINTSEL6 register as the source to bit slice 0.

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

Input 7. Selects the pin selected in the PINTSEL7 register as the source to bit slice 0.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SRC0_W<'a>

impl<'a> !Sync for SRC0_W<'a>

impl<'a> Unpin for SRC0_W<'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

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.