[−][src]Struct lpc55_pac::adc0::cmdl12::ADCH_W
Write proxy for field ADCH
Implementations
impl<'a> ADCH_W<'a>
[src][−]
pub fn variant(self, variant: ADCH_A) -> &'a mut W
[src][−]
Writes variant
to the field
pub fn adch_0(self) -> &'a mut W
[src][−]
Select CH0A or CH0B or CH0A/CH0B pair.
pub fn adch_1(self) -> &'a mut W
[src][−]
Select CH1A or CH1B or CH1A/CH1B pair.
pub fn adch_2(self) -> &'a mut W
[src][−]
Select CH2A or CH2B or CH2A/CH2B pair.
pub fn adch_3(self) -> &'a mut W
[src][−]
Select CH3A or CH3B or CH3A/CH3B pair.
pub fn adch_4(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_5(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_6(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_7(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_8(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_9(self) -> &'a mut W
[src][−]
Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.
pub fn adch_30(self) -> &'a mut W
[src][−]
Select CH30A or CH30B or CH30A/CH30B pair.
pub fn adch_31(self) -> &'a mut W
[src][−]
Select CH31A or CH31B or CH31A/CH31B pair.
pub unsafe 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>,