pub struct Mwu { /* private fields */ }
Expand description
Memory Watch Unit
Implementations§
Source§impl Mwu
impl Mwu
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn events_region(self, n: usize) -> EventsRegion
pub const fn events_region(self, n: usize) -> EventsRegion
Peripheral events.
Sourcepub const fn events_pregion(self, n: usize) -> EventsPregion
pub const fn events_pregion(self, n: usize) -> EventsPregion
Peripheral events.
Sourcepub const fn regionenset(self) -> Reg<Regionen, RW>
pub const fn regionenset(self) -> Reg<Regionen, RW>
Enable regions watch
Sourcepub const fn regionenclr(self) -> Reg<Regionen, RW>
pub const fn regionenclr(self) -> Reg<Regionen, RW>
Disable regions watch
Trait Implementations§
impl Copy for Mwu
impl Eq for Mwu
impl Send for Mwu
impl StructuralPartialEq for Mwu
impl Sync for Mwu
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)