Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c1284 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UART_DONE); in Cy_SCB_UART_SendBreakBlocking()
1301 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_MASK); in Cy_SCB_UART_SendBreakBlocking()
1395 Cy_SCB_ClearTxInterrupt(base, locTxErr); in Cy_SCB_UART_Interrupt()
1408 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_UART_Interrupt()
1417 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UART_DONE); in Cy_SCB_UART_Interrupt()
1441 Cy_SCB_ClearTxInterrupt(base, CY_SCB_UART_TX_EMPTY); in Cy_SCB_UART_Interrupt()
1656 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UART_DONE); in HandleDataTransmit()
Dcy_scb_i2c.c1520 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_I2C_MasterWrite()
1544 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_I2C_MasterWrite()
2280 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_SlaveInterrupt()
2691 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in SlaveHandleDataTransmit()
2868 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_MasterInterrupt()
3085 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in MasterHandleDataTransmit()
Dcy_scb_spi.c1075 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_Interrupt()
1100 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_SPI_Interrupt()
Dcy_scb_ezi2c.c851 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_EZI2C_Interrupt()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c187 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_OVERFLOW); in _cyhal_uart_irq_handler()
200 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_UNDERFLOW); in _cyhal_uart_irq_handler()
223 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_DONE); in _cyhal_uart_irq_handler()
1569 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event()
1574 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event()
1583Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_UART_TRANSMIT_ERR)); in cyhal_uart_enable_event()
1589Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_TX_INTR_UART_NACK | CY_SCB_TX… in cyhal_uart_enable_event()
1595Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_TX_INTR_UART_ARB_LOST | CY_SC… in cyhal_uart_enable_event()
1601 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_TRIGGER); in cyhal_uart_enable_event()
1672 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_TX_INTR_MASK); in cyhal_uart_enable_event()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h403 __STATIC_INLINE void Cy_SCB_ClearTxInterrupt (CySCB_Type *base, uint32_t interruptMask);
1438 __STATIC_INLINE void Cy_SCB_ClearTxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_ClearTxInterrupt() function
Dcy_scb_spi.h1197 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_SPI_ClearTxFifoStatus()
Dcy_scb_uart.h1633 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_UART_ClearTxFifoStatus()
/hal_infineon-latest/bless/
Dcy_ble_hal_pvt.c1624 Cy_SCB_ClearTxInterrupt(cy_ble_halConfigPtr->hw->uartHw, srcInterrupt); in Cy_BLE_HAL_UART_Interrupt()