\n

I2C0

Peripheral Memory Blocks

address_offset : 0x0 Bytes (0x0)
size : 0x100 byte (0x0)
mem_usage : registers
protection : not protected

Registers

IC_CON

IC_DATA_CMD

IC_SS_SCL_HCNT

IC_SS_SCL_LCNT

IC_FS_SCL_HCNT

IC_FS_SCL_LCNT

IC_INTR_STAT

IC_INTR_MASK

IC_RAW_INTR_STAT

IC_RX_TL

IC_TX_TL

IC_TAR

IC_CLR_INTR

IC_CLR_RX_UNDER

IC_CLR_RX_OVER

IC_CLR_TX_OVER

IC_CLR_RD_REQ

IC_CLR_TX_ABRT

IC_CLR_RX_DONE

IC_CLR_ACTIVITY

IC_CLR_STOP_DET

IC_CLR_START_DET

IC_CLR_GEN_CALL

IC_ENABLE

IC_STATUS

IC_TXFLR

IC_RXFLR

IC_SDA_HOLD

IC_SAR

IC_TX_ABRT_SOURCE

IC_SLV_DATA_NACK_ONLY

IC_DMA_CR

IC_DMA_TDLR

IC_DMA_RDLR

IC_SDA_SETUP

IC_ACK_GENERAL_CALL

IC_ENABLE_STATUS

IC_FS_SPKLEN

IC_CLR_RESTART_DET

IC_COMP_PARAM_1

IC_COMP_VERSION

IC_COMP_TYPE


IC_CON

I2C Control Register. This register can be written only when the DW_apb_i2c is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. Read/Write Access: - bit 10 is read only. - bit 11 is read only - bit 16 is read only - bit 17 is read only - bits 18 and 19 are read only.
address_offset : 0x0 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CON IC_CON read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MASTER_MODE SPEED IC_10BITADDR_SLAVE IC_10BITADDR_MASTER IC_RESTART_EN IC_SLAVE_DISABLE STOP_DET_IFADDRESSED TX_EMPTY_CTRL RX_FIFO_FULL_HLD_CTRL STOP_DET_IF_MASTER_ACTIVE

MASTER_MODE : This bit controls whether the DW_apb_i2c master is enabled. NOTE: Software should ensure that if this bit is written with '1' then bit 6 should also be written with a '1'.
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Master mode is disabled

1 : ENABLED

Master mode is enabled

End of enumeration elements list.

SPEED : These bits control at which speed the DW_apb_i2c operates its setting is relevant only if one is operating the DW_apb_i2c in master mode. Hardware protects against illegal values being programmed by software. These bits must be programmed appropriately for slave mode also, as it is used to capture correct value of spike filter as per the speed mode. This register should be programmed only with a value in the range of 1 to IC_MAX_SPEED_MODE otherwise, hardware updates this register with the value of IC_MAX_SPEED_MODE. 1: standard mode (100 kbit/s) 2: fast mode (<=400 kbit/s) or fast mode plus (<=1000Kbit/s) 3: high speed mode (3.4 Mbit/s) Note: This field is not applicable when IC_ULTRA_FAST_MODE=1
bits : 1 - 2 (2 bit)
access : read-write

Enumeration:

1 : STANDARD

Standard Speed mode of operation

2 : FAST

Fast or Fast Plus mode of operation

3 : HIGH

High Speed mode of operation

End of enumeration elements list.

IC_10BITADDR_SLAVE : When acting as a slave, this bit controls whether the DW_apb_i2c responds to 7- or 10-bit addresses. - 0: 7-bit addressing. The DW_apb_i2c ignores transactions that involve 10-bit addressing for 7-bit addressing, only the lower 7 bits of the IC_SAR register are compared. - 1: 10-bit addressing. The DW_apb_i2c responds to only 10-bit addressing transfers that match the full 10 bits of the IC_SAR register.
bits : 3 - 3 (1 bit)
access : read-write

Enumeration:

0 : ADDR_7BITS

Slave 7Bit addressing

1 : ADDR_10BITS

Slave 10Bit addressing

End of enumeration elements list.

IC_10BITADDR_MASTER : Controls whether the DW_apb_i2c starts its transfers in 7- or 10-bit addressing mode when acting as a master. - 0: 7-bit addressing - 1: 10-bit addressing
bits : 4 - 4 (1 bit)
access : read-write

Enumeration:

0 : ADDR_7BITS

Master 7Bit addressing mode

1 : ADDR_10BITS

Master 10Bit addressing mode

End of enumeration elements list.

IC_RESTART_EN : Determines whether RESTART conditions may be sent when acting as a master. Some older slaves do not support handling RESTART conditions however, RESTART conditions are used in several DW_apb_i2c operations. When RESTART is disabled, the master is prohibited from performing the following functions: - Sending a START BYTE - Performing any high-speed mode operation - High-speed mode operation - Performing direction changes in combined format mode - Performing a read operation with a 10-bit address By replacing RESTART condition followed by a STOP and a subsequent START condition, split operations are broken down into multiple DW_apb_i2c transfers. If the above operations are performed, it will result in setting bit 6 (TX_ABRT) of the IC_RAW_INTR_STAT register. Reset value: ENABLED
bits : 5 - 5 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Master restart disabled

1 : ENABLED

Master restart enabled

End of enumeration elements list.

IC_SLAVE_DISABLE : This bit controls whether I2C has its slave disabled, which means once the presetn signal is applied, then this bit is set and the slave is disabled. If this bit is set (slave is disabled), DW_apb_i2c functions only as a master and does not perform any action that requires a slave. NOTE: Software should ensure that if this bit is written with 0, then bit 0 should also be written with a 0.
bits : 6 - 6 (1 bit)
access : read-write

Enumeration:

0 : SLAVE_ENABLED

Slave mode is enabled

1 : SLAVE_DISABLED

Slave mode is disabled

End of enumeration elements list.

STOP_DET_IFADDRESSED : In slave mode: - 1'b1: issues the STOP_DET interrupt only when it is addressed. - 1'b0: issues the STOP_DET irrespective of whether it's addressed or not. Reset value: 0x0 NOTE: During a general call address, this slave does not issue the STOP_DET interrupt if STOP_DET_IF_ADDRESSED = 1'b1, even if the slave responds to the general call address by generating ACK. The STOP_DET interrupt is generated only when the transmitted address matches the slave address (SAR).
bits : 7 - 7 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

slave issues STOP_DET intr always

1 : ENABLED

slave issues STOP_DET intr only if addressed

End of enumeration elements list.

TX_EMPTY_CTRL : This bit controls the generation of the TX_EMPTY interrupt, as described in the IC_RAW_INTR_STAT register. Reset value: 0x0.
bits : 8 - 8 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Default behaviour of TX_EMPTY interrupt

1 : ENABLED

Controlled generation of TX_EMPTY interrupt

End of enumeration elements list.

RX_FIFO_FULL_HLD_CTRL : This bit controls whether DW_apb_i2c should hold the bus when the Rx FIFO is physically full to its RX_BUFFER_DEPTH, as described in the IC_RX_FULL_HLD_BUS_EN parameter. Reset value: 0x0.
bits : 9 - 9 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Overflow when RX_FIFO is full

1 : ENABLED

Hold bus when RX_FIFO is full

End of enumeration elements list.

STOP_DET_IF_MASTER_ACTIVE : Master issues the STOP_DET interrupt irrespective of whether master is active or not
bits : 10 - 10 (1 bit)
access : read-only


IC_DATA_CMD

I2C Rx/Tx Data Buffer and Command Register this is the register the CPU writes to when filling the TX FIFO and the CPU reads from when retrieving bytes from RX FIFO. The size of the register changes as follows: Write: - 11 bits when IC_EMPTYFIFO_HOLD_MASTER_EN=1 - 9 bits when IC_EMPTYFIFO_HOLD_MASTER_EN=0 Read: - 12 bits when IC_FIRST_DATA_BYTE_STATUS = 1 - 8 bits when IC_FIRST_DATA_BYTE_STATUS = 0 Note: In order for the DW_apb_i2c to continue acknowledging reads, a read command should be written for every byte that is to be received otherwise the DW_apb_i2c will stop acknowledging.
address_offset : 0x10 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_DATA_CMD IC_DATA_CMD read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DAT CMD STOP RESTART FIRST_DATA_BYTE

DAT : This register contains the data to be transmitted or received on the I2C bus. If you are writing to this register and want to perform a read, bits 7:0 (DAT) are ignored by the DW_apb_i2c. However, when you read this register, these bits return the value of data received on the DW_apb_i2c interface. Reset value: 0x0
bits : 0 - 7 (8 bit)
access : read-write

CMD : This bit controls whether a read or a write is performed. This bit does not control the direction when the DW_apb_i2con acts as a slave. It controls only the direction when it acts as a master. When a command is entered in the TX FIFO, this bit distinguishes the write and read commands. In slave-receiver mode, this bit is a 'don't care' because writes to this register are not required. In slave-transmitter mode, a '0' indicates that the data in IC_DATA_CMD is to be transmitted. When programming this bit, you should remember the following: attempting to perform a read operation after a General Call command has been sent results in a TX_ABRT interrupt (bit 6 of the IC_RAW_INTR_STAT register), unless bit 11 (SPECIAL) in the IC_TAR register has been cleared. If a '1' is written to this bit after receiving a RD_REQ interrupt, then a TX_ABRT interrupt occurs. Reset value: 0x0
bits : 8 - 8 (1 bit)
access : read-write

