Enum Sp6
pub enum Sp6 {
_0 = 0,
_1 = 1,
}Expand description
Supervisor Protect
Value on reset: 1
Variants§
_0 = 0
0: This peripheral does not require supervisor privilege level for accesses.
_1 = 1
1: This peripheral requires supervisor privilege level for accesses.
Trait Implementations§
impl Copy for Sp6
impl Eq for Sp6
impl StructuralPartialEq for Sp6
Auto Trait Implementations§
impl Freeze for Sp6
impl RefUnwindSafe for Sp6
impl Send for Sp6
impl Sync for Sp6
impl Unpin for Sp6
impl UnwindSafe for Sp6
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