MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / HID_Report_Received

Function HID_Report_Received

components/legacy/usb/usbdevice/class/hid.c:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 return 0;
619}
620rt_weak void HID_Report_Received(hid_report_t report)
621{
622 dump_report(report);
623}
624rt_align(RT_ALIGN_SIZE)
625static rt_uint8_t hid_thread_stack[512];
626static struct rt_thread hid_thread;

Callers 1

hid_thread_entryFunction · 0.85

Calls 1

dump_reportFunction · 0.85

Tested by

no test coverage detected