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