Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h786 #define CY_SCB_UART_TX_EMPTY (SCB_INTR_TX_EMPTY_Msk) macro
915 …UART_TX_INTR_MASK (CY_SCB_UART_TX_TRIGGER | CY_SCB_UART_TX_NOT_FULL | CY_SCB_UART_TX_EMPTY | \
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c1434 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()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c1569 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()