Searched refs:txMasked (Results 1 – 1 of 1) sorted by relevance
176 uint32_t txMasked = Cy_SCB_GetTxInterruptStatusMasked(obj->base); in _cyhal_uart_irq_handler() local185 if (0UL != (CY_SCB_UART_TX_OVERFLOW & txMasked)) in _cyhal_uart_irq_handler()198 if (0UL != (CY_SCB_UART_TX_UNDERFLOW & txMasked)) in _cyhal_uart_irq_handler()211 if (0UL != (CY_SCB_UART_TX_TRIGGER & txMasked)) in _cyhal_uart_irq_handler()221 if (0UL != (CY_SCB_UART_TX_DONE & txMasked)) in _cyhal_uart_irq_handler()478 uint32_t txMasked = Cy_SCB_GetTxInterruptStatusMasked(obj->base); in _cyhal_uart_pm_callback_instance() local487 && (0UL == txMasked) && (0UL == rxMasked)) in _cyhal_uart_pm_callback_instance()