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