pub struct RegisterBlock {
    pub ready: Reg<READY_SPEC>,
    pub config: Reg<CONFIG_SPEC>,
    pub eraseall: Reg<ERASEALL_SPEC>,
    pub erasepcr0: Reg<ERASEPCR0_SPEC>,
    pub eraseuicr: Reg<ERASEUICR_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

config: Reg<CONFIG_SPEC>

0x504 - Configuration register

eraseall: Reg<ERASEALL_SPEC>

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

erasepcr0: Reg<ERASEPCR0_SPEC>

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

eraseuicr: Reg<ERASEUICR_SPEC>

0x514 - Register for erasing User Information Configuration Registers

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.

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
Casts the value.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
Casts the value.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Performs the conversion.
Performs the conversion.
Casts the value.
Casts the value.
Should always be Self
Casts the value.
Casts the value.
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.
Casts the value.
Casts the value.
Casts the value.
Casts the value.