[][src]Struct imxrt1062_ewm::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<u8, Reg<u8, _CTRL>>[src]

pub fn ewmen(&mut self) -> EWMEN_W[src]

Bit 0 - EWM enable.

pub fn assin(&mut self) -> ASSIN_W[src]

Bit 1 - EWM_in's Assertion State Select.

pub fn inen(&mut self) -> INEN_W[src]

Bit 2 - Input Enable.

pub fn inten(&mut self) -> INTEN_W[src]

Bit 3 - Interrupt Enable.

impl W<u8, Reg<u8, _SERV>>[src]

pub fn service(&mut self) -> SERVICE_W[src]

Bits 0:7 - SERVICE

impl W<u8, Reg<u8, _CMPL>>[src]

pub fn comparel(&mut self) -> COMPAREL_W[src]

Bits 0:7 - COMPAREL

impl W<u8, Reg<u8, _CMPH>>[src]

pub fn compareh(&mut self) -> COMPAREH_W[src]

Bits 0:7 - COMPAREH

impl W<u8, Reg<u8, _CLKCTRL>>[src]

pub fn clksel(&mut self) -> CLKSEL_W[src]

Bits 0:1 - CLKSEL

impl W<u8, Reg<u8, _CLKPRESCALER>>[src]

pub fn clk_div(&mut self) -> CLK_DIV_W[src]

Bits 0:7 - CLK_DIV

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.