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