[][src]Enum imxrt1062_iomuxc::sw_pad_ctl_pad_gpio_spi_b1_01::DSE_A

#[repr(u8)]pub enum DSE_A {
    DSE_0_OUTPUT_DRIVER_DISABLED_,
    DSE_1_R0_150_OHM_3_3V_260_OHM_1_8V_,
    DSE_2_R0_2,
    DSE_3_R0_3,
    DSE_4_R0_4,
    DSE_5_R0_5,
    DSE_6_R0_6,
    DSE_7_R0_7,
}

Drive Strength Field

Value on reset: 6

Variants

DSE_0_OUTPUT_DRIVER_DISABLED_

0: output driver disabled;

DSE_1_R0_150_OHM_3_3V_260_OHM_1_8V_

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

DSE_2_R0_2

2: R0/2

DSE_3_R0_3

3: R0/3

DSE_4_R0_4

4: R0/4

DSE_5_R0_5

5: R0/5

DSE_6_R0_6

6: R0/6

DSE_7_R0_7

7: R0/7

Trait Implementations

impl Clone for DSE_A[src]

impl Copy for DSE_A[src]

impl Debug for DSE_A[src]

impl From<DSE_A> for u8[src]

impl PartialEq<DSE_A> for DSE_A[src]

impl StructuralPartialEq for DSE_A[src]

Auto Trait Implementations

impl Send for DSE_A

impl Sync for DSE_A

impl Unpin for DSE_A

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, 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.