Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dhid_remote_wakeup_template.c30 …USB_CONFIG_DESCRIPTOR_INIT(USB_HID_CONFIG_DESC_SIZ, 0x01, 0x01, USB_CONFIG_REMOTE_WAKEUP | USB_CON…
122 …USB_CONFIG_DESCRIPTOR_INIT(USB_HID_CONFIG_DESC_SIZ, 0x01, 0x01, USB_CONFIG_REMOTE_WAKEUP | USB_CON…
/components/drivers/usb/cherryusb/common/
A Dusb_def.h190 #define USB_CONFIG_REMOTE_WAKEUP 0x20 macro
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c224 … g_usbd_core[busid].remote_wakeup_support = (desc[7] & USB_CONFIG_REMOTE_WAKEUP) ? true : false; in usbd_get_descriptor()
401 … g_usbd_core[busid].remote_wakeup_support = (p[7] & USB_CONFIG_REMOTE_WAKEUP) ? true : false;

Completed in 12 milliseconds