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

type IC_TXFLR = Reg<u32, _IC_TXFLR>;
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.

This register you can read. See API.

For information about available fields see ic_txflr module

Trait Implementations

read() method returns ic_txflr::R reader structure