MCPcopy Create free account
hub / github.com/coreboot/coreboot / usb_tx_flush

Function usb_tx_flush

src/drivers/usb/console.c:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void usb_tx_flush(int idx)
52{
53 usbdebug_tx_flush(dbgp_console_output());
54}
55
56unsigned char usb_rx_byte(int idx)
57{

Callers 1

__usb_tx_flushFunction · 0.85

Calls 2

usbdebug_tx_flushFunction · 0.85
dbgp_console_outputFunction · 0.85

Tested by

no test coverage detected