Type Alias rp2040_pac::i2c0::IC_TXFLR

source ·
pub type IC_TXFLR = Reg<IC_TXFLR_SPEC>;
Expand description

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

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

For information about available fields see ic_txflr module

Aliased Type§

struct IC_TXFLR { /* private fields */ }