[][src]Struct imxrt1062_wdog1::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<u16, Reg<u16, _WCR>>[src]

pub fn wdzst(&mut self) -> WDZST_W[src]

Bit 0 - WDZST

pub fn wdbg(&mut self) -> WDBG_W[src]

Bit 1 - WDBG

pub fn wde(&mut self) -> WDE_W[src]

Bit 2 - WDE

pub fn wdt(&mut self) -> WDT_W[src]

Bit 3 - WDT

pub fn srs(&mut self) -> SRS_W[src]

Bit 4 - SRS

pub fn wda(&mut self) -> WDA_W[src]

Bit 5 - WDA

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

Bit 6 - software reset extension, an option way to generate software reset

pub fn wdw(&mut self) -> WDW_W[src]

Bit 7 - WDW

pub fn wt(&mut self) -> WT_W[src]

Bits 8:15 - WT

impl W<u16, Reg<u16, _WSR>>[src]

pub fn wsr(&mut self) -> WSR_W[src]

Bits 0:15 - WSR

impl W<u16, Reg<u16, _WICR>>[src]

pub fn wict(&mut self) -> WICT_W[src]

Bits 0:7 - WICT

pub fn wtis(&mut self) -> WTIS_W[src]

Bit 14 - WTIS

pub fn wie(&mut self) -> WIE_W[src]

Bit 15 - WIE

impl W<u16, Reg<u16, _WMCR>>[src]

pub fn pde(&mut self) -> PDE_W[src]

Bit 0 - PDE

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.