Enum rp2040_pac::i2c0::ic_tx_abrt_source::ARB_LOST_A
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)