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

Function __usb_tx_byte

src/include/console/usb.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#if __CONSOLE_USB_ENABLE__
27static inline void __usbdebug_init(void) { usbdebug_init(); }
28static inline void __usb_tx_byte(u8 data)
29{
30 usb_tx_byte(USB_PIPE_FOR_CONSOLE, data);
31}
32static inline void __usb_tx_flush(void) { usb_tx_flush(USB_PIPE_FOR_CONSOLE); }
33#else
34static inline void __usbdebug_init(void) {}

Callers 1

Calls 1

usb_tx_byteFunction · 0.85

Tested by

no test coverage detected