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

Function dump_report

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

Source from the content-addressed store, hash-verified

392 }
393}
394static void dump_report(struct hid_report * report)
395{
396 rt_kprintf("\nHID Recived:");
397 rt_kprintf("\nReport ID %02x \n", report->report_id);
398 dump_data(report->report,report->size);
399}
400
401static rt_err_t _ep_out_handler(ufunction_t func, rt_size_t size)
402{

Callers 1

HID_Report_ReceivedFunction · 0.85

Calls 2

rt_kprintfFunction · 0.85
dump_dataFunction · 0.85

Tested by

no test coverage detected