Searched refs:CY_SCB_UART_RECEIVE_ERR (Results 1 – 3 of 3) sorted by relevance
920 Cy_SCB_SetRxInterruptMask(base, CY_SCB_UART_RECEIVE_ERR); in Cy_SCB_UART_Receive()1334 uint32_t locRxErr = (CY_SCB_UART_RECEIVE_ERR & Cy_SCB_GetRxInterruptStatusMasked(base)); in Cy_SCB_UART_Interrupt()
1613 Cy_SCB_ClearRxInterrupt(obj->base, CY_SCB_UART_RECEIVE_ERR); in cyhal_uart_enable_event()1614 …_SCB_SetRxInterruptMask(obj->base, Cy_SCB_GetRxInterruptMask(obj->base) | CY_SCB_UART_RECEIVE_ERR); in cyhal_uart_enable_event()1648 …SCB_SetRxInterruptMask(obj->base, Cy_SCB_GetRxInterruptMask(obj->base) & ~CY_SCB_UART_RECEIVE_ERR); in cyhal_uart_enable_event()
928 #define CY_SCB_UART_RECEIVE_ERR (CY_SCB_RX_INTR_OVERFLOW | CY_SCB_RX_INTR_UART_FRAME_ERROR | \ macro