[][src]Struct imxrt1062_iomuxc_snvs::W

pub struct W<U, REG> { /* fields omitted */ }

Register writer

Used as an argument to the closures in the write and modify methods of the register

Methods

impl<U, REG> W<U, REG>[src]

pub unsafe fn bits(&mut self, bits: U) -> &mut Self[src]

Writes raw bits to the register

impl W<u32, Reg<u32, _SW_MUX_CTL_PAD_WAKEUP>>[src]

pub fn mux_mode(&mut self) -> MUX_MODE_W[src]

Bits 0:2 - MUX Mode Select Field.

pub fn sion(&mut self) -> SION_W[src]

Bit 4 - Software Input On Field.

impl W<u32, Reg<u32, _SW_MUX_CTL_PAD_PMIC_ON_REQ>>[src]

pub fn mux_mode(&mut self) -> MUX_MODE_W[src]

Bits 0:2 - MUX Mode Select Field.

pub fn sion(&mut self) -> SION_W[src]

Bit 4 - Software Input On Field.

impl W<u32, Reg<u32, _SW_MUX_CTL_PAD_PMIC_STBY_REQ>>[src]

pub fn mux_mode(&mut self) -> MUX_MODE_W[src]

Bits 0:2 - MUX Mode Select Field.

pub fn sion(&mut self) -> SION_W[src]

Bit 4 - Software Input On Field.

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_TEST_MODE>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_POR_B>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_ONOFF>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_WAKEUP>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_PMIC_ON_REQ>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

impl W<u32, Reg<u32, _SW_PAD_CTL_PAD_PMIC_STBY_REQ>>[src]

pub fn sre(&mut self) -> SRE_W[src]

Bit 0 - Slew Rate Field

pub fn dse(&mut self) -> DSE_W[src]

Bits 3:5 - Drive Strength Field

pub fn ode(&mut self) -> ODE_W[src]

Bit 11 - Open Drain Enable Field

pub fn pke(&mut self) -> PKE_W[src]

Bit 12 - Pull / Keep Enable Field

pub fn pue(&mut self) -> PUE_W[src]

Bit 13 - Pull / Keep Select Field

pub fn pus(&mut self) -> PUS_W[src]

Bits 14:15 - Pull Up / Down Config. Field

pub fn hys(&mut self) -> HYS_W[src]

Bit 16 - Hyst. Enable Field

Auto Trait Implementations

impl<U, REG> Send for W<U, REG> where
    REG: Send,
    U: Send

impl<U, REG> Sync for W<U, REG> where
    REG: Sync,
    U: Sync

impl<U, REG> Unpin for W<U, REG> where
    REG: Unpin,
    U: Unpin

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.