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

#[repr(C)]
pub struct RegisterBlock { pub events_region: [EVENTS_REGION; 4], pub events_pregion: [EVENTS_PREGION; 2], pub inten: INTEN, pub intenset: INTENSET, pub intenclr: INTENCLR, pub nmien: NMIEN, pub nmienset: NMIENSET, pub nmienclr: NMIENCLR, pub perregion: [PERREGION; 2], pub regionen: REGIONEN, pub regionenset: REGIONENSET, pub regionenclr: REGIONENCLR, pub region0: REGION, pub region1: REGION, pub region2: REGION, pub region3: REGION, pub pregion0: PREGION, pub pregion1: PREGION, // some fields omitted }

Register block

Fields

0x100 - Unspecified

0x160 - Unspecified

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

0x400 - Unspecified

0x510 - Enable/disable regions watch

0x514 - Enable regions watch

0x518 - Disable regions watch

0x600 - Unspecified

0x610 - Unspecified

0x620 - Unspecified

0x630 - Unspecified

0x6c0 - Unspecified

0x6d0 - Unspecified

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock