Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/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()
1549 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event()
1554 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event()
1563Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_UART_TRANSMIT_ERR)); in cyhal_uart_enable_event()
1569Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_TX_INTR_UART_NACK | CY_SCB_TX… in cyhal_uart_enable_event()
1575Cy_SCB_ClearTxInterrupt(obj->base, (CY_SCB_UART_TX_OVERFLOW | CY_SCB_TX_INTR_UART_ARB_LOST | CY_SC… in cyhal_uart_enable_event()
1581 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_UART_TX_TRIGGER); in cyhal_uart_enable_event()
1652 Cy_SCB_ClearTxInterrupt(obj->base, CY_SCB_TX_INTR_MASK); in cyhal_uart_enable_event()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c1280 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UART_DONE); in Cy_SCB_UART_SendBreakBlocking()
1297 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_MASK); in Cy_SCB_UART_SendBreakBlocking()
1391 Cy_SCB_ClearTxInterrupt(base, locTxErr); in Cy_SCB_UART_Interrupt()
1404 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_UART_Interrupt()
1429 Cy_SCB_ClearTxInterrupt(base, CY_SCB_UART_TX_EMPTY); in Cy_SCB_UART_Interrupt()
1644 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UART_DONE); in HandleDataTransmit()
Dcy_scb_i2c.c1518 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_I2C_MasterWrite()
1542 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_I2C_MasterWrite()
2278 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_SlaveInterrupt()
2689 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in SlaveHandleDataTransmit()
2866 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_MasterInterrupt()
3083 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in MasterHandleDataTransmit()
Dcy_scb_spi.c902 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_Interrupt()
927 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_SPI_Interrupt()
Dcy_scb_ezi2c.c842 Cy_SCB_ClearTxInterrupt(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_EZI2C_Interrupt()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h386 __STATIC_INLINE void Cy_SCB_ClearTxInterrupt (CySCB_Type *base, uint32_t interruptMask);
1421 __STATIC_INLINE void Cy_SCB_ClearTxInterrupt(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_ClearTxInterrupt() function
Dcy_scb_spi.h1188 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_SPI_ClearTxFifoStatus()
Dcy_scb_uart.h1582 Cy_SCB_ClearTxInterrupt(base, clearMask); in Cy_SCB_UART_ClearTxFifoStatus()
/hal_infineon-3.5.0/bless/
Dcy_ble_hal_pvt.c1624 Cy_SCB_ClearTxInterrupt(cy_ble_halConfigPtr->hw->uartHw, srcInterrupt); in Cy_BLE_HAL_UART_Interrupt()