#[repr(transparent)]pub struct IcTxflr(pub u32);
Expand description
I2C Transmit FIFO Level Register This register contains the number of valid data entries in the transmit FIFO buffer. It is cleared whenever: - The I2C is disabled - There is a transmit abort - that is, TX_ABRT bit is set in the IC_RAW_INTR_STAT register - The slave bulk transmit mode is aborted The register increments whenever data is placed into the transmit FIFO and decrements when data is taken from the transmit FIFO.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for IcTxflr
impl Eq for IcTxflr
impl StructuralPartialEq for IcTxflr
Auto Trait Implementations§
impl Freeze for IcTxflr
impl RefUnwindSafe for IcTxflr
impl Send for IcTxflr
impl Sync for IcTxflr
impl Unpin for IcTxflr
impl UnwindSafe for IcTxflr
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
)