#[repr(u8)]pub enum Nse {
ALLOWED = 0,
NOTALLOWED = 1,
}Variants§
ALLOWED = 0
Secure accesses to block B are based on corresponding MBACSEL field in this register (MBCm_DOMd_MEMs_BLK_CFG_Ww[MBACSEL]), nonsecure accesses to block B are not allowed.
NOTALLOWED = 1
Secure accesses to block B are not allowed, nonsecure accesses to block B are based on corresponding MBACSEL field in this register (MBCm_DOMd_MEMs_BLK_CFG_Ww[MBACSEL]).
Implementations§
Trait Implementations§
Source§impl Ord for Nse
impl Ord for Nse
Source§impl PartialOrd for Nse
impl PartialOrd for Nse
impl Copy for Nse
impl Eq for Nse
impl StructuralPartialEq for Nse
Auto Trait Implementations§
impl Freeze for Nse
impl RefUnwindSafe for Nse
impl Send for Nse
impl Sync for Nse
impl Unpin for Nse
impl UnwindSafe for Nse
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