Searched refs:rxNotEmpty (Results 1 – 1 of 1) sorted by relevance
2034 bool rxNotEmpty; in Cy_SCB_I2C_MasterReadByte() local2041 rxNotEmpty = (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatus(base))); in Cy_SCB_I2C_MasterReadByte()2045 } while ((!rxNotEmpty) && (0UL == locStatus)); in Cy_SCB_I2C_MasterReadByte()2048 if (rxNotEmpty) in Cy_SCB_I2C_MasterReadByte()