Searched refs:CY_SCB_RX_INTR_NOT_EMPTY (Results 1 – 4 of 4) sorted by relevance
1578 if(0u != (srcInterrupt & CY_SCB_RX_INTR_NOT_EMPTY)) in Cy_BLE_HAL_UART_Interrupt()1651 Cy_SCB_SetRxInterruptMask(cy_ble_halConfigPtr->hw->uartHw, CY_SCB_RX_INTR_NOT_EMPTY | in Cy_BLE_HAL_UART_Start()
566 #define CY_SCB_RX_INTR_NOT_EMPTY SCB_INTR_RX_NOT_EMPTY_Msk macro816 #define CY_SCB_RX_INTR_MASK (CY_SCB_RX_INTR_LEVEL | CY_SCB_RX_INTR_NOT_EMPTY | CY_S…
1375 if (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatusMasked(base))) in Cy_SCB_UART_Interrupt()1382 Cy_SCB_ClearRxInterrupt(base, CY_SCB_RX_INTR_NOT_EMPTY); in Cy_SCB_UART_Interrupt()
1776 Cy_SCB_ClearRxInterrupt (base, CY_SCB_RX_INTR_NOT_EMPTY); in Cy_SCB_I2C_MasterSendStart()2043 rxNotEmpty = (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatus(base))); in Cy_SCB_I2C_MasterReadByte()2055 Cy_SCB_ClearRxInterrupt(base, CY_SCB_RX_INTR_NOT_EMPTY | CY_SCB_RX_INTR_LEVEL); in Cy_SCB_I2C_MasterReadByte()