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