#[repr(transparent)]pub struct IcRxflr(pub u32);
Expand description
I2C Receive FIFO Level Register This register contains the number of valid data entries in the receive FIFO buffer. It is cleared whenever: - The I2C is disabled - Whenever there is a transmit abort caused by any of the events tracked in IC_TX_ABRT_SOURCE The register increments whenever data is placed into the receive FIFO and decrements when data is taken from the receive FIFO.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for IcRxflr
impl Eq for IcRxflr
impl StructuralPartialEq for IcRxflr
Auto Trait Implementations§
impl Freeze for IcRxflr
impl RefUnwindSafe for IcRxflr
impl Send for IcRxflr
impl Sync for IcRxflr
impl Unpin for IcRxflr
impl UnwindSafe for IcRxflr
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
)