[][src]Struct ambiq_apollo3_pac::adc::sl6cfg::_CHSEL6W

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

Proxy

Methods

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

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

Writes variant to the field

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

single ended external GPIO connection to pad16. value.

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

single ended external GPIO connection to pad29. value.

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

single ended external GPIO connection to pad11. value.

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

single ended external GPIO connection to pad31. value.

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

single ended external GPIO connection to pad32. value.

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

single ended external GPIO connection to pad33. value.

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

single ended external GPIO connection to pad34. value.

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

single ended external GPIO connection to pad35. value.

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

single ended external GPIO connection to pad13. value.

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

single ended external GPIO connection to pad12. value.

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

differential external GPIO connections to pad12(N) and pad13(P). value.

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

differential external GPIO connections to pad15(N) and pad14(P). value.

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

internal temperature sensor. value.

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

internal voltage divide-by-3 connection. value.

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

Input VSS value.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CHSEL6W<'a>

impl<'a> Sync for _CHSEL6W<'a>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self