Struct riot_sys::NRF_MWU_Type

source ·
#[repr(C)]
pub struct NRF_MWU_Type {
Show 22 fields pub RESERVED: [u32; 64], pub EVENTS_REGION: [MWU_EVENTS_REGION_Type; 4], pub RESERVED1: [u32; 16], pub EVENTS_PREGION: [MWU_EVENTS_PREGION_Type; 2], pub RESERVED2: [u32; 100], pub INTEN: u32, pub INTENSET: u32, pub INTENCLR: u32, pub RESERVED3: [u32; 5], pub NMIEN: u32, pub NMIENSET: u32, pub NMIENCLR: u32, pub RESERVED4: [u32; 53], pub PERREGION: [MWU_PERREGION_Type; 2], pub RESERVED5: [u32; 64], pub REGIONEN: u32, pub REGIONENSET: u32, pub REGIONENCLR: u32, pub RESERVED6: [u32; 57], pub REGION: [MWU_REGION_Type; 4], pub RESERVED7: [u32; 32], pub PREGION: [MWU_PREGION_Type; 2],
}
Expand description

@brief Memory Watch Unit (MWU)

Fields§

§RESERVED: [u32; 64]§EVENTS_REGION: [MWU_EVENTS_REGION_Type; 4]

< (@ 0x00000100) Peripheral events.

§RESERVED1: [u32; 16]§EVENTS_PREGION: [MWU_EVENTS_PREGION_Type; 2]

< (@ 0x00000160) Peripheral events.

§RESERVED2: [u32; 100]§INTEN: u32

< (@ 0x00000300) Enable or disable interrupt

§INTENSET: u32

< (@ 0x00000304) Enable interrupt

§INTENCLR: u32

< (@ 0x00000308) Disable interrupt

§RESERVED3: [u32; 5]§NMIEN: u32

< (@ 0x00000320) Enable or disable interrupt

§NMIENSET: u32

< (@ 0x00000324) Enable interrupt

§NMIENCLR: u32

< (@ 0x00000328) Disable interrupt

§RESERVED4: [u32; 53]§PERREGION: [MWU_PERREGION_Type; 2]

< (@ 0x00000400) Unspecified

§RESERVED5: [u32; 64]§REGIONEN: u32

< (@ 0x00000510) Enable/disable regions watch

§REGIONENSET: u32

< (@ 0x00000514) Enable regions watch

§REGIONENCLR: u32

< (@ 0x00000518) Disable regions watch

§RESERVED6: [u32; 57]§REGION: [MWU_REGION_Type; 4]

< (@ 0x00000600) Unspecified

§RESERVED7: [u32; 32]§PREGION: [MWU_PREGION_Type; 2]

< (@ 0x000006C0) Unspecified

Trait Implementations§

source§

impl Clone for NRF_MWU_Type

source§

fn clone(&self) -> NRF_MWU_Type

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NRF_MWU_Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for NRF_MWU_Type

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for NRF_MWU_Type

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.