Searched refs:VCOM_TX_BUSY (Results 1 – 4 of 4) sorted by relevance
59 pVcom->tx_flags &= ~VCOM_TX_BUSY; in VCOM_bulk_in_hdlr()219 if ( (pVcom->tx_flags & VCOM_TX_CONNECTED) && ((pVcom->tx_flags & VCOM_TX_BUSY) == 0) ) { in vcom_write()220 pVcom->tx_flags |= VCOM_TX_BUSY; in vcom_write()
48 #define VCOM_TX_BUSY _BIT(0) macro
Completed in 4 milliseconds