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