Enum rp2040_pac::i2c0::ic_status::MST_ACTIVITY_A
source · pub enum MST_ACTIVITY_A {
IDLE = 0,
ACTIVE = 1,
}
Expand description
Master FSM Activity Status. When the Master Finite State Machine (FSM) is not in the IDLE state, this bit is set. - 0: Master FSM is in IDLE state so the Master part of DW_apb_i2c is not Active - 1: Master FSM is not in IDLE state so the Master part of DW_apb_i2c is Active Note: IC_STATUS[0]-that is, ACTIVITY bit-is the OR of SLV_ACTIVITY and MST_ACTIVITY bits.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for MST_ACTIVITY_A
impl Clone for MST_ACTIVITY_A
source§fn clone(&self) -> MST_ACTIVITY_A
fn clone(&self) -> MST_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 MST_ACTIVITY_A
impl Debug for MST_ACTIVITY_A
source§impl From<MST_ACTIVITY_A> for bool
impl From<MST_ACTIVITY_A> for bool
source§fn from(variant: MST_ACTIVITY_A) -> Self
fn from(variant: MST_ACTIVITY_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for MST_ACTIVITY_A
impl PartialEq for MST_ACTIVITY_A
impl Copy for MST_ACTIVITY_A
impl Eq for MST_ACTIVITY_A
impl StructuralPartialEq for MST_ACTIVITY_A
Auto Trait Implementations§
impl Freeze for MST_ACTIVITY_A
impl RefUnwindSafe for MST_ACTIVITY_A
impl Send for MST_ACTIVITY_A
impl Sync for MST_ACTIVITY_A
impl Unpin for MST_ACTIVITY_A
impl UnwindSafe for MST_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
)