pub struct RegisterBlock {
    pub config0: Reg<CONFIG0_SPEC>,
    pub config1: Reg<CONFIG1_SPEC>,
    pub disableindebug: Reg<DISABLEINDEBUG_SPEC>,
    pub unused0: Reg<UNUSED0_SPEC>,
    pub config2: Reg<CONFIG2_SPEC>,
    pub config3: Reg<CONFIG3_SPEC>,
    /* private fields */
}
Expand description

Register block

Fields

config0: Reg<CONFIG0_SPEC>

0x600 - Block protect configuration register 0

config1: Reg<CONFIG1_SPEC>

0x604 - Block protect configuration register 1

disableindebug: Reg<DISABLEINDEBUG_SPEC>

0x608 - Disable protection mechanism in debug interface mode

unused0: Reg<UNUSED0_SPEC>

0x60c - Unspecified

config2: Reg<CONFIG2_SPEC>

0x610 - Block protect configuration register 2

config3: Reg<CONFIG3_SPEC>

0x614 - Block protect configuration register 3

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.