[][src]Struct imxrt1062_xbarb2::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sel0: SEL0,
    pub sel1: SEL1,
    pub sel2: SEL2,
    pub sel3: SEL3,
    pub sel4: SEL4,
    pub sel5: SEL5,
    pub sel6: SEL6,
    pub sel7: SEL7,
}

Register block

Fields

sel0: SEL0

0x00 - Crossbar B Select Register 0

sel1: SEL1

0x02 - Crossbar B Select Register 1

sel2: SEL2

0x04 - Crossbar B Select Register 2

sel3: SEL3

0x06 - Crossbar B Select Register 3

sel4: SEL4

0x08 - Crossbar B Select Register 4

sel5: SEL5

0x0a - Crossbar B Select Register 5

sel6: SEL6

0x0c - Crossbar B Select Register 6

sel7: SEL7

0x0e - Crossbar B Select Register 7

Auto Trait Implementations

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.