USB::HID::Device Member List
This is the complete list of members for USB::HID::Device, including all inherited members.
DeviceInterface(uint8_t instance, const char *name) | USB::HID::Device | inline |
USB::DeviceInterface::DeviceInterface(uint8_t instance, const char *name) | USB::DeviceInterface | inline |
get_report(uint8_t report_id, hid_report_type_t report_type, uint8_t *buffer, uint16_t reqlen) | USB::HID::Device | protected |
getName() const | USB::DeviceInterface | inline |
inst | USB::DeviceInterface | protected |
name | USB::DeviceInterface | protected |
report_complete() | USB::HID::Device | protected |
ReportComplete typedef | USB::HID::Device | |
sendReport(uint8_t report_id, void const *report, uint16_t len, ReportComplete callback) | USB::HID::Device | |
set_report(uint8_t report_id, hid_report_type_t report_type, uint8_t const *buffer, uint16_t bufsize) | USB::HID::Device | protected |