Enumeration:

0 : WRITE

Master Write Command

1 : READ

Master Read Command

End of enumeration elements list.

STOP : This bit controls whether a STOP is issued after the byte is sent or received. - 1 - STOP is issued after this byte, regardless of whether or not the Tx FIFO is empty. If the Tx FIFO is not empty, the master immediately tries to start a new transfer by issuing a START and arbitrating for the bus. - 0 - STOP is not issued after this byte, regardless of whether or not the Tx FIFO is empty. If the Tx FIFO is not empty, the master continues the current transfer by sending/receiving data bytes according to the value of the CMD bit. If the Tx FIFO is empty, the master holds the SCL line low and stalls the bus until a new command is available in the Tx FIFO. Reset value: 0x0
bits : 9 - 9 (1 bit)
access : read-write

Enumeration:

0 : DISABLE

Don't Issue STOP after this command

1 : ENABLE

Issue STOP after this command

End of enumeration elements list.

RESTART : This bit controls whether a RESTART is issued before the byte is sent or received. 1 - If IC_RESTART_EN is 1, a RESTART is issued before the data is sent/received (according to the value of CMD), regardless of whether or not the transfer direction is changing from the previous command if IC_RESTART_EN is 0, a STOP followed by a START is issued instead. 0 - If IC_RESTART_EN is 1, a RESTART is issued only if the transfer direction is changing from the previous command if IC_RESTART_EN is 0, a STOP followed by a START is issued instead. Reset value: 0x0
bits : 10 - 10 (1 bit)
access : read-write

Enumeration:

0 : DISABLE

Don't Issue RESTART before this command

1 : ENABLE

Issue RESTART before this command

End of enumeration elements list.

FIRST_DATA_BYTE : Indicates the first data byte received after the address phase for receive transfer in Master receiver or Slave receiver mode. Reset value : 0x0 NOTE: In case of APB_DATA_WIDTH=8, 1. The user has to perform two APB Reads to IC_DATA_CMD in order to get status on 11 bit. 2. In order to read the 11 bit, the user has to perform the first data byte read [7:0] (offset 0x10) and then perform the second read [15:8] (offset 0x11) in order to know the status of 11 bit (whether the data received in previous read is a first data byte or not). 3. The 11th bit is an optional read field, user can ignore 2nd byte read [15:8] (offset 0x11) if not interested in FIRST_DATA_BYTE status.
bits : 11 - 11 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

Sequential data byte received

1 : ACTIVE

Non sequential data byte received

End of enumeration elements list.


IC_SS_SCL_HCNT

Standard Speed I2C Clock SCL High Count Register
address_offset : 0x14 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SS_SCL_HCNT IC_SS_SCL_HCNT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_SS_SCL_HCNT

IC_SS_SCL_HCNT : This register must be set before any I2C bus transaction can take place to ensure proper I/O timing. This register sets the SCL clock high-period count for standard speed. For more information, refer to 'IC_CLK Frequency Configuration'. This register can be written only when the I2C interface is disabled which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. The minimum valid value is 6 hardware prevents values less than this being written, and if attempted results in 6 being set. For designs with APB_DATA_WIDTH = 8, the order of programming is important to ensure the correct operation of the DW_apb_i2c. The lower byte must be programmed first. Then the upper byte is programmed. NOTE: This register must not be programmed to a value higher than 65525, because DW_apb_i2c uses a 16-bit counter to flag an I2C bus idle condition when this counter reaches a value of IC_SS_SCL_HCNT + 10.
bits : 0 - 15 (16 bit)
access : read-write


IC_SS_SCL_LCNT

Standard Speed I2C Clock SCL Low Count Register
address_offset : 0x18 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SS_SCL_LCNT IC_SS_SCL_LCNT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_SS_SCL_LCNT

IC_SS_SCL_LCNT : This register must be set before any I2C bus transaction can take place to ensure proper I/O timing. This register sets the SCL clock low period count for standard speed. For more information, refer to 'IC_CLK Frequency Configuration' This register can be written only when the I2C interface is disabled which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. The minimum valid value is 8 hardware prevents values less than this being written, and if attempted, results in 8 being set. For designs with APB_DATA_WIDTH = 8, the order of programming is important to ensure the correct operation of DW_apb_i2c. The lower byte must be programmed first, and then the upper byte is programmed.
bits : 0 - 15 (16 bit)
access : read-write


IC_FS_SCL_HCNT

Fast Mode or Fast Mode Plus I2C Clock SCL High Count Register
address_offset : 0x1C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_FS_SCL_HCNT IC_FS_SCL_HCNT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_FS_SCL_HCNT

IC_FS_SCL_HCNT : This register must be set before any I2C bus transaction can take place to ensure proper I/O timing. This register sets the SCL clock high-period count for fast mode or fast mode plus. It is used in high-speed mode to send the Master Code and START BYTE or General CALL. For more information, refer to 'IC_CLK Frequency Configuration'. This register goes away and becomes read-only returning 0s if IC_MAX_SPEED_MODE = standard. This register can be written only when the I2C interface is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. The minimum valid value is 6 hardware prevents values less than this being written, and if attempted results in 6 being set. For designs with APB_DATA_WIDTH == 8 the order of programming is important to ensure the correct operation of the DW_apb_i2c. The lower byte must be programmed first. Then the upper byte is programmed.
bits : 0 - 15 (16 bit)
access : read-write


IC_FS_SCL_LCNT

Fast Mode or Fast Mode Plus I2C Clock SCL Low Count Register
address_offset : 0x20 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_FS_SCL_LCNT IC_FS_SCL_LCNT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_FS_SCL_LCNT

IC_FS_SCL_LCNT : This register must be set before any I2C bus transaction can take place to ensure proper I/O timing. This register sets the SCL clock low period count for fast speed. It is used in high-speed mode to send the Master Code and START BYTE or General CALL. For more information, refer to 'IC_CLK Frequency Configuration'. This register goes away and becomes read-only returning 0s if IC_MAX_SPEED_MODE = standard. This register can be written only when the I2C interface is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. The minimum valid value is 8 hardware prevents values less than this being written, and if attempted results in 8 being set. For designs with APB_DATA_WIDTH = 8 the order of programming is important to ensure the correct operation of the DW_apb_i2c. The lower byte must be programmed first. Then the upper byte is programmed. If the value is less than 8 then the count value gets changed to 8.
bits : 0 - 15 (16 bit)
access : read-write


IC_INTR_STAT

I2C Interrupt Status Register Each bit in this register has a corresponding mask bit in the IC_INTR_MASK register. These bits are cleared by reading the matching interrupt clear register. The unmasked raw versions of these bits are available in the IC_RAW_INTR_STAT register.
address_offset : 0x2C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_INTR_STAT IC_INTR_STAT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 R_RX_UNDER R_RX_OVER R_RX_FULL R_TX_OVER R_TX_EMPTY R_RD_REQ R_TX_ABRT R_RX_DONE R_ACTIVITY R_STOP_DET R_START_DET R_GEN_CALL R_RESTART_DET R_MASTER_ON_HOLD

R_RX_UNDER : See IC_RAW_INTR_STAT for a detailed description of R_RX_UNDER bit. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RX_UNDER interrupt is inactive

1 : ACTIVE

RX_UNDER interrupt is active

End of enumeration elements list.

R_RX_OVER : See IC_RAW_INTR_STAT for a detailed description of R_RX_OVER bit. Reset value: 0x0
bits : 1 - 1 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_RX_OVER interrupt is inactive

1 : ACTIVE

R_RX_OVER interrupt is active

End of enumeration elements list.

R_RX_FULL : See IC_RAW_INTR_STAT for a detailed description of R_RX_FULL bit. Reset value: 0x0
bits : 2 - 2 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_RX_FULL interrupt is inactive

1 : ACTIVE

R_RX_FULL interrupt is active

End of enumeration elements list.

R_TX_OVER : See IC_RAW_INTR_STAT for a detailed description of R_TX_OVER bit. Reset value: 0x0
bits : 3 - 3 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_TX_OVER interrupt is inactive

1 : ACTIVE

R_TX_OVER interrupt is active

End of enumeration elements list.

R_TX_EMPTY : See IC_RAW_INTR_STAT for a detailed description of R_TX_EMPTY bit. Reset value: 0x0
bits : 4 - 4 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_TX_EMPTY interrupt is inactive

1 : ACTIVE

R_TX_EMPTY interrupt is active

End of enumeration elements list.

R_RD_REQ : See IC_RAW_INTR_STAT for a detailed description of R_RD_REQ bit. Reset value: 0x0
bits : 5 - 5 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_RD_REQ interrupt is inactive

1 : ACTIVE

R_RD_REQ interrupt is active

End of enumeration elements list.

