Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/lvgl/
A Dusbh_hid_lvgl.c345 } else if ((key >= HID_KBD_USAGE_KPD1) && (key <= HID_KBD_USAGE_KPD0)) { in usb_hid_get_keyboard_char()
346 ret_key = keycode2ascii[(key - HID_KBD_USAGE_KPD1) + HID_KBD_USAGE_1][0]; in usb_hid_get_keyboard_char()
/components/drivers/usb/cherryusb/class/hid/
A Dusb_hid.h399 #define HID_KBD_USAGE_KPD1 0x59 /* Keypad 1 (2-9 follow) */ macro

Completed in 9 milliseconds