rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
usb_console.cpp File Reference

Functions

static UsbChannel usbChannel (EFI_CONSOLE_USB_DEVICE)
 
void startUsbConsole ()
 
void printUsbConnectorStats ()
 

Variables

SerialUSBDriver EFI_CONSOLE_USB_DEVICE
 
static UsbThread usbConsole
 

Function Documentation

◆ printUsbConnectorStats()

void printUsbConnectorStats ( )

Definition at line 62 of file usb_console.cpp.

62 {
63}

Referenced by printTsStats().

Here is the caller graph for this function:

◆ startUsbConsole()

void startUsbConsole ( )

Definition at line 58 of file usb_console.cpp.

58 {
59 usbConsole.start();
60}
static UsbThread usbConsole

Referenced by runRusEfi().

Here is the caller graph for this function:

◆ usbChannel()

static UsbChannel usbChannel ( EFI_CONSOLE_USB_DEVICE  )
static

Variable Documentation

◆ EFI_CONSOLE_USB_DEVICE

SerialUSBDriver EFI_CONSOLE_USB_DEVICE
extern

◆ usbConsole

UsbThread usbConsole
static

Definition at line 56 of file usb_console.cpp.

Referenced by startUsbConsole().

Go to the source code of this file.