RegisterBlock

Struct RegisterBlock 

Source
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,
    pub debugctrl: DEBUGCTRL,
    pub regout0: REGOUT0,
    /* 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..0x50 - Description collection[n]: Reserved for Nordic firmware design

§nrfhw: [NRFHW; 12]

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

§customer: [CUSTOMER; 32]

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

§pselreset: [PSELRESET; 2]

0x200..0x208 - Description collection[n]: Mapping of the nRESET function

§approtect: APPROTECT

0x208 - Access port protection

§nfcpins: NFCPINS

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

§debugctrl: DEBUGCTRL

0x210 - Processor debug control

§regout0: REGOUT0

0x304 - GPIO reference voltage / external output supply voltage in high voltage mode

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.