Datasheet

Table Of Contents
Table 485.
IC_CLR_START_DET
Register
Bits Name Description Type Reset
31:1 Reserved. - - -
0 CLR_START_DET Read this register to clear the START_DET interrupt (bit
10) of the IC_RAW_INTR_STAT register.
Reset value: 0x0
RO 0x0
I2C: IC_CLR_GEN_CALL Register
Offset: 0x68
Description
Clear GEN_CALL Interrupt Register
Table 486.
IC_CLR_GEN_CALL
Register
Bits Name Description Type Reset
31:1 Reserved. - - -
0 CLR_GEN_CALL Read this register to clear the GEN_CALL interrupt (bit 11)
of IC_RAW_INTR_STAT register.
Reset value: 0x0
RO 0x0
I2C: IC_ENABLE Register
Offset: 0x6c
Description
I2C Enable Register
Table 487. IC_ENABLE
Register
Bits Name Description Type Reset
31:3 Reserved. - - -
2 TX_CMD_BLOCK In Master mode: - 1’b1: Blocks the transmission of data on
I2C bus even if Tx FIFO has data to transmit. - 1’b0: The
transmission of data starts on I2C bus automatically, as
soon as the first data is available in the Tx FIFO. Note: To
block the execution of Master commands, set the
TX_CMD_BLOCK bit only when Tx FIFO is empty
(IC_STATUS[2]==1) and Master is in Idle state
(IC_STATUS[5] == 0). Any further commands put in the Tx
FIFO are not executed until TX_CMD_BLOCK bit is unset.
Reset value: IC_TX_CMD_BLOCK_DEFAULT
0x0 Tx Command execution not blocked
0x1 Tx Command execution blocked
RW 0x0
RP2040 Datasheet
4.3. I2C 507