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