[][src]Enum ambiq_apollo3_pac::gpio::padregg::PAD27RSELW

pub enum PAD27RSELW {
    PULL1_5K,
    PULL6K,
    PULL12K,
    PULL24K,
}

Values that can be written to the field PAD27RSEL

Variants

PULL1_5K

Pullup is ~1.5 KOhms value.

PULL6K

Pullup is ~6 KOhms value.

PULL12K

Pullup is ~12 KOhms value.

PULL24K

Pullup is ~24 KOhms value.

Auto Trait Implementations

impl Send for PAD27RSELW

impl Sync for PAD27RSELW

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