Searched refs:CY_SCB_UART_TX_EMPTY (Results 1 – 3 of 3) sorted by relevance
786 #define CY_SCB_UART_TX_EMPTY (SCB_INTR_TX_EMPTY_Msk) macro915 …UART_TX_INTR_MASK (CY_SCB_UART_TX_TRIGGER | CY_SCB_UART_TX_NOT_FULL | CY_SCB_UART_TX_EMPTY | \
1434 if (0UL != (CY_SCB_UART_TX_EMPTY & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_UART_Interrupt()1441 Cy_SCB_ClearTxInterrupt(base, CY_SCB_UART_TX_EMPTY); in Cy_SCB_UART_Interrupt()
1569 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event()1570 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event()1627 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event()