Enum rp2040_pac::i2c0::ic_raw_intr_stat::TX_OVER_A
source · pub enum TX_OVER_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
Set during transmit if the transmit buffer is filled to IC_TX_BUFFER_DEPTH and the processor attempts to issue another I2C command by writing to the IC_DATA_CMD register. When the module is disabled, this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TX_OVER_A
impl Eq for TX_OVER_A
impl StructuralPartialEq for TX_OVER_A
Auto Trait Implementations§
impl Freeze for TX_OVER_A
impl RefUnwindSafe for TX_OVER_A
impl Send for TX_OVER_A
impl Sync for TX_OVER_A
impl Unpin for TX_OVER_A
impl UnwindSafe for TX_OVER_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
)