Struct Override
pub struct Override { /* private fields */ }
Expand description
Special privilege tables
Implementations§
§impl Override
impl Override
pub const unsafe fn from_ptr(ptr: *mut ()) -> Override
pub const fn as_ptr(&self) -> *mut ()
pub const fn config(self) -> Reg<OverrideConfig, RW>
pub const fn config(self) -> Reg<OverrideConfig, RW>
Description cluster: Override region n Configuration register
pub const fn perm(self) -> Reg<Perm, RW>
pub const fn perm(self) -> Reg<Perm, RW>
Description cluster: Permission settings for override region n
pub const fn permmask(self) -> Reg<Permmask, RW>
pub const fn permmask(self) -> Reg<Permmask, RW>
Description cluster: Masks permission setting fields from register OVERRIDE.PERM
pub const fn masterport(self) -> Reg<OverrideMasterport, RW>
pub const fn masterport(self) -> Reg<OverrideMasterport, RW>
Description cluster: Override region n local master enable
Trait Implementations§
impl Copy for Override
impl Eq for Override
impl Send for Override
impl StructuralPartialEq for Override
impl Sync for Override
Auto Trait Implementations§
impl Freeze for Override
impl RefUnwindSafe for Override
impl Unpin for Override
impl UnwindSafe for Override
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
)