#[repr(C)]
pub struct RegisterBlock { pub unused0: UNUSED0, pub unused1: UNUSED1, pub unused2: UNUSED2, pub unused3: UNUSED3, pub nrffw: [NRFFW; 15], pub nrfhw: [NRFHW; 12], pub customer: [CUSTOMER; 32], pub pselreset: [PSELRESET; 2], pub approtect: APPROTECT, pub nfcpins: NFCPINS, /* private fields */ }
Expand description

Register block

Fields§

§unused0: UNUSED0

0x00 - Unspecified

§unused1: UNUSED1

0x04 - Unspecified

§unused2: UNUSED2

0x08 - Unspecified

§unused3: UNUSED3

0x10 - Unspecified

§nrffw: [NRFFW; 15]

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

§nrfhw: [NRFHW; 12]

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

§customer: [CUSTOMER; 32]

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

§pselreset: [PSELRESET; 2]

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

§approtect: APPROTECT

0x208 - Access Port protection

§nfcpins: NFCPINS

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

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.

Should always be Self
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.