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

Register block

Fields

ready: READY

0x400 - 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

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.