Datasheet

Table Of Contents
Bits Name Description Type Reset
0 ACTIVITY I2C Activity Status. Reset value: 0x0
0x0 I2C is idle
0x1 I2C is active
RO 0x0
I2C: IC_TXFLR Register
Offset: 0x74
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.
Table 489. IC_TXFLR
Register
Bits Name Description Type Reset
31:5 Reserved. - - -
4:0 TXFLR Transmit FIFO Level. Contains the number of valid data
entries in the transmit FIFO.
Reset value: 0x0
RO 0x00
I2C: IC_RXFLR Register
Offset: 0x78
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.
Table 490. IC_RXFLR
Register
Bits Name Description Type Reset
31:5 Reserved. - - -
4:0 RXFLR Receive FIFO Level. Contains the number of valid data
entries in the receive FIFO.
Reset value: 0x0
RO 0x00
I2C: IC_SDA_HOLD Register
Offset: 0x7c
Description
I2C SDA Hold Time Length Register
The bits [15:0] of this register are used to control the hold time of SDA during transmit in both slave and master mode
(after SCL goes from HIGH to LOW).
The bits [23:16] of this register are used to extend the SDA transition (if any) whenever SCL is HIGH in the receiver in
either master or slave mode.
Writes to this register succeed only when IC_ENABLE[0]=0.
The values in this register are in units of ic_clk period. The value programmed in IC_SDA_TX_HOLD must be greater than
the minimum hold time in each mode (one cycle in master mode, seven cycles in slave mode) for the value to be
implemented.
RP2040 Datasheet
4.3. I2C 510