#[repr(C)]
pub struct RegisterBlock { pub r: [Reg<R_SPEC>; 32], pub rlr: [Reg<RLR_SPEC>; 32], pub ier: Reg<IER_SPEC>, pub icr: Reg<ICR_SPEC>, pub isr: Reg<ISR_SPEC>, pub misr: Reg<MISR_SPEC>, pub cr: Reg<CR_SPEC>, pub keyr: Reg<KEYR_SPEC>, /* private fields */ }
Expand description

Register block

Fields

r: [Reg<R_SPEC>; 32]

0x00..0x80 - HSEM register HSEM_R%s HSEM_R31

rlr: [Reg<RLR_SPEC>; 32]

0x80..0x100 - HSEM Read lock register

ier: Reg<IER_SPEC>

0x100 - HSEM Interrupt enable register

icr: Reg<ICR_SPEC>

0x104 - HSEM Interrupt clear register

isr: Reg<ISR_SPEC>

0x108 - HSEM Interrupt status register

misr: Reg<MISR_SPEC>

0x10c - HSEM Masked interrupt status register

cr: Reg<CR_SPEC>

0x140 - HSEM Clear register

keyr: Reg<KEYR_SPEC>

0x144 - HSEM Interrupt clear register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.