#[repr(C)]
pub struct RegisterBlock { pub ready: Reg<READY_SPEC>, pub readynext: Reg<READYNEXT_SPEC>, pub config: Reg<CONFIG_SPEC>, pub eraseall: Reg<ERASEALL_SPEC>, pub erasepagepartialcfg: Reg<ERASEPAGEPARTIALCFG_SPEC>, pub icachecnf: Reg<ICACHECNF_SPEC>, pub ihit: Reg<IHIT_SPEC>, pub imiss: Reg<IMISS_SPEC>, /* private fields */ }
Expand description

Register block

Fields

ready: Reg<READY_SPEC>

0x400 - Ready flag

readynext: Reg<READYNEXT_SPEC>

0x408 - Ready flag

config: Reg<CONFIG_SPEC>

0x504 - Configuration register

eraseall: Reg<ERASEALL_SPEC>

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

erasepagepartialcfg: Reg<ERASEPAGEPARTIALCFG_SPEC>

0x51c - Register for partial erase configuration

icachecnf: Reg<ICACHECNF_SPEC>

0x540 - I-code cache configuration register

ihit: Reg<IHIT_SPEC>

0x548 - I-code cache hit counter

imiss: Reg<IMISS_SPEC>

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.

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.