Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c221 if (0UL != (CY_SCB_UART_TX_DONE & txMasked)) in _cyhal_uart_irq_handler()
223 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_DONE); in _cyhal_uart_irq_handler()
224 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_DONE); in _cyhal_uart_irq_handler()
1574 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event()
1575 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event()
1631 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h795 #define CY_SCB_UART_TX_DONE (SCB_INTR_TX_UART_DONE_Msk) macro
916 … CY_SCB_UART_TX_OVERFLOW | CY_SCB_UART_TX_UNDERFLOW | CY_SCB_UART_TX_DONE | \