Searched refs:ST_IN_EMPTY (Results 1 – 3 of 3) sorted by relevance
513 #define HAS_INPUT(pB) !(INB(pB->i2eStatus) & ST_IN_EMPTY)514 #define HAS_NO_INPUT(pB) (INB(pB->i2eStatus) & ST_IN_EMPTY)
166 #define ST_IN_EMPTY 0x20 // Inbound FIFO empty macro
994 if (itemp & ST_IN_EMPTY) in iiWaitForTxEmptyII()