#[repr(u8)]pub enum NsrS1 {
NSR_S1_0 = 0,
NSR_S1_1 = 1,
}Variants§
NSR_S1_0 = 0
The non-secure supervisor read access is disabled for the first slave.
NSR_S1_1 = 1
The non-secure supervisor read access is enabled for the first slave.
Implementations§
Trait Implementations§
Source§impl Ord for NsrS1
impl Ord for NsrS1
Source§impl PartialOrd for NsrS1
impl PartialOrd for NsrS1
impl Copy for NsrS1
impl Eq for NsrS1
impl StructuralPartialEq for NsrS1
Auto Trait Implementations§
impl Freeze for NsrS1
impl RefUnwindSafe for NsrS1
impl Send for NsrS1
impl Sync for NsrS1
impl Unpin for NsrS1
impl UnwindSafe for NsrS1
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