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