45.7.22 TWIHS FIFO Status Register
This registers reads “0” if the FIFO is disabled (see TWI_CR to enable/disable the internal FIFO).
Name: | TWIHS_FSR |
Offset: | 0x60 |
Reset: | 0x00000000 |
Property: | Read-only |
Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
Access | |||||||||
Reset |
Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
Access | |||||||||
Reset |
Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
Access | |||||||||
Reset |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
RXFPTEF | TXFPTEF | RXFTHF | RXFFF | RXFEF | TXFTHF | TXFFF | TXFEF | ||
Access | R | R | R | R | R | R | R | R | |
Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Bit 7 – RXFPTEF Receive FIFO Pointer Error Flag
See 45.6.6.10 FIFO Pointer Error for details.
Value | Description |
---|---|
0 |
No Receive FIFO pointer occurred |
1 |
Receive FIFO pointer error occurred. Receiver must be reset |
Bit 6 – TXFPTEF Transmit FIFO Pointer Error Flag
See 45.6.6.10 FIFO Pointer Error for details.
Value | Description |
---|---|
0 |
No Transmit FIFO pointer occurred |
1 |
Transmit FIFO pointer error occurred. Transceiver must be reset |
Bit 5 – RXFTHF Receive FIFO Threshold Flag
Value | Description |
---|---|
0 |
Number of unread DATA in Receive FIFO is below RXFTHRES threshold. |
1 |
Number of unread DATA in Receive FIFO has reached RXFTHRES threshold since the last read of TWIHS_FSR. |
Bit 4 – RXFFF Receive FIFO Full Flag
Value | Description |
---|---|
0 |
Receive FIFO is not empty. |
1 |
Receive FIFO has been filled since the last read of TWIHS_FSR. |
Bit 3 – RXFEF Receive FIFO Empty Flag
Value | Description |
---|---|
0 |
Receive FIFO is not empty. |
1 |
Receive FIFO has been emptied since the last read of TWIHS_FSR. |
Bit 2 – TXFTHF Transmit FIFO Threshold Flag (cleared on read)
Value | Description |
---|---|
0 |
Number of DATA in Transmit FIFO is above TXFTHRES threshold. |
1 |
Number of DATA in Transmit FIFO has reached TXFTHRES threshold since the last read of TWIHS_FSR. |
Bit 1 – TXFFF Transmit FIFO Full Flag (cleared on read)
Value | Description |
---|---|
0 |
Transmit FIFO is not full. |
1 |
Transmit FIFO has been filled since the last read of TWIHS_FSR. |
Bit 0 – TXFEF Transmit FIFO Empty Flag (cleared on read)
Value | Description |
---|---|
0 |
Transmit FIFO is not empty. |
1 |
Transmit FIFO has been emptied since the last read of TWIHS_FSR. |