Enum rp2040_pac::i2c0::ic_raw_intr_stat::RX_FULL_A
source · pub enum RX_FULL_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
Set when the receive buffer reaches or goes above the RX_TL threshold in the IC_RX_TL register. It is automatically cleared by hardware when buffer level goes below the threshold. If the module is disabled (IC_ENABLE[0]=0), the RX FIFO is flushed and held in reset; therefore the RX FIFO is not full. So this bit is cleared once the IC_ENABLE bit 0 is programmed with a 0, regardless of the activity that continues.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RX_FULL_A
impl Eq for RX_FULL_A
impl StructuralPartialEq for RX_FULL_A
Auto Trait Implementations§
impl Freeze for RX_FULL_A
impl RefUnwindSafe for RX_FULL_A
impl Send for RX_FULL_A
impl Sync for RX_FULL_A
impl Unpin for RX_FULL_A
impl UnwindSafe for RX_FULL_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
)