[][src]Struct imxrt1062_src::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub scr: SCR,
    pub sbmr1: SBMR1,
    pub srsr: SRSR,
    pub sbmr2: SBMR2,
    pub gpr1: GPR1,
    pub gpr2: GPR2,
    pub gpr3: GPR3,
    pub gpr4: GPR4,
    pub gpr5: GPR5,
    pub gpr6: GPR6,
    pub gpr7: GPR7,
    pub gpr8: GPR8,
    pub gpr9: GPR9,
    pub gpr10: GPR10,
    // some fields omitted
}

Register block

Fields

scr: SCR

0x00 - SRC Control Register

sbmr1: SBMR1

0x04 - SRC Boot Mode Register 1

srsr: SRSR

0x08 - SRC Reset Status Register

sbmr2: SBMR2

0x1c - SRC Boot Mode Register 2

gpr1: GPR1

0x20 - SRC General Purpose Register 1

gpr2: GPR2

0x24 - SRC General Purpose Register 2

gpr3: GPR3

0x28 - SRC General Purpose Register 3

gpr4: GPR4

0x2c - SRC General Purpose Register 4

gpr5: GPR5

0x30 - SRC General Purpose Register 5

gpr6: GPR6

0x34 - SRC General Purpose Register 6

gpr7: GPR7

0x38 - SRC General Purpose Register 7

gpr8: GPR8

0x3c - SRC General Purpose Register 8

gpr9: GPR9

0x40 - SRC General Purpose Register 9

gpr10: GPR10

0x44 - SRC General Purpose Register 10

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.