#[repr(C)]
pub struct RegisterBlock { pub ready: READY, pub config: CONFIG, pub erasepage: ERASEPAGE, pub eraseall: ERASEALL, pub erasepcr0: ERASEPCR0, pub eraseuicr: ERASEUICR, pub icachecnf: ICACHECNF, pub ihit: IHIT, pub imiss: IMISS, /* private fields */ }
Expand description

Register block

Fields§

§ready: READY

0x400 - Ready flag

§config: CONFIG

0x504 - Configuration register

§erasepage: ERASEPAGE

0x508 - Register for erasing a page in Code area

§eraseall: ERASEALL

0x50c - Register for erasing all non-volatile user memory

§erasepcr0: ERASEPCR0

0x510 - Deprecated register - Register for erasing a page in Code area. Equivalent to ERASEPAGE.

§eraseuicr: ERASEUICR

0x514 - Register for erasing User Information Configuration Registers

§icachecnf: ICACHECNF

0x540 - I-Code cache configuration register.

§ihit: IHIT

0x548 - I-Code cache hit counter.

§imiss: IMISS

0x54c - I-Code cache miss counter.

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.

Should always be Self
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.