Type Alias rp2040_pac::i2c0::IC_RXFLR

source ·
pub type IC_RXFLR = Reg<IC_RXFLR_SPEC>;
Expand description

IC_RXFLR (r) register accessor: 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.

You can read this register and get ic_rxflr::R. See API.

For information about available fields see ic_rxflr module

Aliased Type§

struct IC_RXFLR { /* private fields */ }