[][src]Struct imxrt1062_aoi1::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, _BFCRT01>>[src]

pub fn pt1_dc(&mut self) -> PT1_DC_W[src]

Bits 0:1 - Product term 1, D input configuration

pub fn pt1_cc(&mut self) -> PT1_CC_W[src]

Bits 2:3 - Product term 1, C input configuration

pub fn pt1_bc(&mut self) -> PT1_BC_W[src]

Bits 4:5 - Product term 1, B input configuration

pub fn pt1_ac(&mut self) -> PT1_AC_W[src]

Bits 6:7 - Product term 1, A input configuration

pub fn pt0_dc(&mut self) -> PT0_DC_W[src]

Bits 8:9 - Product term 0, D input configuration

pub fn pt0_cc(&mut self) -> PT0_CC_W[src]

Bits 10:11 - Product term 0, C input configuration

pub fn pt0_bc(&mut self) -> PT0_BC_W[src]

Bits 12:13 - Product term 0, B input configuration

pub fn pt0_ac(&mut self) -> PT0_AC_W[src]

Bits 14:15 - Product term 0, A input configuration

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

pub fn pt3_dc(&mut self) -> PT3_DC_W[src]

Bits 0:1 - Product term 3, D input configuration

pub fn pt3_cc(&mut self) -> PT3_CC_W[src]

Bits 2:3 - Product term 3, C input configuration

pub fn pt3_bc(&mut self) -> PT3_BC_W[src]

Bits 4:5 - Product term 3, B input configuration

pub fn pt3_ac(&mut self) -> PT3_AC_W[src]

Bits 6:7 - Product term 3, A input configuration

pub fn pt2_dc(&mut self) -> PT2_DC_W[src]

Bits 8:9 - Product term 2, D input configuration

pub fn pt2_cc(&mut self) -> PT2_CC_W[src]

Bits 10:11 - Product term 2, C input configuration

pub fn pt2_bc(&mut self) -> PT2_BC_W[src]

Bits 12:13 - Product term 2, B input configuration

pub fn pt2_ac(&mut self) -> PT2_AC_W[src]

Bits 14:15 - Product term 2, A input configuration

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.