SLLSFR8B September 2025 – January 2026 TCAN5102-Q1
ADVANCE INFORMATION
I2C_TXES is shown in Figure 7-112 and described in Table 7-156.
Return to the Summary Table.
Contains information about the current/next transmit FIFO element
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| TXEIP | TXEBP | ||||||
| R-0h | R-0h | ||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7 | TXEIP | R | 0h | TX FIFO element write in progress Used to to signal if a TX FIFO element is partially written. If there are not enough data bytes that were written into the FIFO (according to the header), then this flag is set. If it is cleared, then the next write to the TX FIFO will be a new element and should start with the I2C header fields 0h = TX element is not in progress (next write to TX FIFO is a new element) 1h = TX element is in progress, and has an expected number of bytes left |
| 6-0 | TXEBP | R | 0h | TX Element Bytes Pending If a TX element write has started, this is how many bytes are still expected in order to complete the FIFO element. Note: This includes header bytes and can change values if the number of bytes in the transfer has not been written yet. For example, if only the I2C address byte was written, this field will read 1, since we do not know how many bytes are pending until told how many bytes of data are to be transferred. Once the number of bytes in the transfer is known, this will recalculate as data is written in |