#[repr(u8)]pub enum MiscCtrlDpRegDisableStrictMode {
_RESERVED_0 = 0,
AHBTM = 1,
AHBSM1 = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
AHBTM = 1
Master can access memories and peripherals at the same level or below that level.
AHBSM1 = 2
Master can access memories and peripherals at same level only
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for MiscCtrlDpRegDisableStrictMode
impl Clone for MiscCtrlDpRegDisableStrictMode
Source§fn clone(&self) -> MiscCtrlDpRegDisableStrictMode
fn clone(&self) -> MiscCtrlDpRegDisableStrictMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<MiscCtrlDpRegDisableStrictMode> for u8
impl From<MiscCtrlDpRegDisableStrictMode> for u8
Source§fn from(val: MiscCtrlDpRegDisableStrictMode) -> u8
fn from(val: MiscCtrlDpRegDisableStrictMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MiscCtrlDpRegDisableStrictMode
impl From<u8> for MiscCtrlDpRegDisableStrictMode
Source§fn from(val: u8) -> MiscCtrlDpRegDisableStrictMode
fn from(val: u8) -> MiscCtrlDpRegDisableStrictMode
Converts to this type from the input type.
Source§impl Ord for MiscCtrlDpRegDisableStrictMode
impl Ord for MiscCtrlDpRegDisableStrictMode
Source§fn cmp(&self, other: &MiscCtrlDpRegDisableStrictMode) -> Ordering
fn cmp(&self, other: &MiscCtrlDpRegDisableStrictMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MiscCtrlDpRegDisableStrictMode
impl PartialEq for MiscCtrlDpRegDisableStrictMode
Source§fn eq(&self, other: &MiscCtrlDpRegDisableStrictMode) -> bool
fn eq(&self, other: &MiscCtrlDpRegDisableStrictMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MiscCtrlDpRegDisableStrictMode
impl PartialOrd for MiscCtrlDpRegDisableStrictMode
impl Copy for MiscCtrlDpRegDisableStrictMode
impl Eq for MiscCtrlDpRegDisableStrictMode
impl StructuralPartialEq for MiscCtrlDpRegDisableStrictMode
Auto Trait Implementations§
impl Freeze for MiscCtrlDpRegDisableStrictMode
impl RefUnwindSafe for MiscCtrlDpRegDisableStrictMode
impl Send for MiscCtrlDpRegDisableStrictMode
impl Sync for MiscCtrlDpRegDisableStrictMode
impl Unpin for MiscCtrlDpRegDisableStrictMode
impl UnwindSafe for MiscCtrlDpRegDisableStrictMode
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