Searched refs:rxNotEmpty (Results 1 – 1 of 1) sorted by relevance
2036 bool rxNotEmpty; in Cy_SCB_I2C_MasterReadByte() local2043 rxNotEmpty = (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatus(base))); in Cy_SCB_I2C_MasterReadByte()2047 } while ((!rxNotEmpty) && (0UL == locStatus)); in Cy_SCB_I2C_MasterReadByte()2050 if (rxNotEmpty) in Cy_SCB_I2C_MasterReadByte()