Searched refs:Cy_SCB_GetSlaveInterruptStatusMasked (Results 1 – 4 of 4) sorted by relevance
2217 slaveIntrStatus = Cy_SCB_GetSlaveInterruptStatusMasked(base); in Cy_SCB_I2C_SlaveInterrupt()2263 slaveIntrStatus = Cy_SCB_GetSlaveInterruptStatusMasked(base); in Cy_SCB_I2C_SlaveInterrupt()2436 …events = (0UL != (CY_SCB_SLAVE_INTR_I2C_ADDR_MATCH & Cy_SCB_GetSlaveInterruptStatusMasked(base))) ? in SlaveHandleAddress()2443 …events |= (0UL != (CY_SCB_SLAVE_INTR_I2C_GENERAL_ADDR & Cy_SCB_GetSlaveInterruptStatusMasked(base)… in SlaveHandleAddress()2792 if (0UL != (CY_SCB_I2C_SLAVE_INTR_ERROR & Cy_SCB_GetSlaveInterruptStatusMasked(base))) in SlaveHandleStop()
795 slaveIntrStatus = Cy_SCB_GetSlaveInterruptStatusMasked(base); in Cy_SCB_EZI2C_Interrupt()834 slaveIntrStatus = Cy_SCB_GetSlaveInterruptStatusMasked(base); in Cy_SCB_EZI2C_Interrupt()
1052 if (0UL != (CY_SCB_SLAVE_INTR_SPI_BUS_ERROR & Cy_SCB_GetSlaveInterruptStatusMasked(base))) in Cy_SCB_SPI_Interrupt()
416 __STATIC_INLINE uint32_t Cy_SCB_GetSlaveInterruptStatusMasked(CySCB_Type const *base);1694 __STATIC_INLINE uint32_t Cy_SCB_GetSlaveInterruptStatusMasked(CySCB_Type const *base) in Cy_SCB_GetSlaveInterruptStatusMasked() function