Home
last modified time | relevance | path

Searched refs:HID_KEYBOARD_REPORT_DESC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c20 static const uint8_t hid_report_desc[] = HID_KEYBOARD_REPORT_DESC();
/Zephyr-latest/include/zephyr/usb/class/
Dhid.h469 #define HID_KEYBOARD_REPORT_DESC() { \ macro