[][src]Struct nrf52840_hal::target::uicr::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub unused0: Reg<u32, _UNUSED0>,
    pub unused1: Reg<u32, _UNUSED1>,
    pub unused2: Reg<u32, _UNUSED2>,
    pub unused3: Reg<u32, _UNUSED3>,
    pub nrffw: [Reg<u32, _NRFFW>; 15],
    pub nrfhw: [Reg<u32, _NRFHW>; 12],
    pub customer: [Reg<u32, _CUSTOMER>; 32],
    pub pselreset: [Reg<u32, _PSELRESET>; 2],
    pub approtect: Reg<u32, _APPROTECT>,
    pub nfcpins: Reg<u32, _NFCPINS>,
    pub debugctrl: Reg<u32, _DEBUGCTRL>,
    pub regout0: Reg<u32, _REGOUT0>,
    // some fields omitted
}

Register block

Fields

unused0: Reg<u32, _UNUSED0>

0x00 - Unspecified

unused1: Reg<u32, _UNUSED1>

0x04 - Unspecified

unused2: Reg<u32, _UNUSED2>

0x08 - Unspecified

unused3: Reg<u32, _UNUSED3>

0x10 - Unspecified

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

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

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

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

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

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

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

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

approtect: Reg<u32, _APPROTECT>

0x208 - Access port protection

nfcpins: Reg<u32, _NFCPINS>

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

debugctrl: Reg<u32, _DEBUGCTRL>

0x210 - Processor debug control

regout0: Reg<u32, _REGOUT0>

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

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<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.