Searched refs:Cy_SCB_ClearTxInterrupt (Results 1 – 9 of 9) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_scb_uart.c | 1284 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()
|
| D | cy_scb_i2c.c | 1520 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()
|
| D | cy_scb_spi.c | 1075 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()
|
| D | cy_scb_ezi2c.c | 851 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_EZI2C_Interrupt()
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_uart.c | 187 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() 1583 … Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_UART_TRANSMIT_ERR)); in cyhal_uart_enable_event() 1589 …Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_TX_INTR_UART_NACK | CY_SCB_TX… in cyhal_uart_enable_event() 1595 …Cy_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/ |
| D | cy_scb_common.h | 403 __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
|
| D | cy_scb_spi.h | 1197 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_SPI_ClearTxFifoStatus()
|
| D | cy_scb_uart.h | 1633 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_UART_ClearTxFifoStatus()
|
| /hal_infineon-latest/bless/ |
| D | cy_ble_hal_pvt.c | 1624 Cy_SCB_ClearTxInterrupt(cy_ble_halConfigPtr->hw->uartHw, srcInterrupt); in Cy_BLE_HAL_UART_Interrupt()
|