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

Function USB_SysCtrlDebug

Output/USB/output_usb.c:1045–1050  ·  view source on GitHub ↗

Packet buffer debug for System Control codes

Source from the content-addressed store, hash-verified

1043
1044// Packet buffer debug for System Control codes
1045void USB_SysCtrlDebug( USBKeys *buffer )
1046{
1047 print("\033[1;34mSysCtrl\033[0m[");
1048 printHex_op( buffer->sys_ctrl, 2 );
1049 print( "] " NL );
1050}
1051
1052
1053// Packet buffer debug for Consumer Control codes

Callers 2

usb_keyboard_sendFunction · 0.85
usb_keyboard_sendFunction · 0.85

Calls 1

printHex_opFunction · 0.50

Tested by 1

usb_keyboard_sendFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…