Searched refs:CY_SCB_TX_INTR (Results 1 – 3 of 3) sorted by relevance
2852 intrCause &= (uint32_t) ~CY_SCB_TX_INTR; in Cy_SCB_I2C_MasterInterrupt()2862 if (0UL != (CY_SCB_TX_INTR & intrCause)) in Cy_SCB_I2C_MasterInterrupt()
1383 if (0UL != (CY_SCB_TX_INTR & Cy_SCB_GetInterruptCause(base))) in Cy_SCB_UART_Interrupt()
490 #define CY_SCB_TX_INTR SCB_INTR_CAUSE_TX_Msk macro