#[repr(u8)]pub enum DtcmWrRdSel {
DTCM_WR_RD_SEL_0 = 0,
DTCM_WR_RD_SEL_1 = 1,
}Variants§
DTCM_WR_RD_SEL_0 = 0
When DTCM read access hits magic address, it will generate interrupt.
DTCM_WR_RD_SEL_1 = 1
When DTCM write access hits magic address, it will generate interrupt.
Implementations§
Source§impl DtcmWrRdSel
impl DtcmWrRdSel
Trait Implementations§
Source§impl Clone for DtcmWrRdSel
impl Clone for DtcmWrRdSel
Source§fn clone(&self) -> DtcmWrRdSel
fn clone(&self) -> DtcmWrRdSel
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 Debug for DtcmWrRdSel
impl Debug for DtcmWrRdSel
Source§impl From<DtcmWrRdSel> for u8
impl From<DtcmWrRdSel> for u8
Source§fn from(val: DtcmWrRdSel) -> u8
fn from(val: DtcmWrRdSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DtcmWrRdSel
impl From<u8> for DtcmWrRdSel
Source§fn from(val: u8) -> DtcmWrRdSel
fn from(val: u8) -> DtcmWrRdSel
Converts to this type from the input type.
Source§impl Ord for DtcmWrRdSel
impl Ord for DtcmWrRdSel
Source§fn cmp(&self, other: &DtcmWrRdSel) -> Ordering
fn cmp(&self, other: &DtcmWrRdSel) -> 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 DtcmWrRdSel
impl PartialEq for DtcmWrRdSel
Source§impl PartialOrd for DtcmWrRdSel
impl PartialOrd for DtcmWrRdSel
impl Copy for DtcmWrRdSel
impl Eq for DtcmWrRdSel
impl StructuralPartialEq for DtcmWrRdSel
Auto Trait Implementations§
impl Freeze for DtcmWrRdSel
impl RefUnwindSafe for DtcmWrRdSel
impl Send for DtcmWrRdSel
impl Sync for DtcmWrRdSel
impl Unpin for DtcmWrRdSel
impl UnwindSafe for DtcmWrRdSel
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