[][src]Enum imxrt_hal::iomuxc::pin_config::drive_strength::Values

#[repr(u32)]pub enum Values {
    Disabled,
    R0,
    R0_DIV_2,
    R0_DIV_3,
    R0_DIV_4,
    R0_DIV_5,
    R0_DIV_6,
    R0_DIV_7,
}

Variants

Disabled

Output driver disabled

R0

R0(150 Ohm @ 3.3V, 260 Ohm@1.8V)

R0_DIV_2

R0/2

R0_DIV_3

R0/3

R0_DIV_4

R0/4

R0_DIV_5

R0/5

R0_DIV_6

R0/6

R0_DIV_7

R0/7

Auto Trait Implementations

impl Send for Values

impl Sync for Values

impl Unpin for Values

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.