Type Definition rp2040_pac::i2c0::IC_RXFLR[][src]

type IC_RXFLR = Reg<u32, _IC_RXFLR>;
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.

This register you can read. See API.

For information about available fields see ic_rxflr module

Trait Implementations

read() method returns ic_rxflr::R reader structure