Enum rp2040_pac::i2c0::ic_status::RFF_A
source · pub enum RFF_A {
NOT_FULL = 0,
FULL = 1,
}
Expand description
Receive FIFO Completely Full. When the receive FIFO is completely full, this bit is set. When the receive FIFO contains one or more empty location, this bit is cleared. - 0: Receive FIFO is not full - 1: Receive FIFO is full Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RFF_A
impl Eq for RFF_A
impl StructuralPartialEq for RFF_A
Auto Trait Implementations§
impl Freeze for RFF_A
impl RefUnwindSafe for RFF_A
impl Send for RFF_A
impl Sync for RFF_A
impl Unpin for RFF_A
impl UnwindSafe for RFF_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
)