pub enum ARB_LOST_A {
ABRT_LOST_VOID = 0,
ABRT_LOST_GENERATED = 1,
}
Expand description
This field specifies that the Master has lost arbitration, or if IC_TX_ABRT_SOURCE[14] is also set, then the slave transmitter has lost arbitration.
Reset value: 0x0
Role of DW_apb_i2c: Master-Transmitter or Slave-Transmitter
Value on reset: 0
Variants§
ABRT_LOST_VOID = 0
0: Master or Slave-Transmitter lost arbitration- scenario not present
ABRT_LOST_GENERATED = 1
1: Master or Slave-Transmitter lost arbitration
Trait Implementations§
Source§impl Clone for ARB_LOST_A
impl Clone for ARB_LOST_A
Source§fn clone(&self) -> ARB_LOST_A
fn clone(&self) -> ARB_LOST_A
Returns a copy 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 ARB_LOST_A
impl Debug for ARB_LOST_A
Source§impl From<ARB_LOST_A> for bool
impl From<ARB_LOST_A> for bool
Source§fn from(variant: ARB_LOST_A) -> Self
fn from(variant: ARB_LOST_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ARB_LOST_A
impl PartialEq for ARB_LOST_A
impl Copy for ARB_LOST_A
impl Eq for ARB_LOST_A
impl StructuralPartialEq for ARB_LOST_A
Auto Trait Implementations§
impl Freeze for ARB_LOST_A
impl RefUnwindSafe for ARB_LOST_A
impl Send for ARB_LOST_A
impl Sync for ARB_LOST_A
impl Unpin for ARB_LOST_A
impl UnwindSafe for ARB_LOST_A
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