Struct nrf52840::uicr::RegisterBlock[][src]

#[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, pub debugctrl: DEBUGCTRL, pub regout0: REGOUT0, // some fields omitted }

Register block

Fields

0x00 - Unspecified

0x04 - Unspecified

0x08 - Unspecified

0x10 - Unspecified

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

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

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

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

0x208 - Access port protection

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

0x210 - Processor debug control

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

Auto Trait Implementations