[][src]Struct imxrt1062_xbarb2::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, _SEL0>>[src]

pub fn sel0(&mut self) -> SEL0_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT0 (refer to Functional Description section for input/output assignment)

pub fn sel1(&mut self) -> SEL1_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT1 (refer to Functional Description section for input/output assignment)

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

pub fn sel2(&mut self) -> SEL2_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT2 (refer to Functional Description section for input/output assignment)

pub fn sel3(&mut self) -> SEL3_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT3 (refer to Functional Description section for input/output assignment)

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

pub fn sel4(&mut self) -> SEL4_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT4 (refer to Functional Description section for input/output assignment)

pub fn sel5(&mut self) -> SEL5_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT5 (refer to Functional Description section for input/output assignment)

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

pub fn sel6(&mut self) -> SEL6_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT6 (refer to Functional Description section for input/output assignment)

pub fn sel7(&mut self) -> SEL7_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT7 (refer to Functional Description section for input/output assignment)

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

pub fn sel8(&mut self) -> SEL8_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT8 (refer to Functional Description section for input/output assignment)

pub fn sel9(&mut self) -> SEL9_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT9 (refer to Functional Description section for input/output assignment)

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

pub fn sel10(&mut self) -> SEL10_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT10 (refer to Functional Description section for input/output assignment)

pub fn sel11(&mut self) -> SEL11_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT11 (refer to Functional Description section for input/output assignment)

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

pub fn sel12(&mut self) -> SEL12_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT12 (refer to Functional Description section for input/output assignment)

pub fn sel13(&mut self) -> SEL13_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT13 (refer to Functional Description section for input/output assignment)

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

pub fn sel14(&mut self) -> SEL14_W[src]

Bits 0:5 - Input (XBARB_INn) to be muxed to XBARB_OUT14 (refer to Functional Description section for input/output assignment)

pub fn sel15(&mut self) -> SEL15_W[src]

Bits 8:13 - Input (XBARB_INn) to be muxed to XBARB_OUT15 (refer to Functional Description section for input/output assignment)

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.