Struct nrf51::nvmc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ready: READY, pub config: CONFIG, pub erasepage: ERASEPAGE, pub eraseall: ERASEALL, pub erasepcr0: ERASEPCR0, pub eraseuicr: ERASEUICR, // some fields omitted }

Register block

Fields

0x400 - Ready flag.

0x504 - Configuration register.

0x508 - Register for erasing a non-protected non-volatile memory page.

0x50c - Register for erasing all non-volatile user memory.

0x510 - Register for erasing a protected non-volatile memory page.

0x514 - Register for start erasing User Information Congfiguration Registers.

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock