#[repr(C)]
pub struct RegisterBlock { pub nrffw: [NRFFW; 15], pub nrfhw: [NRFHW; 12], pub customer: [CUSTOMER; 32], pub pselreset: [PSELRESET; 2], pub approtect: APPROTECT, /* private fields */ }
Expand description

Register block

Fields

nrffw: [NRFFW; 15]

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

nrfhw: [NRFHW; 12]

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

customer: [CUSTOMER; 32]

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

pselreset: [PSELRESET; 2]

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

approtect: APPROTECT

0x208 - Access port protection

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.