R_TX_ABRT : See IC_RAW_INTR_STAT for a detailed description of R_TX_ABRT bit. Reset value: 0x0
bits : 6 - 6 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_TX_ABRT interrupt is inactive

1 : ACTIVE

R_TX_ABRT interrupt is active

End of enumeration elements list.

R_RX_DONE : See IC_RAW_INTR_STAT for a detailed description of R_RX_DONE bit. Reset value: 0x0
bits : 7 - 7 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_RX_DONE interrupt is inactive

1 : ACTIVE

R_RX_DONE interrupt is active

End of enumeration elements list.

R_ACTIVITY : See IC_RAW_INTR_STAT for a detailed description of R_ACTIVITY bit. Reset value: 0x0
bits : 8 - 8 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_ACTIVITY interrupt is inactive

1 : ACTIVE

R_ACTIVITY interrupt is active

End of enumeration elements list.

R_STOP_DET : See IC_RAW_INTR_STAT for a detailed description of R_STOP_DET bit. Reset value: 0x0
bits : 9 - 9 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_STOP_DET interrupt is inactive

1 : ACTIVE

R_STOP_DET interrupt is active

End of enumeration elements list.

R_START_DET : See IC_RAW_INTR_STAT for a detailed description of R_START_DET bit. Reset value: 0x0
bits : 10 - 10 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_START_DET interrupt is inactive

1 : ACTIVE

R_START_DET interrupt is active

End of enumeration elements list.

R_GEN_CALL : See IC_RAW_INTR_STAT for a detailed description of R_GEN_CALL bit. Reset value: 0x0
bits : 11 - 11 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_GEN_CALL interrupt is inactive

1 : ACTIVE

R_GEN_CALL interrupt is active

End of enumeration elements list.

R_RESTART_DET : See IC_RAW_INTR_STAT for a detailed description of R_RESTART_DET bit. Reset value: 0x0
bits : 12 - 12 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_RESTART_DET interrupt is inactive

1 : ACTIVE

R_RESTART_DET interrupt is active

End of enumeration elements list.

R_MASTER_ON_HOLD : See IC_RAW_INTR_STAT for a detailed description of R_MASTER_ON_HOLD bit.\n\n Reset value: 0x0
bits : 13 - 26 (14 bit)
access : read-only

Enumeration:

0 : INACTIVE

R_MASTER_ON_HOLD interrupt is inactive

1 : ACTIVE

R_MASTER_ON_HOLD interrupt is active

End of enumeration elements list.


IC_INTR_MASK

I2C Interrupt Mask Register. These bits mask their corresponding interrupt status bits. This register is active low a value of 0 masks the interrupt, whereas a value of 1 unmasks the interrupt.
address_offset : 0x30 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_INTR_MASK IC_INTR_MASK read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 M_RX_UNDER M_RX_OVER M_RX_FULL M_TX_OVER M_TX_EMPTY M_RD_REQ M_TX_ABRT M_RX_DONE M_ACTIVITY M_STOP_DET M_START_DET M_GEN_CALL M_RESTART_DET M_MASTER_ON_HOLD_READ_ONLY

M_RX_UNDER : This bit masks the R_RX_UNDER interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RX_UNDER interrupt is masked

1 : DISABLED

RX_UNDER interrupt is unmasked

End of enumeration elements list.

M_RX_OVER : This bit masks the R_RX_OVER interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RX_OVER interrupt is masked

1 : DISABLED

RX_OVER interrupt is unmasked

End of enumeration elements list.

M_RX_FULL : This bit masks the R_RX_FULL interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 2 - 2 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RX_FULL interrupt is masked

1 : DISABLED

RX_FULL interrupt is unmasked

End of enumeration elements list.

M_TX_OVER : This bit masks the R_TX_OVER interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 3 - 3 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

TX_OVER interrupt is masked

1 : DISABLED

TX_OVER interrupt is unmasked

End of enumeration elements list.

M_TX_EMPTY : This bit masks the R_TX_EMPTY interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 4 - 4 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

TX_EMPTY interrupt is masked

1 : DISABLED

TX_EMPTY interrupt is unmasked

End of enumeration elements list.

M_RD_REQ : This bit masks the R_RD_REQ interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 5 - 5 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RD_REQ interrupt is masked

1 : DISABLED

RD_REQ interrupt is unmasked

End of enumeration elements list.

M_TX_ABRT : This bit masks the R_TX_ABRT interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 6 - 6 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

TX_ABORT interrupt is masked

1 : DISABLED

TX_ABORT interrupt is unmasked

End of enumeration elements list.

M_RX_DONE : This bit masks the R_RX_DONE interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 7 - 7 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RX_DONE interrupt is masked

1 : DISABLED

RX_DONE interrupt is unmasked

End of enumeration elements list.

M_ACTIVITY : This bit masks the R_ACTIVITY interrupt in IC_INTR_STAT register. Reset value: 0x0
bits : 8 - 8 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

ACTIVITY interrupt is masked

1 : DISABLED

ACTIVITY interrupt is unmasked

End of enumeration elements list.

M_STOP_DET : This bit masks the R_STOP_DET interrupt in IC_INTR_STAT register. Reset value: 0x0
bits : 9 - 9 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

STOP_DET interrupt is masked

1 : DISABLED

STOP_DET interrupt is unmasked

End of enumeration elements list.

M_START_DET : This bit masks the R_START_DET interrupt in IC_INTR_STAT register. Reset value: 0x0
bits : 10 - 10 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

START_DET interrupt is masked

1 : DISABLED

START_DET interrupt is unmasked

End of enumeration elements list.

M_GEN_CALL : This bit masks the R_GEN_CALL interrupt in IC_INTR_STAT register. Reset value: 0x1
bits : 11 - 11 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

GEN_CALL interrupt is masked

1 : DISABLED

GEN_CALL interrupt is unmasked

End of enumeration elements list.

M_RESTART_DET : This bit masks the R_RESTART_DET interrupt in IC_INTR_STAT register. Reset value: 0x0
bits : 12 - 12 (1 bit)
access : read-write

Enumeration:

0 : ENABLED

RESTART_DET interrupt is masked

1 : DISABLED

RESTART_DET interrupt is unmasked

End of enumeration elements list.

M_MASTER_ON_HOLD_READ_ONLY : This M_MASTER_ON_HOLD_read_only bit masks the R_MASTER_ON_HOLD interrupt in IC_INTR_STAT register.\n\n Reset value: 0x0
bits : 13 - 26 (14 bit)
access : read-only

Enumeration:

0 : ENABLED

MASTER_ON_HOLD interrupt is masked

1 : DISABLED

MASTER_ON_HOLD interrupt is unmasked

End of enumeration elements list.


IC_RAW_INTR_STAT

I2C Raw Interrupt Status Register Unlike the IC_INTR_STAT register, these bits are not masked so they always show the true status of the DW_apb_i2c.
address_offset : 0x34 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_RAW_INTR_STAT IC_RAW_INTR_STAT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 RX_UNDER RX_OVER RX_FULL TX_OVER TX_EMPTY RD_REQ TX_ABRT RX_DONE ACTIVITY STOP_DET START_DET GEN_CALL RESTART_DET MASTER_ON_HOLD

RX_UNDER : Set if the processor attempts to read the receive buffer when it is empty by reading from the IC_DATA_CMD register. If the module is disabled (IC_ENABLE[0]=0), this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RX_UNDER interrupt is inactive

1 : ACTIVE

RX_UNDER interrupt is active

End of enumeration elements list.

RX_OVER : Set if the receive buffer is completely filled to IC_RX_BUFFER_DEPTH and an additional byte is received from an external I2C device. The DW_apb_i2c acknowledges this, but any data bytes received after the FIFO is full are lost. If the module is disabled (IC_ENABLE[0]=0), this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared. Note: If bit 9 of the IC_CON register (RX_FIFO_FULL_HLD_CTRL) is programmed to HIGH, then the RX_OVER interrupt never occurs, because the Rx FIFO never overflows. Reset value: 0x0
bits : 1 - 1 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RX_OVER interrupt is inactive

1 : ACTIVE

RX_OVER interrupt is active

End of enumeration elements list.

RX_FULL : Set when the receive buffer reaches or goes above the RX_TL threshold in the IC_RX_TL register. It is automatically cleared by hardware when buffer level goes below the threshold. If the module is disabled (IC_ENABLE[0]=0), the RX FIFO is flushed and held in reset therefore the RX FIFO is not full. So this bit is cleared once the IC_ENABLE bit 0 is programmed with a 0, regardless of the activity that continues. Reset value: 0x0
bits : 2 - 2 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RX_FULL interrupt is inactive

1 : ACTIVE

RX_FULL interrupt is active

End of enumeration elements list.

TX_OVER : Set during transmit if the transmit buffer is filled to IC_TX_BUFFER_DEPTH and the processor attempts to issue another I2C command by writing to the IC_DATA_CMD register. When the module is disabled, this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared. Reset value: 0x0
bits : 3 - 3 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

TX_OVER interrupt is inactive

1 : ACTIVE

TX_OVER interrupt is active

End of enumeration elements list.

