MCPcopy Create free account
hub / github.com/kiibohd/controller / cliFunc_usbInitTime

Function cliFunc_usbInitTime

Output/USB/output_usb.c:1285–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283
1284
1285void cliFunc_usbInitTime( char* args )
1286{
1287 // Calculate overall USB initialization time
1288 // XXX A protocol analyzer will be more accurate, however, this is built-in and easier to collect data
1289 print(NL);
1290 info_print("USB Init Time: ");
1291 printInt32( USBInit_TimeEnd - USBInit_TimeStart );
1292 print(" ms - ");
1293 printInt16( USBInit_Ticks );
1294 print(" ticks");
1295}
1296
1297
1298void cliFunc_usbErrors( char* args )

Callers

nothing calls this directly

Calls 2

printInt32Function · 0.85
printInt16Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…