Struct nrf51::uicr::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub clenr0: CLENR0, pub rbpconf: RBPCONF, pub xtalfreq: XTALFREQ, pub fwid: FWID, pub bootloaderaddr: BOOTLOADERADDR, pub nrfhw: [NRFHW; 12], pub customer: [CUSTOMER; 32], // some fields omitted }

Register block

Fields

0x00 - Length of code region 0.

0x04 - Readback protection configuration.

0x08 - Reset value for CLOCK XTALFREQ register.

0x10 - Firmware ID.

0x14 - Bootloader start address.

0x50 - Reserved for Nordic hardware design.

0x80 - Reserved for customer.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock