Home
last modified time | relevance | path

Searched refs:tx_flags (Results 1 – 5 of 5) sorted by relevance

/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_vcom.c59 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()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcdc_vcom.c59 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()
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc/
A Dcdc_vcom.h63 volatile uint16_t tx_flags; member
108 return g_vCOM.tx_flags & VCOM_TX_CONNECTED; in vcom_connected()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/
A Dcdc_vcom.h63 volatile uint16_t tx_flags; member
108 return g_vCOM.tx_flags & VCOM_TX_CONNECTED; in vcom_connected()
/external/platform/nrfx/drivers/include/
A Dnrfx_usbd.h266 #define NRFX_USBD_TRANSFER_IN(name, tx_buff, tx_size, tx_flags) \ argument
270 .flags = (tx_flags) \

Completed in 7 milliseconds