TX_EMPTY : The behavior of the TX_EMPTY interrupt status differs based on the TX_EMPTY_CTRL selection in the IC_CON register. - When TX_EMPTY_CTRL = 0: This bit is set to 1 when the transmit buffer is at or below the threshold value set in the IC_TX_TL register. - When TX_EMPTY_CTRL = 1: This bit is set to 1 when the transmit buffer is at or below the threshold value set in the IC_TX_TL register and the transmission of the address/data from the internal shift register for the most recently popped command is completed. It is automatically cleared by hardware when the buffer level goes above the threshold. When IC_ENABLE[0] is set to 0, the TX FIFO is flushed and held in reset. There the TX FIFO looks like it has no data within it, so this bit is set to 1, provided there is activity in the master or slave state machines. When there is no longer any activity, then with ic_en=0, this bit is set to 0. Reset value: 0x0.
bits : 4 - 4 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

TX_EMPTY interrupt is inactive

1 : ACTIVE

TX_EMPTY interrupt is active

End of enumeration elements list.

RD_REQ : This bit is set to 1 when DW_apb_i2c is acting as a slave and another I2C master is attempting to read data from DW_apb_i2c. The DW_apb_i2c holds the I2C bus in a wait state (SCL=0) until this interrupt is serviced, which means that the slave has been addressed by a remote master that is asking for data to be transferred. The processor must respond to this interrupt and then write the requested data to the IC_DATA_CMD register. This bit is set to 0 just after the processor reads the IC_CLR_RD_REQ register. Reset value: 0x0
bits : 5 - 5 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RD_REQ interrupt is inactive

1 : ACTIVE

RD_REQ interrupt is active

End of enumeration elements list.

TX_ABRT : This bit indicates if DW_apb_i2c, as an I2C transmitter, is unable to complete the intended actions on the contents of the transmit FIFO. This situation can occur both as an I2C master or an I2C slave, and is referred to as a 'transmit abort'. When this bit is set to 1, the IC_TX_ABRT_SOURCE register indicates the reason why the transmit abort takes places. Note: The DW_apb_i2c flushes/resets/empties the TX_FIFO and RX_FIFO whenever there is a transmit abort caused by any of the events tracked by the IC_TX_ABRT_SOURCE register. The FIFOs remains in this flushed state until the register IC_CLR_TX_ABRT is read. Once this read is performed, the Tx FIFO is then ready to accept more data bytes from the APB interface. Reset value: 0x0
bits : 6 - 6 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

TX_ABRT interrupt is inactive

1 : ACTIVE

TX_ABRT interrupt is active

End of enumeration elements list.

RX_DONE : When the DW_apb_i2c is acting as a slave-transmitter, this bit is set to 1 if the master does not acknowledge a transmitted byte. This occurs on the last byte of the transmission, indicating that the transmission is done. Reset value: 0x0
bits : 7 - 7 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RX_DONE interrupt is inactive

1 : ACTIVE

RX_DONE interrupt is active

End of enumeration elements list.

ACTIVITY : This bit captures DW_apb_i2c activity and stays set until it is cleared. There are four ways to clear it: - Disabling the DW_apb_i2c - Reading the IC_CLR_ACTIVITY register - Reading the IC_CLR_INTR register - System reset Once this bit is set, it stays set unless one of the four methods is used to clear it. Even if the DW_apb_i2c module is idle, this bit remains set until cleared, indicating that there was activity on the bus. Reset value: 0x0
bits : 8 - 8 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RAW_INTR_ACTIVITY interrupt is inactive

1 : ACTIVE

RAW_INTR_ACTIVITY interrupt is active

End of enumeration elements list.

STOP_DET : Indicates whether a STOP condition has occurred on the I2C interface regardless of whether DW_apb_i2c is operating in slave or master mode. In Slave Mode: - If IC_CON[7]=1'b1 (STOP_DET_IFADDRESSED), the STOP_DET interrupt will be issued only if slave is addressed. Note: During a general call address, this slave does not issue a STOP_DET interrupt if STOP_DET_IF_ADDRESSED=1'b1, even if the slave responds to the general call address by generating ACK. The STOP_DET interrupt is generated only when the transmitted address matches the slave address (SAR). - If IC_CON[7]=1'b0 (STOP_DET_IFADDRESSED), the STOP_DET interrupt is issued irrespective of whether it is being addressed. In Master Mode: - If IC_CON[10]=1'b1 (STOP_DET_IF_MASTER_ACTIVE),the STOP_DET interrupt will be issued only if Master is active. - If IC_CON[10]=1'b0 (STOP_DET_IFADDRESSED),the STOP_DET interrupt will be issued irrespective of whether master is active or not. Reset value: 0x0
bits : 9 - 9 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

STOP_DET interrupt is inactive

1 : ACTIVE

STOP_DET interrupt is active

End of enumeration elements list.

START_DET : Indicates whether a START or RESTART condition has occurred on the I2C interface regardless of whether DW_apb_i2c is operating in slave or master mode. Reset value: 0x0
bits : 10 - 10 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

START_DET interrupt is inactive

1 : ACTIVE

START_DET interrupt is active

End of enumeration elements list.

GEN_CALL : Set only when a General Call address is received and it is acknowledged. It stays set until it is cleared either by disabling DW_apb_i2c or when the CPU reads bit 0 of the IC_CLR_GEN_CALL register. DW_apb_i2c stores the received data in the Rx buffer. Reset value: 0x0
bits : 11 - 11 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

GEN_CALL interrupt is inactive

1 : ACTIVE

GEN_CALL interrupt is active

End of enumeration elements list.

RESTART_DET : Indicates whether a RESTART condition has occurred on the I2C interface when DW_apb_i2c is operating in Slave mode and the slave is being addressed. Enabled only when IC_SLV_RESTART_DET_EN=1. Note: However, in high-speed mode or during a START BYTE transfer, the RESTART comes before the address field as per the I2C protocol. In this case, the slave is not the addressed slave when the RESTART is issued, therefore DW_apb_i2c does not generate the RESTART_DET interrupt. Reset value: 0x0
bits : 12 - 12 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

RESTART_DET interrupt is inactive

1 : ACTIVE

RESTART_DET interrupt is active

End of enumeration elements list.

MASTER_ON_HOLD : Indicates whether master is holding the bus and TX FIFO is empty. Enabled only when I2C_DYNAMIC_TAR_UPDATE=1 and IC_EMPTYFIFO_HOLD_MASTER_EN=1.\n\n Reset value: 0x0
bits : 13 - 26 (14 bit)
access : read-only

Enumeration:

0 : INACTIVE

MASTER_ON_HOLD interrupt is inactive

1 : ACTIVE

MASTER_ON_HOLD interrupt is active

End of enumeration elements list.


IC_RX_TL

I2C Receive FIFO Threshold Register
address_offset : 0x38 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_RX_TL IC_RX_TL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 RX_TL

RX_TL : Receive FIFO Threshold Level. Controls the level of entries (or above) that triggers the RX_FULL interrupt (bit 2 in IC_RAW_INTR_STAT register). The valid range is 0-255, with the additional restriction that hardware does not allow this value to be set to a value larger than the depth of the buffer. If an attempt is made to do that, the actual value set will be the maximum depth of the buffer. A value of 0 sets the threshold for 1 entry, and a value of 255 sets the threshold for 256 entries.
bits : 0 - 7 (8 bit)
access : read-write


IC_TX_TL

I2C Transmit FIFO Threshold Register
address_offset : 0x3C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_TX_TL IC_TX_TL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 TX_TL

TX_TL : Transmit FIFO Threshold Level. Controls the level of entries (or below) that trigger the TX_EMPTY interrupt (bit 4 in IC_RAW_INTR_STAT register). The valid range is 0-255, with the additional restriction that it may not be set to value larger than the depth of the buffer. If an attempt is made to do that, the actual value set will be the maximum depth of the buffer. A value of 0 sets the threshold for 0 entries, and a value of 255 sets the threshold for 255 entries.
bits : 0 - 7 (8 bit)
access : read-write


IC_TAR

I2C Target Address Register This register is 12 bits wide, and bits 31:12 are reserved. This register can be written to only when IC_ENABLE[0] is set to 0. Note: If the software or application is aware that the DW_apb_i2c is not using the TAR address for the pending commands in the Tx FIFO, then it is possible to update the TAR address even while the Tx FIFO has entries (IC_STATUS[2]= 0). - It is not necessary to perform any write to this register if DW_apb_i2c is enabled as an I2C slave only.
address_offset : 0x4 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_TAR IC_TAR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_TAR GC_OR_START SPECIAL

IC_TAR : This is the target address for any master transaction. When transmitting a General Call, these bits are ignored. To generate a START BYTE, the CPU needs to write only once into these bits. If the IC_TAR and IC_SAR are the same, loopback exists but the FIFOs are shared between master and slave, so full loopback is not feasible. Only one direction loopback mode is supported (simplex), not duplex. A master cannot transmit to itself it can transmit to only a slave.
bits : 0 - 9 (10 bit)
access : read-write

