#[repr(u8)]pub enum SramIntSetStatusApbErr {
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 SramIntSetStatusApbErr
impl Clone for SramIntSetStatusApbErr
Source§fn clone(&self) -> SramIntSetStatusApbErr
fn clone(&self) -> SramIntSetStatusApbErr
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 SramIntSetStatusApbErr
impl Debug for SramIntSetStatusApbErr
Source§impl From<SramIntSetStatusApbErr> for u8
impl From<SramIntSetStatusApbErr> for u8
Source§fn from(val: SramIntSetStatusApbErr) -> u8
fn from(val: SramIntSetStatusApbErr) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SramIntSetStatusApbErr
impl From<u8> for SramIntSetStatusApbErr
Source§fn from(val: u8) -> SramIntSetStatusApbErr
fn from(val: u8) -> SramIntSetStatusApbErr
Converts to this type from the input type.
Source§impl Ord for SramIntSetStatusApbErr
impl Ord for SramIntSetStatusApbErr
Source§fn cmp(&self, other: &SramIntSetStatusApbErr) -> Ordering
fn cmp(&self, other: &SramIntSetStatusApbErr) -> 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 SramIntSetStatusApbErr
impl PartialEq for SramIntSetStatusApbErr
Source§impl PartialOrd for SramIntSetStatusApbErr
impl PartialOrd for SramIntSetStatusApbErr
impl Copy for SramIntSetStatusApbErr
impl Eq for SramIntSetStatusApbErr
impl StructuralPartialEq for SramIntSetStatusApbErr
Auto Trait Implementations§
impl Freeze for SramIntSetStatusApbErr
impl RefUnwindSafe for SramIntSetStatusApbErr
impl Send for SramIntSetStatusApbErr
impl Sync for SramIntSetStatusApbErr
impl Unpin for SramIntSetStatusApbErr
impl UnwindSafe for SramIntSetStatusApbErr
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