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