[−][src]Struct lpc55s6x_pac::pint::pmsrc::_SRC0W
Proxy
Methods
impl<'a> _SRC0W<'a>
[src][−]
pub fn variant(self, variant: SRC0W) -> &'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
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self