[][src]Struct imxrt1062_iomuxc::sw_pad_ctl_pad_gpio_emc_40::DSE_W

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

Write proxy for field DSE

Methods

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

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

Writes variant to the field

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

output driver disabled;

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

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

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

R0/2

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

R0/3

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

R0/4

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

R0/5

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

R0/6

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

R0/7

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for DSE_W<'a>

impl<'a> !Sync for DSE_W<'a>

impl<'a> Unpin for DSE_W<'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.