SLLSFR8A September 2025 – October 2025 TCAN5102-Q1
ADVANCE INFORMATION
SPI_TXES is shown in Figure 7-75 and described in Table 7-118.
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 SPI header fields
|
| 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. If the number of expected bytes remaining is more than 127 bytes, 127 bytes remaining is still shown (due to maximimum number that can be shown) 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 SPI channel header 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 |