[][src]Struct nrf52810_pac::uicr::RegisterBlock

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

Register block

Fields

nrffw: [NRFFW; 15]

0x14 - Description collection: Reserved for Nordic firmware design

nrfhw: [NRFHW; 12]

0x50 - Description collection: Reserved for Nordic hardware design

customer: [CUSTOMER; 32]

0x80 - Description collection: Reserved for customer

pselreset: [PSELRESET; 2]

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

approtect: APPROTECT

0x208 - Access port protection

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = !

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self