Enum Mpl2
pub enum Mpl2 {
_0 = 0,
_1 = 1,
}Expand description
Master 2 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 Mpl2
impl Eq for Mpl2
impl StructuralPartialEq for Mpl2
Auto Trait Implementations§
impl Freeze for Mpl2
impl RefUnwindSafe for Mpl2
impl Send for Mpl2
impl Sync for Mpl2
impl Unpin for Mpl2
impl UnwindSafe for Mpl2
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