pub struct RegisterBlock {
    pub unused0: Reg<UNUSED0_SPEC>,
    pub unused1: Reg<UNUSED1_SPEC>,
    pub unused2: Reg<UNUSED2_SPEC>,
    pub unused3: Reg<UNUSED3_SPEC>,
    pub nrffw: [Reg<NRFFW_SPEC>; 15],
    pub nrfhw: [Reg<NRFHW_SPEC>; 12],
    pub customer: [Reg<CUSTOMER_SPEC>; 32],
    pub pselreset: [Reg<PSELRESET_SPEC>; 2],
    pub approtect: Reg<APPROTECT_SPEC>,
    pub nfcpins: Reg<NFCPINS_SPEC>,
    /* private fields */
}
Expand description

Register block

Fields

unused0: Reg<UNUSED0_SPEC>

0x00 - Unspecified

unused1: Reg<UNUSED1_SPEC>

0x04 - Unspecified

unused2: Reg<UNUSED2_SPEC>

0x08 - Unspecified

unused3: Reg<UNUSED3_SPEC>

0x10 - Unspecified

nrffw: [Reg<NRFFW_SPEC>; 15]

0x14..0x50 - Description collection[0]: Reserved for Nordic firmware design

nrfhw: [Reg<NRFHW_SPEC>; 12]

0x50..0x80 - Description collection[0]: Reserved for Nordic hardware design

customer: [Reg<CUSTOMER_SPEC>; 32]

0x80..0x100 - Description collection[0]: Reserved for customer

pselreset: [Reg<PSELRESET_SPEC>; 2]

0x200..0x208 - Description collection[0]: Mapping of the nRESET function (see POWER chapter for details)

approtect: Reg<APPROTECT_SPEC>

0x208 - Access Port protection

nfcpins: Reg<NFCPINS_SPEC>

0x20c - Setting of pins dedicated to NFC functionality: NFC antenna or GPIO

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.