Struct Mpc
pub struct Mpc { /* private fields */ }
Expand description
Memory Privilege Controller
Implementations§
§impl Mpc
impl Mpc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Mpc
pub const fn as_ptr(&self) -> *mut ()
pub const fn events_memaccerr(self) -> Reg<u32, RW>
pub const fn events_memaccerr(self) -> Reg<u32, RW>
Memory Access Error event
pub const fn globalslave(self) -> Globalslave
pub const fn globalslave(self) -> Globalslave
Global slave master port connection information
Trait Implementations§
impl Copy for Mpc
impl Eq for Mpc
impl Send for Mpc
impl StructuralPartialEq for Mpc
impl Sync for Mpc
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
)