Home
last modified time | relevance | path

Searched refs:txMasked (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c176 uint32_t txMasked = Cy_SCB_GetTxInterruptStatusMasked(obj->base); in _cyhal_uart_irq_handler() local
185 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() local
487 && (0UL == txMasked) && (0UL == rxMasked)) in _cyhal_uart_pm_callback_instance()