Searched defs:wValue (Results 1 – 6 of 6) sorted by relevance
53 const uint16_t wValue, in usbh_req_setup()122 const uint16_t wValue = (type << 8) | index; in usbh_req_desc() local231 const uint16_t wValue = alt; in usbh_req_set_alt() local243 const uint16_t wValue = USB_SFS_REMOTE_WAKEUP; in usbh_req_set_sfs_rwup() local254 const uint16_t wValue = USB_SFS_REMOTE_WAKEUP; in usbh_req_clear_sfs_rwup() local265 const uint16_t wValue = USB_SFS_ENDPOINT_HALT; in usbh_req_set_sfs_halt() local277 const uint16_t wValue = USB_SFS_ENDPOINT_HALT; in usbh_req_clear_sfs_halt() local292 const uint16_t wValue = USB_HCFS_PORT_POWER; in usbh_req_set_hcfs_ppwr() local307 const uint16_t wValue = USB_HCFS_PORT_RESET; in usbh_req_set_hcfs_prst() local
147 const uint16_t wValue = 0x0000; in cmd_vendor_in() local184 const uint16_t wValue = 0x0000; in cmd_vendor_out() local
23 #define HID_GET_IDLE_DURATION(wValue) ((wValue) >> 8) argument24 #define HID_GET_IDLE_ID(wValue) (wValue) argument25 #define HID_GET_REPORT_TYPE(wValue) ((wValue) >> 8) argument26 #define HID_GET_REPORT_ID(wValue) (wValue) argument
50 uint16_t wValue; member
55 uint16_t wValue; member
148 uint16_t wValue; member
Completed in 91 milliseconds