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