Enum rp2040_pac::i2c0::ic_status::TFE_A
source · pub enum TFE_A {
NON_EMPTY = 0,
EMPTY = 1,
}
Expand description
Transmit FIFO Completely Empty. When the transmit FIFO is completely empty, this bit is set. When it contains one or more valid entries, this bit is cleared. This bit field does not request an interrupt. - 0: Transmit FIFO is not empty - 1: Transmit FIFO is empty Reset value: 0x1
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for TFE_A
impl Eq for TFE_A
impl StructuralPartialEq for TFE_A
Auto Trait Implementations§
impl Freeze for TFE_A
impl RefUnwindSafe for TFE_A
impl Send for TFE_A
impl Sync for TFE_A
impl Unpin for TFE_A
impl UnwindSafe for TFE_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
)