#[repr(C)]
pub struct RegisterBlock { pub r: [Reg<R_SPEC>; 16], pub rlr: [Reg<RLR_SPEC>; 16], pub c1ier: Reg<C1IER_SPEC>, pub c1icr: Reg<C1ICR_SPEC>, pub c1isr: Reg<C1ISR_SPEC>, pub c1misr: Reg<C1MISR_SPEC>, pub cr: Reg<CR_SPEC>, pub keyr: Reg<KEYR_SPEC>, /* private fields */ }
Expand description

Register block

Fields

r: [Reg<R_SPEC>; 16]

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

rlr: [Reg<RLR_SPEC>; 16]

0x80..0xc0 - HSEM Read lock register

c1ier: Reg<C1IER_SPEC>

0x100 - HSEM Interrupt enable register

c1icr: Reg<C1ICR_SPEC>

0x104 - HSEM Interrupt clear register

c1isr: Reg<C1ISR_SPEC>

0x108 - HSEM Interrupt status register

c1misr: Reg<C1MISR_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.