#[repr(u8)]pub enum NsaCsi {
NSA_CSI_0 = 0,
NSA_CSI_1 = 1,
}Variants§
NSA_CSI_0 = 0
Secure access for the corresponding type-1 master
NSA_CSI_1 = 1
Non-secure access for the corresponding type-1 master
Implementations§
Trait Implementations§
Source§impl Ord for NsaCsi
impl Ord for NsaCsi
Source§impl PartialOrd for NsaCsi
impl PartialOrd for NsaCsi
impl Copy for NsaCsi
impl Eq for NsaCsi
impl StructuralPartialEq for NsaCsi
Auto Trait Implementations§
impl Freeze for NsaCsi
impl RefUnwindSafe for NsaCsi
impl Send for NsaCsi
impl Sync for NsaCsi
impl Unpin for NsaCsi
impl UnwindSafe for NsaCsi
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