Searched refs:I2C_STATUS_RX_NOTEMPTY (Results 1 – 2 of 2) sorted by relevance
39 #define I2C_STATUS_RX_NOTEMPTY I2C_SR_RFNE_MASK /*!< I2C rx fifo is not empty. */ macro
237 … while ( 0u == (I2C_GetStatus(I2Cx) & I2C_STATUS_RX_NOTEMPTY) ) /* Wait to rx fifo not empty. */ in I2C_MasterReadBlocking()
Completed in 7 milliseconds