[][src]Enum ambiq_apollo3_pac::adc::sl6cfg::CHSEL6W

pub enum CHSEL6W {
    SE0,
    SE1,
    SE2,
    SE3,
    SE4,
    SE5,
    SE6,
    SE7,
    SE8,
    SE9,
    DF0,
    DF1,
    TEMP,
    BATT,
    VSS,
}

Values that can be written to the field CHSEL6

Variants

SE0

single ended external GPIO connection to pad16. value.

SE1

single ended external GPIO connection to pad29. value.

SE2

single ended external GPIO connection to pad11. value.

SE3

single ended external GPIO connection to pad31. value.

SE4

single ended external GPIO connection to pad32. value.

SE5

single ended external GPIO connection to pad33. value.

SE6

single ended external GPIO connection to pad34. value.

SE7

single ended external GPIO connection to pad35. value.

SE8

single ended external GPIO connection to pad13. value.

SE9

single ended external GPIO connection to pad12. value.

DF0

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

DF1

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

TEMP

internal temperature sensor. value.

BATT

internal voltage divide-by-3 connection. value.

VSS

Input VSS value.

Auto Trait Implementations

impl Send for CHSEL6W

impl Sync for CHSEL6W

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