Enum Mpl1
pub enum Mpl1 {
_0 = 0,
_1 = 1,
}Expand description
Master 1 Privilege Level
Value on reset: 1
Variants§
_0 = 0
0: Accesses from this master are forced to user-mode.
_1 = 1
1: Accesses from this master are not forced to user-mode.
Trait Implementations§
impl Copy for Mpl1
impl Eq for Mpl1
impl StructuralPartialEq for Mpl1
Auto Trait Implementations§
impl Freeze for Mpl1
impl RefUnwindSafe for Mpl1
impl Send for Mpl1
impl Sync for Mpl1
impl Unpin for Mpl1
impl UnwindSafe for Mpl1
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