[][src]Struct imxrt1062_gpc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cntr: CNTR,
    pub imr1: IMR1,
    pub imr2: IMR2,
    pub imr3: IMR3,
    pub imr4: IMR4,
    pub isr1: ISR1,
    pub isr2: ISR2,
    pub isr3: ISR3,
    pub isr4: ISR4,
    pub imr5: IMR5,
    pub isr5: ISR5,
    // some fields omitted
}

Register block

Fields

cntr: CNTR

0x00 - GPC Interface control register

imr1: IMR1

0x08 - IRQ masking register 1

imr2: IMR2

0x0c - IRQ masking register 2

imr3: IMR3

0x10 - IRQ masking register 3

imr4: IMR4

0x14 - IRQ masking register 4

isr1: ISR1

0x18 - IRQ status resister 1

isr2: ISR2

0x1c - IRQ status resister 2

isr3: ISR3

0x20 - IRQ status resister 3

isr4: ISR4

0x24 - IRQ status resister 4

imr5: IMR5

0x34 - IRQ masking register 5

isr5: ISR5

0x38 - IRQ status resister 5

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.