RX Interrupt Statuses¶
-
group
group_scb_common_macros_rx_intr
Defines
-
CY_SCB_RX_INTR_LEVEL
The number of data elements in the RX FIFO is greater than the value of the RX FIFO level.
-
CY_SCB_RX_INTR_NOT_EMPTY
The RX FIFO is not empty.
-
CY_SCB_RX_INTR_FULL
The RX FIFO is full.
-
CY_SCB_RX_INTR_OVERFLOW
An attempt to write to a full RX FIFO.
-
CY_SCB_RX_INTR_UNDERFLOW
An attempt to read from an empty RX FIFO.
-
CY_SCB_RX_INTR_UART_FRAME_ERROR
A UART framing error detected.
-
CY_SCB_RX_INTR_UART_PARITY_ERROR
A UART parity error detected.
-
CY_SCB_RX_INTR_UART_BREAK_DETECT
A UART break detected.
-