GC_OR_START : If bit 11 (SPECIAL) is set to 1 and bit 13(Device-ID) is set to 0, then this bit indicates whether a General Call or START byte command is to be performed by the DW_apb_i2c. - 0: General Call Address - after issuing a General Call, only writes may be performed. Attempting to issue a read command results in setting bit 6 (TX_ABRT) of the IC_RAW_INTR_STAT register. The DW_apb_i2c remains in General Call mode until the SPECIAL bit value (bit 11) is cleared. - 1: START BYTE Reset value: 0x0
bits : 10 - 10 (1 bit)
access : read-write

Enumeration:

0 : GENERAL_CALL

GENERAL_CALL byte transmission

1 : START_BYTE

START byte transmission

End of enumeration elements list.

SPECIAL : This bit indicates whether software performs a Device-ID or General Call or START BYTE command. - 0: ignore bit 10 GC_OR_START and use IC_TAR normally - 1: perform special I2C command as specified in Device_ID or GC_OR_START bit Reset value: 0x0
bits : 11 - 11 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Disables programming of GENERAL_CALL or START_BYTE transmission

1 : ENABLED

Enables programming of GENERAL_CALL or START_BYTE transmission

End of enumeration elements list.


IC_CLR_INTR

Clear Combined and Individual Interrupt Register
address_offset : 0x40 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_INTR IC_CLR_INTR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_INTR

CLR_INTR : Read this register to clear the combined interrupt, all individual interrupts, and the IC_TX_ABRT_SOURCE register. This bit does not clear hardware clearable interrupts but software clearable interrupts. Refer to Bit 9 of the IC_TX_ABRT_SOURCE register for an exception to clearing IC_TX_ABRT_SOURCE. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_RX_UNDER

Clear RX_UNDER Interrupt Register
address_offset : 0x44 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_RX_UNDER IC_CLR_RX_UNDER read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_RX_UNDER

CLR_RX_UNDER : Read this register to clear the RX_UNDER interrupt (bit 0) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_RX_OVER

Clear RX_OVER Interrupt Register
address_offset : 0x48 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_RX_OVER IC_CLR_RX_OVER read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_RX_OVER

CLR_RX_OVER : Read this register to clear the RX_OVER interrupt (bit 1) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_TX_OVER

Clear TX_OVER Interrupt Register
address_offset : 0x4C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_TX_OVER IC_CLR_TX_OVER read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_TX_OVER

CLR_TX_OVER : Read this register to clear the TX_OVER interrupt (bit 3) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_RD_REQ

Clear RD_REQ Interrupt Register
address_offset : 0x50 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_RD_REQ IC_CLR_RD_REQ read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_RD_REQ

CLR_RD_REQ : Read this register to clear the RD_REQ interrupt (bit 5) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_TX_ABRT

Clear TX_ABRT Interrupt Register
address_offset : 0x54 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_TX_ABRT IC_CLR_TX_ABRT read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_TX_ABRT

CLR_TX_ABRT : Read this register to clear the TX_ABRT interrupt (bit 6) of the IC_RAW_INTR_STAT register, and the IC_TX_ABRT_SOURCE register. This also releases the TX FIFO from the flushed/reset state, allowing more writes to the TX FIFO. Refer to Bit 9 of the IC_TX_ABRT_SOURCE register for an exception to clearing IC_TX_ABRT_SOURCE. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_RX_DONE

Clear RX_DONE Interrupt Register
address_offset : 0x58 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_RX_DONE IC_CLR_RX_DONE read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_RX_DONE

CLR_RX_DONE : Read this register to clear the RX_DONE interrupt (bit 7) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_ACTIVITY

Clear ACTIVITY Interrupt Register
address_offset : 0x5C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_ACTIVITY IC_CLR_ACTIVITY read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_ACTIVITY

CLR_ACTIVITY : Reading this register clears the ACTIVITY interrupt if the I2C is not active anymore. If the I2C module is still active on the bus, the ACTIVITY interrupt bit continues to be set. It is automatically cleared by hardware if the module is disabled and if there is no further activity on the bus. The value read from this register to get status of the ACTIVITY interrupt (bit 8) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_STOP_DET

Clear STOP_DET Interrupt Register
address_offset : 0x60 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_STOP_DET IC_CLR_STOP_DET read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_STOP_DET

CLR_STOP_DET : Read this register to clear the STOP_DET interrupt (bit 9) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_START_DET

Clear START_DET Interrupt Register
address_offset : 0x64 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_START_DET IC_CLR_START_DET read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_START_DET

CLR_START_DET : Read this register to clear the START_DET interrupt (bit 10) of the IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_CLR_GEN_CALL

Clear GEN_CALL Interrupt Register
address_offset : 0x68 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_GEN_CALL IC_CLR_GEN_CALL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_GEN_CALL

CLR_GEN_CALL : Read this register to clear the GEN_CALL interrupt (bit 11) of IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_ENABLE

I2C Enable Register
address_offset : 0x6C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_ENABLE IC_ENABLE read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ENABLE ABORT TX_CMD_BLOCK

ENABLE : Controls whether the DW_apb_i2c is enabled. - 0: Disables DW_apb_i2c (TX and RX FIFOs are held in an erased state) - 1: Enables DW_apb_i2c Software can disable DW_apb_i2c while it is active. However, it is important that care be taken to ensure that DW_apb_i2c is disabled properly. A recommended procedure is described in 'Disabling DW_apb_i2c'. When DW_apb_i2c is disabled, the following occurs: - The TX FIFO and RX FIFO get flushed. - Status bits in the IC_INTR_STAT register are still active until DW_apb_i2c goes into IDLE state. If the module is transmitting, it stops as well as deletes the contents of the transmit buffer after the current transfer is complete. If the module is receiving, the DW_apb_i2c stops the current transfer at the end of the current byte and does not acknowledge the transfer. In systems with asynchronous pclk and ic_clk when IC_CLK_TYPE parameter set to asynchronous (1), there is a two ic_clk delay when enabling or disabling the DW_apb_i2c. For a detailed description on how to disable DW_apb_i2c, refer to 'Disabling DW_apb_i2c' Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

I2C is disabled

1 : ENABLED

I2C is enabled

End of enumeration elements list.

ABORT : When set, the controller initiates the transfer abort. - 0: ABORT not initiated or ABORT done - 1: ABORT operation in progress The software can abort the I2C transfer in master mode by setting this bit. The software can set this bit only when ENABLE is already set otherwise, the controller ignores any write to ABORT bit. The software cannot clear the ABORT bit once set. In response to an ABORT, the controller issues a STOP and flushes the Tx FIFO after completing the current transfer, then sets the TX_ABORT interrupt after the abort operation. The ABORT bit is cleared automatically after the abort operation. For a detailed description on how to abort I2C transfers, refer to 'Aborting I2C Transfers'. Reset value: 0x0
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

0 : DISABLE

ABORT operation not in progress

1 : ENABLED

ABORT operation in progress

End of enumeration elements list.

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
bits : 2 - 2 (1 bit)
access : read-write

Enumeration:

0 : NOT_BLOCKED

Tx Command execution not blocked

1 : BLOCKED

Tx Command execution blocked

End of enumeration elements list.


IC_STATUS

I2C Status Register This is a read-only register used to indicate the current transfer status and FIFO status. The status register may be read at any time. None of the bits in this register request an interrupt. When the I2C is disabled by writing 0 in bit 0 of the IC_ENABLE register: - Bits 1 and 2 are set to 1 - Bits 3 and 10 are set to 0 When the master or slave state machines goes to idle and ic_en=0: - Bits 5 and 6 are set to 0
address_offset : 0x70 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_STATUS IC_STATUS read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ACTIVITY TFNF TFE RFNE RFF MST_ACTIVITY SLV_ACTIVITY

ACTIVITY : I2C Activity Status. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

I2C is idle

1 : ACTIVE

I2C is active

End of enumeration elements list.

TFNF : Transmit FIFO Not Full. Set when the transmit FIFO contains one or more empty locations, and is cleared when the FIFO is full. - 0: Transmit FIFO is full - 1: Transmit FIFO is not full Reset value: 0x1
bits : 1 - 1 (1 bit)
access : read-only

Enumeration:

0 : FULL

Tx FIFO is full

1 : NOT_FULL

Tx FIFO not full

End of enumeration elements list.

TFE : Transmit FIFO Completely Empty. When the transmit FIFO is completely empty, this bit is set. When it contains one or more valid entries, this bit is cleared. This bit field does not request an interrupt. - 0: Transmit FIFO is not empty - 1: Transmit FIFO is empty Reset value: 0x1
bits : 2 - 2 (1 bit)
access : read-only

Enumeration:

0 : NON_EMPTY

Tx FIFO not empty

1 : EMPTY

Tx FIFO is empty

End of enumeration elements list.

RFNE : Receive FIFO Not Empty. This bit is set when the receive FIFO contains one or more entries it is cleared when the receive FIFO is empty. - 0: Receive FIFO is empty - 1: Receive FIFO is not empty Reset value: 0x0
bits : 3 - 3 (1 bit)
access : read-only

Enumeration:

0 : EMPTY

Rx FIFO is empty

1 : NOT_EMPTY

Rx FIFO not empty

End of enumeration elements list.

