Struct nrf52::mwu::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub inten: INTEN, pub intenset: INTENSET, pub intenclr: INTENCLR, pub nmien: NMIEN, pub nmienset: NMIENSET, pub nmienclr: NMIENCLR, pub regionen: REGIONEN, pub regionenset: REGIONENSET, pub regionenclr: REGIONENCLR, // some fields omitted }

Register block

Fields

0x300 - Enable or disable interrupt

0x304 - Enable interrupt

0x308 - Disable interrupt

0x320 - Enable or disable non-maskable interrupt

0x324 - Enable non-maskable interrupt

0x328 - Disable non-maskable interrupt

0x510 - Enable/disable regions watch

0x514 - Enable regions watch

0x518 - Disable regions watch