[][src]Struct nrf52832_hal::nrf52_hal_common::target::mwu::RegisterBlock

#[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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more