Home
last modified time | relevance | path

Searched refs:Cy_SCB_GetTxInterruptStatusMasked (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c1385 uint32_t locTxErr = (CY_SCB_UART_TRANSMIT_ERR & Cy_SCB_GetTxInterruptStatusMasked(base)); in Cy_SCB_UART_Interrupt()
1400 if (0UL != (CY_SCB_TX_INTR_LEVEL & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_UART_Interrupt()
1408 if (0UL != (CY_SCB_TX_INTR_UART_DONE & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_UART_Interrupt()
1422 if (0UL != (CY_SCB_UART_TX_EMPTY & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_UART_Interrupt()
Dcy_scb_spi.c897 if (0UL != (CY_SCB_TX_INTR_UNDERFLOW & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_SPI_Interrupt()
923 if (0UL != (CY_SCB_TX_INTR_LEVEL & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_SPI_Interrupt()
Dcy_scb_ezi2c.c838 if (0UL != (CY_SCB_TX_INTR_LEVEL & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_EZI2C_Interrupt()
Dcy_scb_i2c.c2274 if (0UL != (CY_SCB_I2C_SLAVE_INTR_TX & Cy_SCB_GetTxInterruptStatusMasked(base))) in Cy_SCB_I2C_SlaveInterrupt()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h385 __STATIC_INLINE uint32_t Cy_SCB_GetTxInterruptStatusMasked(CySCB_Type const *base);
1391 __STATIC_INLINE uint32_t Cy_SCB_GetTxInterruptStatusMasked(CySCB_Type const *base) in Cy_SCB_GetTxInterruptStatusMasked() function
/hal_infineon-3.5.0/bless/
Dcy_ble_hal_pvt.c1613 srcInterrupt = Cy_SCB_GetTxInterruptStatusMasked(cy_ble_halConfigPtr->hw->uartHw); in Cy_BLE_HAL_UART_Interrupt()
/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_uart.c176 uint32_t txMasked = Cy_SCB_GetTxInterruptStatusMasked(obj->base); in _cyhal_uart_irq_handler()