[−][src]Struct lpc55_pac::pint::pmsrc::SRC2_W
Write proxy for field SRC2
Implementations
impl<'a> SRC2_W<'a>[src][−]
pub fn variant(self, variant: SRC2_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 2.
pub fn input1(self) -> &'a mut W[src][−]
Input 1. Selects the pin selected in the PINTSEL1 register as the source to bit slice 2.
pub fn input2(self) -> &'a mut W[src][−]
Input 2. Selects the pin selected in the PINTSEL2 register as the source to bit slice 2.
pub fn input3(self) -> &'a mut W[src][−]
Input 3. Selects the pin selected in the PINTSEL3 register as the source to bit slice 2.
pub fn input4(self) -> &'a mut W[src][−]
Input 4. Selects the pin selected in the PINTSEL4 register as the source to bit slice 2.
pub fn input5(self) -> &'a mut W[src][−]
Input 5. Selects the pin selected in the PINTSEL5 register as the source to bit slice 2.
pub fn input6(self) -> &'a mut W[src][−]
Input 6. Selects the pin selected in the PINTSEL6 register as the source to bit slice 2.
pub fn input7(self) -> &'a mut W[src][−]
Input 7. Selects the pin selected in the PINTSEL7 register 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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,