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