[][src]Struct nrf52832_hal::nrf52832_pac::uicr::RegisterBlock

#[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, // some fields omitted }

Register block

Fields

0x00 - Unspecified

0x04 - Unspecified

0x08 - Unspecified

0x10 - Unspecified

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

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

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

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

0x208 - Access Port protection

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more