Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void usb_tx_flush(int idx)
52
{
53
usbdebug_tx_flush(dbgp_console_output());
54
}
55
56
unsigned char usb_rx_byte(int idx)
57
{
Callers
1
__usb_tx_flush
Function · 0.85
Calls
2
usbdebug_tx_flush
Function · 0.85
dbgp_console_output
Function · 0.85
Tested by
no test coverage detected