Enum rp2040_pac::i2c0::ic_raw_intr_stat::START_DET_A
source · pub enum START_DET_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
Indicates whether a START or RESTART condition has occurred on the I2C interface regardless of whether DW_apb_i2c is operating in slave or master mode.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for START_DET_A
impl Clone for START_DET_A
source§fn clone(&self) -> START_DET_A
fn clone(&self) -> START_DET_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 START_DET_A
impl Debug for START_DET_A
source§impl From<START_DET_A> for bool
impl From<START_DET_A> for bool
source§fn from(variant: START_DET_A) -> Self
fn from(variant: START_DET_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for START_DET_A
impl PartialEq for START_DET_A
impl Copy for START_DET_A
impl Eq for START_DET_A
impl StructuralPartialEq for START_DET_A
Auto Trait Implementations§
impl Freeze for START_DET_A
impl RefUnwindSafe for START_DET_A
impl Send for START_DET_A
impl Sync for START_DET_A
impl Unpin for START_DET_A
impl UnwindSafe for START_DET_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
)