Searched refs:Cy_SCB_GetRxInterruptStatus (Results 1 – 4 of 4) sorted by relevance
392 __STATIC_INLINE uint32_t Cy_SCB_GetRxInterruptStatus(CySCB_Type const *base);1196 __STATIC_INLINE uint32_t Cy_SCB_GetRxInterruptStatus(CySCB_Type const *base) in Cy_SCB_GetRxInterruptStatus() function
1078 return (Cy_SCB_GetRxInterruptStatus(base) & CY_SCB_SPI_RX_INTR_MASK); in Cy_SCB_SPI_GetRxFifoStatus()
1411 return (Cy_SCB_GetRxInterruptStatus(base) & CY_SCB_UART_RX_INTR_MASK); in Cy_SCB_UART_GetRxFifoStatus()
2043 rxNotEmpty = (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatus(base))); in Cy_SCB_I2C_MasterReadByte()