pub enum SP0W {
_0,
_1,
}
Expand description
Values that can be written to the field SP0
Variants§
_0
This peripheral does not require supervisor privilege level for accesses.
_1
This peripheral requires supervisor privilege level for accesses.
Auto Trait Implementations§
impl Freeze for SP0W
impl RefUnwindSafe for SP0W
impl Send for SP0W
impl Sync for SP0W
impl Unpin for SP0W
impl UnwindSafe for SP0W
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