[][src]Struct imxrt1062_lpi2c1::mcfgr1::PINCFG_W

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

Write proxy for field PINCFG

Methods

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

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

Writes variant to the field

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

2-pin open drain mode

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

2-pin output only mode (ultra-fast mode)

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

2-pin push-pull mode

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

4-pin push-pull mode

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

2-pin open drain mode with separate LPI2C slave

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

2-pin output only mode (ultra-fast mode) with separate LPI2C slave

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

2-pin push-pull mode with separate LPI2C slave

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

4-pin push-pull mode (inverted outputs)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for PINCFG_W<'a>

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

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