[][src]Struct imxrt1062_iomuxc_snvs_gpr::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub gpr0: GPR0,
    pub gpr1: GPR1,
    pub gpr2: GPR2,
    pub gpr3: GPR3,
}

Register block

Fields

gpr0: GPR0

0x00 - GPR0 General Purpose Register

gpr1: GPR1

0x04 - GPR1 General Purpose Register

gpr2: GPR2

0x08 - GPR2 General Purpose Register

gpr3: GPR3

0x0c - GPR3 General Purpose Register

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.