pub enum Sus2 {
SecureAndNonSecure = 0,
SecureOnly = 1,
}Expand description
State UNKNOWN Secure only 2.
Value on reset: 0
Variants§
SecureAndNonSecure = 0
0: The SU2 field is accessible from both Security states.
SecureOnly = 1
1: The SU2 field is only accessible from the Secure state.
Trait Implementations§
impl Copy for Sus2
impl Eq for Sus2
impl StructuralPartialEq for Sus2
Auto Trait Implementations§
impl Freeze for Sus2
impl RefUnwindSafe for Sus2
impl Send for Sus2
impl Sync for Sus2
impl Unpin for Sus2
impl UnwindSafe for Sus2
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