RFF : Receive FIFO Completely Full. When the receive FIFO is completely full, this bit is set. When the receive FIFO contains one or more empty location, this bit is cleared. - 0: Receive FIFO is not full - 1: Receive FIFO is full Reset value: 0x0
bits : 4 - 4 (1 bit)
access : read-only

Enumeration:

0 : NOT_FULL

Rx FIFO not full

1 : FULL

Rx FIFO is full

End of enumeration elements list.

MST_ACTIVITY : Master FSM Activity Status. When the Master Finite State Machine (FSM) is not in the IDLE state, this bit is set. - 0: Master FSM is in IDLE state so the Master part of DW_apb_i2c is not Active - 1: Master FSM is not in IDLE state so the Master part of DW_apb_i2c is Active Note: IC_STATUS[0]-that is, ACTIVITY bit-is the OR of SLV_ACTIVITY and MST_ACTIVITY bits. Reset value: 0x0
bits : 5 - 5 (1 bit)
access : read-only

Enumeration:

0 : IDLE

Master is idle

1 : ACTIVE

Master not idle

End of enumeration elements list.

SLV_ACTIVITY : Slave FSM Activity Status. When the Slave Finite State Machine (FSM) is not in the IDLE state, this bit is set. - 0: Slave FSM is in IDLE state so the Slave part of DW_apb_i2c is not Active - 1: Slave FSM is not in IDLE state so the Slave part of DW_apb_i2c is Active Reset value: 0x0
bits : 6 - 6 (1 bit)
access : read-only

Enumeration:

0 : IDLE

Slave is idle

1 : ACTIVE

Slave not idle

End of enumeration elements list.


IC_TXFLR

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.
address_offset : 0x74 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_TXFLR IC_TXFLR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 TXFLR

TXFLR : Transmit FIFO Level. Contains the number of valid data entries in the transmit FIFO. Reset value: 0x0
bits : 0 - 4 (5 bit)
access : read-only


IC_RXFLR

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.
address_offset : 0x78 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_RXFLR IC_RXFLR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 RXFLR

RXFLR : Receive FIFO Level. Contains the number of valid data entries in the receive FIFO. Reset value: 0x0
bits : 0 - 4 (5 bit)
access : read-only


IC_SDA_HOLD

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. The programmed SDA hold time during transmit (IC_SDA_TX_HOLD) cannot exceed at any time the duration of the low part of scl. Therefore the programmed value cannot be larger than N_SCL_LOW-2, where N_SCL_LOW is the duration of the low part of the scl period measured in ic_clk cycles.
address_offset : 0x7C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SDA_HOLD IC_SDA_HOLD read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_SDA_TX_HOLD IC_SDA_RX_HOLD

IC_SDA_TX_HOLD : Sets the required SDA hold time in units of ic_clk period, when DW_apb_i2c acts as a transmitter. Reset value: IC_DEFAULT_SDA_HOLD[15:0].
bits : 0 - 15 (16 bit)
access : read-write

IC_SDA_RX_HOLD : Sets the required SDA hold time in units of ic_clk period, when DW_apb_i2c acts as a receiver. Reset value: IC_DEFAULT_SDA_HOLD[23:16].
bits : 16 - 23 (8 bit)
access : read-write


IC_SAR

I2C Slave Address Register
address_offset : 0x8 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SAR IC_SAR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_SAR

IC_SAR : The IC_SAR holds the slave address when the I2C is operating as a slave. For 7-bit addressing, only IC_SAR[6:0] is used. This register can be written only when the I2C interface is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. Note: The default values cannot be any of the reserved address locations: that is, 0x00 to 0x07, or 0x78 to 0x7f. The correct operation of the device is not guaranteed if you program the IC_SAR or IC_TAR to a reserved value. Refer to <<table_I2C_firstbyte_bit_defs>> for a complete list of these reserved values.
bits : 0 - 9 (10 bit)
access : read-write


IC_TX_ABRT_SOURCE

I2C Transmit Abort Source Register This register has 32 bits that indicate the source of the TX_ABRT bit. Except for Bit 9, this register is cleared whenever the IC_CLR_TX_ABRT register or the IC_CLR_INTR register is read. To clear Bit 9, the source of the ABRT_SBYTE_NORSTRT must be fixed first RESTART must be enabled (IC_CON[5]=1), the SPECIAL bit must be cleared (IC_TAR[11]), or the GC_OR_START bit must be cleared (IC_TAR[10]). Once the source of the ABRT_SBYTE_NORSTRT is fixed, then this bit can be cleared in the same manner as other bits in this register. If the source of the ABRT_SBYTE_NORSTRT is not fixed before attempting to clear this bit, Bit 9 clears for one cycle and is then re-asserted.
address_offset : 0x80 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_TX_ABRT_SOURCE IC_TX_ABRT_SOURCE read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ABRT_7B_ADDR_NOACK ABRT_10ADDR1_NOACK ABRT_10ADDR2_NOACK ABRT_TXDATA_NOACK ABRT_GCALL_NOACK ABRT_GCALL_READ ABRT_HS_ACKDET ABRT_SBYTE_ACKDET ABRT_HS_NORSTRT ABRT_SBYTE_NORSTRT ABRT_10B_RD_NORSTRT ABRT_MASTER_DIS ARB_LOST ABRT_SLVFLUSH_TXFIFO ABRT_SLV_ARBLOST ABRT_SLVRD_INTX ABRT_USER_ABRT TX_FLUSH_CNT

ABRT_7B_ADDR_NOACK : This field indicates that the Master is in 7-bit addressing mode and the address sent was not acknowledged by any slave. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Master-Receiver
bits : 0 - 0 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

This abort is not generated

1 : ACTIVE

This abort is generated because of NOACK for 7-bit address

End of enumeration elements list.

ABRT_10ADDR1_NOACK : This field indicates that the Master is in 10-bit address mode and the first 10-bit address byte was not acknowledged by any slave. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Master-Receiver
bits : 1 - 1 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

This abort is not generated

1 : ACTIVE

Byte 1 of 10Bit Address not ACKed by any slave

End of enumeration elements list.

ABRT_10ADDR2_NOACK : This field indicates that the Master is in 10-bit address mode and that the second address byte of the 10-bit address was not acknowledged by any slave. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Master-Receiver
bits : 2 - 2 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

This abort is not generated

1 : ACTIVE

Byte 2 of 10Bit Address not ACKed by any slave

End of enumeration elements list.

ABRT_TXDATA_NOACK : This field indicates the master-mode only bit. When the master receives an acknowledgement for the address, but when it sends data byte(s) following the address, it did not receive an acknowledge from the remote slave(s). Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter
bits : 3 - 3 (1 bit)
access : read-only

Enumeration:

0 : ABRT_TXDATA_NOACK_VOID

Transmitted data non-ACKed by addressed slave-scenario not present

1 : ABRT_TXDATA_NOACK_GENERATED

Transmitted data not ACKed by addressed slave

End of enumeration elements list.

ABRT_GCALL_NOACK : This field indicates that DW_apb_i2c in master mode has sent a General Call and no slave on the bus acknowledged the General Call. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter
bits : 4 - 4 (1 bit)
access : read-only

Enumeration:

0 : ABRT_GCALL_NOACK_VOID

GCALL not ACKed by any slave-scenario not present

1 : ABRT_GCALL_NOACK_GENERATED

GCALL not ACKed by any slave

End of enumeration elements list.

ABRT_GCALL_READ : This field indicates that DW_apb_i2c in the master mode has sent a General Call but the user programmed the byte following the General Call to be a read from the bus (IC_DATA_CMD[9] is set to 1). Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter
bits : 5 - 5 (1 bit)
access : read-only

Enumeration:

0 : ABRT_GCALL_READ_VOID

GCALL is followed by read from bus-scenario not present

1 : ABRT_GCALL_READ_GENERATED

GCALL is followed by read from bus

End of enumeration elements list.

ABRT_HS_ACKDET : This field indicates that the Master is in High Speed mode and the High Speed Master code was acknowledged (wrong behavior). Reset value: 0x0 Role of DW_apb_i2c: Master
bits : 6 - 6 (1 bit)
access : read-only

Enumeration:

0 : ABRT_HS_ACK_VOID

HS Master code ACKed in HS Mode- scenario not present

1 : ABRT_HS_ACK_GENERATED

HS Master code ACKed in HS Mode

End of enumeration elements list.

ABRT_SBYTE_ACKDET : This field indicates that the Master has sent a START Byte and the START Byte was acknowledged (wrong behavior). Reset value: 0x0 Role of DW_apb_i2c: Master
bits : 7 - 7 (1 bit)
access : read-only

Enumeration:

0 : ABRT_SBYTE_ACKDET_VOID

ACK detected for START byte- scenario not present

1 : ABRT_SBYTE_ACKDET_GENERATED

ACK detected for START byte

End of enumeration elements list.

ABRT_HS_NORSTRT : This field indicates that the restart is disabled (IC_RESTART_EN bit (IC_CON[5]) =0) and the user is trying to use the master to transfer data in High Speed mode. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Master-Receiver
bits : 8 - 8 (1 bit)
access : read-only

Enumeration:

0 : ABRT_HS_NORSTRT_VOID

User trying to switch Master to HS mode when RESTART disabled- scenario not present

