Searched refs:Cy_SCB_GetInterruptCause (Results 1 – 3 of 3) sorted by relevance
373 __STATIC_INLINE uint32_t Cy_SCB_GetInterruptCause(CySCB_Type const *base);1156 __STATIC_INLINE uint32_t Cy_SCB_GetInterruptCause(CySCB_Type const *base) in Cy_SCB_GetInterruptCause() function
1327 if (0UL != (CY_SCB_RX_INTR & Cy_SCB_GetInterruptCause(base))) in Cy_SCB_UART_Interrupt()1383 if (0UL != (CY_SCB_TX_INTR & Cy_SCB_GetInterruptCause(base))) in Cy_SCB_UART_Interrupt()
2830 uint32_t intrCause = Cy_SCB_GetInterruptCause(base); in Cy_SCB_I2C_MasterInterrupt()