Enum rp2040_pac::i2c0::ic_intr_stat::R_ACTIVITY_A
source · pub enum R_ACTIVITY_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
See IC_RAW_INTR_STAT for a detailed description of R_ACTIVITY bit.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for R_ACTIVITY_A
impl Clone for R_ACTIVITY_A
source§fn clone(&self) -> R_ACTIVITY_A
fn clone(&self) -> R_ACTIVITY_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 R_ACTIVITY_A
impl Debug for R_ACTIVITY_A
source§impl From<R_ACTIVITY_A> for bool
impl From<R_ACTIVITY_A> for bool
source§fn from(variant: R_ACTIVITY_A) -> Self
fn from(variant: R_ACTIVITY_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for R_ACTIVITY_A
impl PartialEq for R_ACTIVITY_A
impl Copy for R_ACTIVITY_A
impl Eq for R_ACTIVITY_A
impl StructuralPartialEq for R_ACTIVITY_A
Auto Trait Implementations§
impl Freeze for R_ACTIVITY_A
impl RefUnwindSafe for R_ACTIVITY_A
impl Send for R_ACTIVITY_A
impl Sync for R_ACTIVITY_A
impl Unpin for R_ACTIVITY_A
impl UnwindSafe for R_ACTIVITY_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
)