| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
Macros | |
| #define | HID_MOUSE_REPORT_DESC(bcnt) | 
| Simple HID mouse report descriptor for n button mouse.  More... | |
| #define | HID_KEYBOARD_REPORT_DESC() | 
| Simple HID keyboard report descriptor.  More... | |
| #define HID_KEYBOARD_REPORT_DESC | ( | ) | 
#include <include/zephyr/usb/class/hid.h>
Simple HID keyboard report descriptor.
| #define HID_MOUSE_REPORT_DESC | ( | bcnt | ) | 
#include <include/zephyr/usb/class/hid.h>
Simple HID mouse report descriptor for n button mouse.
| bcnt | Button count. Allowed values from 1 to 8. | 
| enum hid_kbd_code | 
#include <include/zephyr/usb/class/hid.h>
HID keyboard button codes.
| enum hid_kbd_led | 
#include <include/zephyr/usb/class/hid.h>
HID keyboard LEDs.
| Enumerator | |
|---|---|
| HID_KBD_LED_NUM_LOCK | |
| HID_KBD_LED_CAPS_LOCK | |
| HID_KBD_LED_SCROLL_LOCK | |
| HID_KBD_LED_COMPOSE | |
| HID_KBD_LED_KANA | |
| enum hid_kbd_modifier | 
#include <include/zephyr/usb/class/hid.h>
HID keyboard modifiers.