Enum rp2040_pac::i2c0::ic_raw_intr_stat::RX_DONE_A
source · pub enum RX_DONE_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
When the DW_apb_i2c is acting as a slave-transmitter, this bit is set to 1 if the master does not acknowledge a transmitted byte. This occurs on the last byte of the transmission, indicating that the transmission is done.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RX_DONE_A
impl Eq for RX_DONE_A
impl StructuralPartialEq for RX_DONE_A
Auto Trait Implementations§
impl Freeze for RX_DONE_A
impl RefUnwindSafe for RX_DONE_A
impl Send for RX_DONE_A
impl Sync for RX_DONE_A
impl Unpin for RX_DONE_A
impl UnwindSafe for RX_DONE_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
)