Searched refs:tx_flags (Results 1 – 5 of 5) sorted by relevance
59 pVcom->tx_flags &= ~VCOM_TX_BUSY; in VCOM_bulk_in_hdlr()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()220 pVcom->tx_flags |= VCOM_TX_BUSY; in vcom_write()
63 volatile uint16_t tx_flags; member108 return g_vCOM.tx_flags & VCOM_TX_CONNECTED; in vcom_connected()
266 #define NRFX_USBD_TRANSFER_IN(name, tx_buff, tx_size, tx_flags) \ argument270 .flags = (tx_flags) \
Completed in 5 milliseconds