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