Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c24 #define HID_GET_IDLE_ID(wValue) (wValue) macro
138 const uint8_t id = HID_GET_IDLE_ID(setup->wValue); in handle_set_idle()
162 const uint8_t id = HID_GET_IDLE_ID(setup->wValue); in handle_get_idle()