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

Register block

Fields

ready: READY

0x400 - Ready flag

readynext: READYNEXT

0x408 - Ready flag

config: CONFIG

0x504 - Configuration register

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

erasepagepartial: ERASEPAGEPARTIAL

0x518 - Register for partial erase of a page in code area

erasepagepartialcfg: ERASEPAGEPARTIALCFG

0x51c - Register for partial erase configuration

icachecnf: ICACHECNF

0x540 - I-code cache configuration register

ihit: IHIT

0x548 - I-code cache hit counter

imiss: IMISS

0x54c - I-code cache miss counter

Implementations

0x508 - Deprecated register - Register for erasing a page in code area, equivalent to ERASEPAGE

0x508 - Register for erasing a page in code area

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.