Searched refs:VCOM_TX_CONNECTED (Results 1 – 4 of 4) sorted by relevance
47 #define VCOM_TX_CONNECTED _BIT(8) /* connection state is for both RX/Tx */ macro108 return g_vCOM.tx_flags & VCOM_TX_CONNECTED; in vcom_connected()
106 pVcom->tx_flags = VCOM_TX_CONNECTED; /* reset other flags */ in VCOM_SetLineCode()219 if ( (pVcom->tx_flags & VCOM_TX_CONNECTED) && ((pVcom->tx_flags & VCOM_TX_BUSY) == 0) ) { in vcom_write()
Completed in 5 milliseconds