#[repr(u8)]pub enum SramIntClrStatusApbErr {
NoEffect = 0,
Enable = 1,
}Variants§
NoEffect = 0
No effect.
Enable = 1
Clears the APB_ERR bit field in register INT_STATUS. Automatically reset by the Hardware.
Implementations§
Trait Implementations§
Source§impl Clone for SramIntClrStatusApbErr
impl Clone for SramIntClrStatusApbErr
Source§fn clone(&self) -> SramIntClrStatusApbErr
fn clone(&self) -> SramIntClrStatusApbErr
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 SramIntClrStatusApbErr
impl Debug for SramIntClrStatusApbErr
Source§impl From<SramIntClrStatusApbErr> for u8
impl From<SramIntClrStatusApbErr> for u8
Source§fn from(val: SramIntClrStatusApbErr) -> u8
fn from(val: SramIntClrStatusApbErr) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SramIntClrStatusApbErr
impl From<u8> for SramIntClrStatusApbErr
Source§fn from(val: u8) -> SramIntClrStatusApbErr
fn from(val: u8) -> SramIntClrStatusApbErr
Converts to this type from the input type.
Source§impl Ord for SramIntClrStatusApbErr
impl Ord for SramIntClrStatusApbErr
Source§fn cmp(&self, other: &SramIntClrStatusApbErr) -> Ordering
fn cmp(&self, other: &SramIntClrStatusApbErr) -> 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 SramIntClrStatusApbErr
impl PartialEq for SramIntClrStatusApbErr
Source§impl PartialOrd for SramIntClrStatusApbErr
impl PartialOrd for SramIntClrStatusApbErr
impl Copy for SramIntClrStatusApbErr
impl Eq for SramIntClrStatusApbErr
impl StructuralPartialEq for SramIntClrStatusApbErr
Auto Trait Implementations§
impl Freeze for SramIntClrStatusApbErr
impl RefUnwindSafe for SramIntClrStatusApbErr
impl Send for SramIntClrStatusApbErr
impl Sync for SramIntClrStatusApbErr
impl Unpin for SramIntClrStatusApbErr
impl UnwindSafe for SramIntClrStatusApbErr
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