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