Searched refs:CY_SCB_RX_INTR_MASK (Results 1 – 2 of 2) sorted by relevance
816 #define CY_SCB_RX_INTR_MASK (CY_SCB_RX_INTR_LEVEL | CY_SCB_RX_INTR_NOT_EMPTY | CY_S… macro1198 return (SCB_INTR_RX(base) & CY_SCB_RX_INTR_MASK); in Cy_SCB_GetRxInterruptStatus()1219 CY_ASSERT_L2(CY_SCB_IS_INTR_VALID(interruptMask, CY_SCB_RX_INTR_MASK)); in Cy_SCB_SetRxInterruptMask()1294 CY_ASSERT_L2(CY_SCB_IS_INTR_VALID(interruptMask, CY_SCB_RX_INTR_MASK)); in Cy_SCB_ClearRxInterrupt()1317 CY_ASSERT_L2(CY_SCB_IS_INTR_VALID(interruptMask, CY_SCB_RX_INTR_MASK)); in Cy_SCB_SetRxInterrupt()
1671 Cy_SCB_ClearRxInterrupt(obj->base, CY_SCB_RX_INTR_MASK); in cyhal_uart_enable_event()1673 … Cy_SCB_SetRxInterruptMask(obj->base, Cy_SCB_GetRxInterruptMask(obj->base) & ~CY_SCB_RX_INTR_MASK); in cyhal_uart_enable_event()