1 : ABRT_HS_NORSTRT_GENERATED

User trying to switch Master to HS mode when RESTART disabled

End of enumeration elements list.

ABRT_SBYTE_NORSTRT : To clear Bit 9, the source of the ABRT_SBYTE_NORSTRT must be fixed first restart must be enabled (IC_CON[5]=1), the SPECIAL bit must be cleared (IC_TAR[11]), or the GC_OR_START bit must be cleared (IC_TAR[10]). Once the source of the ABRT_SBYTE_NORSTRT is fixed, then this bit can be cleared in the same manner as other bits in this register. If the source of the ABRT_SBYTE_NORSTRT is not fixed before attempting to clear this bit, bit 9 clears for one cycle and then gets reasserted. When this field is set to 1, the restart is disabled (IC_RESTART_EN bit (IC_CON[5]) =0) and the user is trying to send a START Byte. Reset value: 0x0 Role of DW_apb_i2c: Master
bits : 9 - 9 (1 bit)
access : read-only

Enumeration:

0 : ABRT_SBYTE_NORSTRT_VOID

User trying to send START byte when RESTART disabled- scenario not present

1 : ABRT_SBYTE_NORSTRT_GENERATED

User trying to send START byte when RESTART disabled

End of enumeration elements list.

ABRT_10B_RD_NORSTRT : This field indicates that the restart is disabled (IC_RESTART_EN bit (IC_CON[5]) =0) and the master sends a read command in 10-bit addressing mode. Reset value: 0x0 Role of DW_apb_i2c: Master-Receiver
bits : 10 - 10 (1 bit)
access : read-only

Enumeration:

0 : ABRT_10B_RD_VOID

Master not trying to read in 10Bit addressing mode when RESTART disabled

1 : ABRT_10B_RD_GENERATED

Master trying to read in 10Bit addressing mode when RESTART disabled

End of enumeration elements list.

ABRT_MASTER_DIS : This field indicates that the User tries to initiate a Master operation with the Master mode disabled. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Master-Receiver
bits : 11 - 11 (1 bit)
access : read-only

Enumeration:

0 : ABRT_MASTER_DIS_VOID

User initiating master operation when MASTER disabled- scenario not present

1 : ABRT_MASTER_DIS_GENERATED

User initiating master operation when MASTER disabled

End of enumeration elements list.

ARB_LOST : This field specifies that the Master has lost arbitration, or if IC_TX_ABRT_SOURCE[14] is also set, then the slave transmitter has lost arbitration. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Slave-Transmitter
bits : 12 - 12 (1 bit)
access : read-only

Enumeration:

0 : ABRT_LOST_VOID

Master or Slave-Transmitter lost arbitration- scenario not present

1 : ABRT_LOST_GENERATED

Master or Slave-Transmitter lost arbitration

End of enumeration elements list.

ABRT_SLVFLUSH_TXFIFO : This field specifies that the Slave has received a read command and some data exists in the TX FIFO, so the slave issues a TX_ABRT interrupt to flush old data in TX FIFO. Reset value: 0x0 Role of DW_apb_i2c: Slave-Transmitter
bits : 13 - 13 (1 bit)
access : read-only

Enumeration:

0 : ABRT_SLVFLUSH_TXFIFO_VOID

Slave flushes existing data in TX-FIFO upon getting read command- scenario not present

1 : ABRT_SLVFLUSH_TXFIFO_GENERATED

Slave flushes existing data in TX-FIFO upon getting read command

End of enumeration elements list.

ABRT_SLV_ARBLOST : This field indicates that a Slave has lost the bus while transmitting data to a remote master. IC_TX_ABRT_SOURCE[12] is set at the same time. Note: Even though the slave never 'owns' the bus, something could go wrong on the bus. This is a fail safe check. For instance, during a data transmission at the low-to-high transition of SCL, if what is on the data bus is not what is supposed to be transmitted, then DW_apb_i2c no longer own the bus. Reset value: 0x0 Role of DW_apb_i2c: Slave-Transmitter
bits : 14 - 14 (1 bit)
access : read-only

Enumeration:

0 : ABRT_SLV_ARBLOST_VOID

Slave lost arbitration to remote master- scenario not present

1 : ABRT_SLV_ARBLOST_GENERATED

Slave lost arbitration to remote master

End of enumeration elements list.

ABRT_SLVRD_INTX : 1: When the processor side responds to a slave mode request for data to be transmitted to a remote master and user writes a 1 in CMD (bit 8) of IC_DATA_CMD register. Reset value: 0x0 Role of DW_apb_i2c: Slave-Transmitter
bits : 15 - 15 (1 bit)
access : read-only

Enumeration:

0 : ABRT_SLVRD_INTX_VOID

Slave trying to transmit to remote master in read mode- scenario not present

1 : ABRT_SLVRD_INTX_GENERATED

Slave trying to transmit to remote master in read mode

End of enumeration elements list.

ABRT_USER_ABRT : This is a master-mode-only bit. Master has detected the transfer abort (IC_ENABLE[1]) Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter
bits : 16 - 16 (1 bit)
access : read-only

Enumeration:

0 : ABRT_USER_ABRT_VOID

Transfer abort detected by master- scenario not present

1 : ABRT_USER_ABRT_GENERATED

Transfer abort detected by master

End of enumeration elements list.

TX_FLUSH_CNT : This field indicates the number of Tx FIFO Data Commands which are flushed due to TX_ABRT interrupt. It is cleared whenever I2C is disabled. Reset value: 0x0 Role of DW_apb_i2c: Master-Transmitter or Slave-Transmitter
bits : 23 - 31 (9 bit)
access : read-only


IC_SLV_DATA_NACK_ONLY

Generate Slave Data NACK Register The register is used to generate a NACK for the data part of a transfer when DW_apb_i2c is acting as a slave-receiver. This register only exists when the IC_SLV_DATA_NACK_ONLY parameter is set to 1. When this parameter disabled, this register does not exist and writing to the register's address has no effect. A write can occur on this register if both of the following conditions are met: - DW_apb_i2c is disabled (IC_ENABLE[0] = 0) - Slave part is inactive (IC_STATUS[6] = 0) Note: The IC_STATUS[6] is a register read-back location for the internal slv_activity signal the user should poll this before writing the ic_slv_data_nack_only bit.
address_offset : 0x84 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SLV_DATA_NACK_ONLY IC_SLV_DATA_NACK_ONLY read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 NACK

NACK : Generate NACK. This NACK generation only occurs when DW_apb_i2c is a slave-receiver. If this register is set to a value of 1, it can only generate a NACK after a data byte is received hence, the data transfer is aborted and the data received is not pushed to the receive buffer. When the register is set to a value of 0, it generates NACK/ACK, depending on normal criteria. - 1: generate NACK after data byte received - 0: generate NACK/ACK normally Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Slave receiver generates NACK normally

1 : ENABLED

Slave receiver generates NACK upon data reception only

End of enumeration elements list.


IC_DMA_CR

DMA Control Register The register is used to enable the DMA Controller interface operation. There is a separate bit for transmit and receive. This can be programmed regardless of the state of IC_ENABLE.
address_offset : 0x88 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_DMA_CR IC_DMA_CR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 RDMAE TDMAE

RDMAE : Receive DMA Enable. This bit enables/disables the receive FIFO DMA channel. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Receive FIFO DMA channel disabled

1 : ENABLED

Receive FIFO DMA channel enabled

End of enumeration elements list.

TDMAE : Transmit DMA Enable. This bit enables/disables the transmit FIFO DMA channel. Reset value: 0x0
bits : 1 - 1 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

transmit FIFO DMA channel disabled

1 : ENABLED

Transmit FIFO DMA channel enabled

End of enumeration elements list.


IC_DMA_TDLR

DMA Transmit Data Level Register
address_offset : 0x8C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_DMA_TDLR IC_DMA_TDLR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMATDL

DMATDL : Transmit Data Level. This bit field controls the level at which a DMA request is made by the transmit logic. It is equal to the watermark level that is, the dma_tx_req signal is generated when the number of valid data entries in the transmit FIFO is equal to or below this field value, and TDMAE = 1. Reset value: 0x0
bits : 0 - 3 (4 bit)
access : read-write


IC_DMA_RDLR

I2C Receive Data Level Register
address_offset : 0x90 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_DMA_RDLR IC_DMA_RDLR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMARDL

DMARDL : Receive Data Level. This bit field controls the level at which a DMA request is made by the receive logic. The watermark level = DMARDL+1 that is, dma_rx_req is generated when the number of valid data entries in the receive FIFO is equal to or more than this field value + 1, and RDMAE =1. For instance, when DMARDL is 0, then dma_rx_req is asserted when 1 or more data entries are present in the receive FIFO. Reset value: 0x0
bits : 0 - 3 (4 bit)
access : read-write


IC_SDA_SETUP

