TX Interrupt Statuses¶
-
group
group_scb_common_macros_tx_intr
Defines
-
CY_SCB_TX_INTR_LEVEL
The number of data elements in the TX FIFO is less than the value of the TX FIFO level.
-
CY_SCB_TX_INTR_NOT_FULL
The TX FIFO is not full.
-
CY_SCB_TX_INTR_EMPTY
The TX FIFO is empty.
-
CY_SCB_TX_INTR_OVERFLOW
An attempt to write to a full TX FIFO.
-
CY_SCB_TX_INTR_UNDERFLOW
An attempt to read from an empty TX FIFO.
-
CY_SCB_TX_INTR_UART_DONE
The UART transfer is complete: all data elements from the TX FIFO are sent.
-
CY_SCB_TX_INTR_UART_NACK
SmartCard only: UART received a NACK.
-
CY_SCB_TX_INTR_UART_ARB_LOST
SmartCard only: the value on the TX line of the UART does not match the value on the RX line.
-