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