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