I2C SDA Setup Register This register controls the amount of time delay (in terms of number of ic_clk clock periods) introduced in the rising edge of SCL - relative to SDA changing - when DW_apb_i2c services a read request in a slave-transmitter operation. The relevant I2C requirement is tSU:DAT (note 4) as detailed in the I2C Bus Specification. This register must be programmed with a value equal to or greater than 2. Writes to this register succeed only when IC_ENABLE[0] = 0. Note: The length of setup time is calculated using [(IC_SDA_SETUP - 1) * (ic_clk_period)], so if the user requires 10 ic_clk periods of setup time, they should program a value of 11. The IC_SDA_SETUP register is only used by the DW_apb_i2c when operating as a slave transmitter.
address_offset : 0x94 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_SDA_SETUP IC_SDA_SETUP read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 SDA_SETUP

SDA_SETUP : SDA Setup. It is recommended that if the required delay is 1000ns, then for an ic_clk frequency of 10 MHz, IC_SDA_SETUP should be programmed to a value of 11. IC_SDA_SETUP must be programmed with a minimum value of 2.
bits : 0 - 7 (8 bit)
access : read-write


IC_ACK_GENERAL_CALL

I2C ACK General Call Register The register controls whether DW_apb_i2c responds with a ACK or NACK when it receives an I2C General Call address. This register is applicable only when the DW_apb_i2c is in slave mode.
address_offset : 0x98 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_ACK_GENERAL_CALL IC_ACK_GENERAL_CALL read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ACK_GEN_CALL

ACK_GEN_CALL : ACK General Call. When set to 1, DW_apb_i2c responds with a ACK (by asserting ic_data_oe) when it receives a General Call. Otherwise, DW_apb_i2c responds with a NACK (by negating ic_data_oe).
bits : 0 - 0 (1 bit)
access : read-write

Enumeration:

0 : DISABLED

Generate NACK for a General Call

1 : ENABLED

Generate ACK for a General Call

End of enumeration elements list.


IC_ENABLE_STATUS

I2C Enable Status Register The register is used to report the DW_apb_i2c hardware status when the IC_ENABLE[0] register is set from 1 to 0 that is, when DW_apb_i2c is disabled. If IC_ENABLE[0] has been set to 1, bits 2:1 are forced to 0, and bit 0 is forced to 1. If IC_ENABLE[0] has been set to 0, bits 2:1 is only be valid as soon as bit 0 is read as '0'. Note: When IC_ENABLE[0] has been set to 0, a delay occurs for bit 0 to be read as 0 because disabling the DW_apb_i2c depends on I2C bus activities.
address_offset : 0x9C Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_ENABLE_STATUS IC_ENABLE_STATUS read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_EN SLV_DISABLED_WHILE_BUSY SLV_RX_DATA_LOST

IC_EN : ic_en Status. This bit always reflects the value driven on the output port ic_en. - When read as 1, DW_apb_i2c is deemed to be in an enabled state. - When read as 0, DW_apb_i2c is deemed completely inactive. Note: The CPU can safely read this bit anytime. When this bit is read as 0, the CPU can safely read SLV_RX_DATA_LOST (bit 2) and SLV_DISABLED_WHILE_BUSY (bit 1). Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only

Enumeration:

0 : DISABLED

I2C disabled

1 : ENABLED

I2C enabled

End of enumeration elements list.

SLV_DISABLED_WHILE_BUSY : Slave Disabled While Busy (Transmit, Receive). This bit indicates if a potential or active Slave operation has been aborted due to the setting bit 0 of the IC_ENABLE register from 1 to 0. This bit is set when the CPU writes a 0 to the IC_ENABLE register while: (a) DW_apb_i2c is receiving the address byte of the Slave-Transmitter operation from a remote master OR, (b) address and data bytes of the Slave-Receiver operation from a remote master. When read as 1, DW_apb_i2c is deemed to have forced a NACK during any part of an I2C transfer, irrespective of whether the I2C address matches the slave address set in DW_apb_i2c (IC_SAR register) OR if the transfer is completed before IC_ENABLE is set to 0 but has not taken effect. Note: If the remote I2C master terminates the transfer with a STOP condition before the DW_apb_i2c has a chance to NACK a transfer, and IC_ENABLE[0] has been set to 0, then this bit will also be set to 1. When read as 0, DW_apb_i2c is deemed to have been disabled when there is master activity, or when the I2C bus is idle. Note: The CPU can safely read this bit when IC_EN (bit 0) is read as 0. Reset value: 0x0
bits : 1 - 1 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

Slave is disabled when it is idle

1 : ACTIVE

Slave is disabled when it is active

End of enumeration elements list.

SLV_RX_DATA_LOST : Slave Received Data Lost. This bit indicates if a Slave-Receiver operation has been aborted with at least one data byte received from an I2C transfer due to the setting bit 0 of IC_ENABLE from 1 to 0. When read as 1, DW_apb_i2c is deemed to have been actively engaged in an aborted I2C transfer (with matching address) and the data phase of the I2C transfer has been entered, even though a data byte has been responded with a NACK. Note: If the remote I2C master terminates the transfer with a STOP condition before the DW_apb_i2c has a chance to NACK a transfer, and IC_ENABLE[0] has been set to 0, then this bit is also set to 1. When read as 0, DW_apb_i2c is deemed to have been disabled without being actively involved in the data phase of a Slave-Receiver transfer. Note: The CPU can safely read this bit when IC_EN (bit 0) is read as 0. Reset value: 0x0
bits : 2 - 2 (1 bit)
access : read-only

Enumeration:

0 : INACTIVE

Slave RX Data is not lost

1 : ACTIVE

Slave RX Data is lost

End of enumeration elements list.


IC_FS_SPKLEN

I2C SS, FS or FM+ spike suppression limit This register is used to store the duration, measured in ic_clk cycles, of the longest spike that is filtered out by the spike suppression logic when the component is operating in SS, FS or FM+ modes. The relevant I2C requirement is tSP (table 4) as detailed in the I2C Bus Specification. This register must be programmed with a minimum value of 1.
address_offset : 0xA0 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_FS_SPKLEN IC_FS_SPKLEN read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_FS_SPKLEN

IC_FS_SPKLEN : This register must be set before any I2C bus transaction can take place to ensure stable operation. This register sets the duration, measured in ic_clk cycles, of the longest spike in the SCL or SDA lines that will be filtered out by the spike suppression logic. This register can be written only when the I2C interface is disabled which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect. The minimum valid value is 1 hardware prevents values less than this being written, and if attempted results in 1 being set. or more information, refer to 'Spike Suppression'.
bits : 0 - 7 (8 bit)
access : read-write


IC_CLR_RESTART_DET

Clear RESTART_DET Interrupt Register
address_offset : 0xA8 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_CLR_RESTART_DET IC_CLR_RESTART_DET read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CLR_RESTART_DET

CLR_RESTART_DET : Read this register to clear the RESTART_DET interrupt (bit 12) of IC_RAW_INTR_STAT register. Reset value: 0x0
bits : 0 - 0 (1 bit)
access : read-only


IC_COMP_PARAM_1

Component Parameter Register 1 Note This register is not implemented and therefore reads as 0. If it was implemented it would be a constant read-only register that contains encoded information about the component's parameter settings. Fields shown below are the settings for those parameters
address_offset : 0xF4 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_COMP_PARAM_1 IC_COMP_PARAM_1 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APB_DATA_WIDTH MAX_SPEED_MODE HC_COUNT_VALUES INTR_IO HAS_DMA ADD_ENCODED_PARAMS RX_BUFFER_DEPTH TX_BUFFER_DEPTH

APB_DATA_WIDTH : APB data bus width is 32 bits
bits : 0 - 1 (2 bit)
access : read-only

MAX_SPEED_MODE : MAX SPEED MODE = FAST MODE
bits : 2 - 3 (2 bit)
access : read-only

HC_COUNT_VALUES : Programmable count values for each mode.
bits : 4 - 4 (1 bit)
access : read-only

INTR_IO : COMBINED Interrupt outputs
bits : 5 - 5 (1 bit)
access : read-only

HAS_DMA : DMA handshaking signals are enabled
bits : 6 - 6 (1 bit)
access : read-only

ADD_ENCODED_PARAMS : Encoded parameters not visible
bits : 7 - 7 (1 bit)
access : read-only

RX_BUFFER_DEPTH : RX Buffer Depth = 16
bits : 8 - 15 (8 bit)
access : read-only

TX_BUFFER_DEPTH : TX Buffer Depth = 16
bits : 16 - 23 (8 bit)
access : read-only


IC_COMP_VERSION

I2C Component Version Register
address_offset : 0xF8 Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_COMP_VERSION IC_COMP_VERSION read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_COMP_VERSION

IC_COMP_VERSION :
bits : 0 - 31 (32 bit)
access : read-only


IC_COMP_TYPE

I2C Component Type Register
address_offset : 0xFC Bytes (0x0)
size : 32 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IC_COMP_TYPE IC_COMP_TYPE read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IC_COMP_TYPE

IC_COMP_TYPE : Designware Component Type number = 0x44_57_01_40. This assigned unique hex value is constant and is derived from the two ASCII letters 'DW' followed by a 16-bit unsigned number.
bits : 0 - 31 (32 bit)
access : read-only



Is something missing? Is something wrong? can you help correct it ? Please contact us at info@chipselect.org !

This website is sponsored by EmbeetleEmbeetle, an IDE designed from scratch for embedded software developers.