Searched refs:wValue (Results 1 – 8 of 8) sorted by relevance
57 if (request->wValue & 0x100) { in resetd_control_xfer_cb()58 gpio_mask = 1u << (request->wValue >> 9u); in resetd_control_xfer_cb()61 …reset_usb_boot(gpio_mask, (request->wValue & 0x7f) | PICO_STDIO_USB_RESET_BOOTSEL_INTERFACE_DISABL… in resetd_control_xfer_cb()
58 switch (pSetup->wValue.WB.H) { in HID_GetReport()82 switch (pSetup->wValue.WB.H) { in HID_SetReport()
104 switch (pSetup->wValue.WB.H) { in Keyboard_GetReport()126 switch (pSetup->wValue.WB.H) { in Keyboard_SetReport()
114 switch (pSetup->wValue.WB.H) { in Mouse_GetReport()136 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
115 switch (pSetup->wValue.WB.H) { in Mouse_GetReport()137 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
375 uint16_t wValue; //!< byte 2, 3 member
207 WORD_BYTE wValue; /**< Used to pass a parameter to the device, specific member
2234 p_setup->wValue = nrf_usbd_setup_wvalue_get(NRF_USBD); in nrfx_usbd_setup_get()
Completed in 18 milliseconds