[][src]Struct nrf52811_hal::pac::uicr::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub nrffw: [Reg<u32, _NRFFW>; 13],
    pub nrfhw: [Reg<u32, _NRFHW>; 12],
    pub customer: [Reg<u32, _CUSTOMER>; 32],
    pub pselreset: [Reg<u32, _PSELRESET>; 2],
    pub approtect: Reg<u32, _APPROTECT>,
    // some fields omitted
}

Register block

Fields

nrffw: [Reg<u32, _NRFFW>; 13]

0x14 - Description collection: Reserved for Nordic firmware design

nrfhw: [Reg<u32, _NRFHW>; 12]

0x50 - Description collection: Reserved for Nordic hardware design

customer: [Reg<u32, _CUSTOMER>; 32]

0x80 - Description collection: Reserved for customer

pselreset: [Reg<u32, _PSELRESET>; 2]

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

approtect: Reg<u32, _APPROTECT>

0x208 - Access port protection

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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.