#[repr(C)]
pub struct RegisterBlock { pub clenr0: CLENR0, pub rbpconf: RBPCONF, pub xtalfreq: XTALFREQ, pub fwid: FWID, pub nrfhw: [NRFHW; 12], pub customer: [CUSTOMER; 32], /* private fields */ }
Expand description

Register block

Fields

clenr0: CLENR0

0x00 - Length of code region 0.

rbpconf: RBPCONF

0x04 - Readback protection configuration.

xtalfreq: XTALFREQ

0x08 - Reset value for CLOCK XTALFREQ register.

fwid: FWID

0x10 - Firmware ID.

nrfhw: [NRFHW; 12]

0x50..0x80 - Reserved for Nordic hardware design.

customer: [CUSTOMER; 32]

0x80..0x100 - Reserved for customer.

Implementations

0x14..0x50 - Reserved for Nordic firmware design.

0x14 - Bootloader start address.

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.