TinyUSB Library
+
0
/1 examples
SourceVu will show references to
tusb_control_request_t::wValue
from the following samples and libraries:
PicoSDK
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
tusb_control_request_t::wValue
tusb_control_request_t::wValue field
Syntax
Show:
Summary
Declaration
from
tusb_types.h:472
uint16_t
wValue
;
Examples
tusb_control_request_t::wValue
is referenced by 1 libraries and example projects:
PicoSDK
References
from
0/1
examples
Code
Location
Referrer
uint16_t
wValue
;
tusb_types.h:472
bool
const
dtr
=
tu_bit_test
(
request
->
wValue
,
0
)
;
cdc_device.c:395
cdcd_control_xfer_cb()
bool
const
rts
=
tu_bit_test
(
request
->
wValue
,
1
)
;
cdc_device.c:396
cdcd_control_xfer_cb()
p_cdc
->
line_state
=
(
uint8_t
)
request
->
wValue
;
cdc_device.c:398
cdcd_control_xfer_cb()
if
(
tud_cdc_send_break_cb
)
tud_cdc_send_break_cb
(
itf
,
request
->
wValue
)
;
cdc_device.c:415
cdcd_control_xfer_cb()
uint16_t
const
value
=
tu_le16toh
(
xfer
->
setup
->
wValue
)
;
cdc_host.c:410
process_internal_control_complete()
.
wValue
=
tu_htole16
(
line_state
)
,
cdc_host.c:893
acm_set_control_line_state()
.
wValue
=
0
,
cdc_host.c:923
acm_set_line_coding()
.
wValue
=
tu_htole16
(
value
)
,
cdc_host.c:1006
ftdi_sio_set_request()
.
wValue
=
tu_htole16
(
value
)
,
cdc_host.c:1186
cp210x_set_request()
.
wValue
=
tu_htole16
(
value
)
,
cdc_host.c:1320
ch34x_set_request()
usb_hw
->
dev_addr_ctrl
=
(
uint8_t
)
request
->
wValue
;
dcd_rp2040.c:490
dcd_edpt0_status_complete()
uint8_t
const
desc_type
=
tu_u16_high
(
request
->
wValue
)
;
hid_device.c:273
hidd_control_xfer_cb()
uint8_t
const
report_type
=
tu_u16_high
(
request
->
wValue
)
;
hid_device.c:291
hidd_control_xfer_cb()
uint8_t
const
report_id
=
tu_u16_low
(
request
->
wValue
)
;
hid_device.c:292
hidd_control_xfer_cb()
uint8_t
const
report_type
=
tu_u16_high
(
request
->
wValue
)
;
hid_device.c:317
hidd_control_xfer_cb()
uint8_t
const
report_id
=
tu_u16_low
(
request
->
wValue
)
;
hid_device.c:318
hidd_control_xfer_cb()
p_hid
->
idle_rate
=
tu_u16_high
(
request
->
wValue
)
;
hid_device.c:335
hidd_control_xfer_cb()
p_hid
->
protocol_mode
=
(
uint8_t
)
request
->
wValue
;
hid_device.c:358
hidd_control_xfer_cb()
p_hid
->
protocol_mode
=
(
uint8_t
)
tu_le16toh
(
xfer
->
setup
->
wValue
)
;
hid_host.c:178
set_protocol_complete()
.
wValue
=
protocol
,
hid_host.c:201
_hidh_set_protocol()
uint8_t
const
report_type
=
tu_u16_high
(
xfer
->
setup
->
wValue
)
;
hid_host.c:232
get_report_complete()
uint8_t
const
report_id
=
tu_u16_low
(
xfer
->
setup
->
wValue
)
;
hid_host.c:233
get_report_complete()
.
wValue
=
tu_htole16
(
tu_u16
(
report_type
,
report_id
)
)
,
hid_host.c:252
tuh_hid_get_report()
uint8_t
const
report_type
=
tu_u16_high
(
xfer
->
setup
->
wValue
)
;
hid_host.c:276
set_report_complete()
uint8_t
const
report_id
=
tu_u16_low
(
xfer
->
setup
->
wValue
)
;
hid_host.c:277
set_report_complete()
.
wValue
=
tu_htole16
(
tu_u16
(
report_type
,
report_id
)
)
,
hid_host.c:296
tuh_hid_set_report()
.
wValue
=
tu_htole16
(
idle_rate
)
,
hid_host.c:325
_hidh_set_idle()
.
wValue
=
feature
,
hub.c:98
hub_port_clear_feature()
.
wValue
=
feature
,
hub.c:130
hub_port_set_feature()
.
wValue
=
0
,
hub.c:162
hub_port_get_status()
.
wValue
=
0
,
hub.c:264
hub_set_config()
.
wValue
=
0
,
msc_host.c:417
msch_set_config()
dcd_set_address
(
rhport
,
(
uint8_t
)
p_request
->
wValue
)
;
usbd.c:750
process_control_request()
uint8_t
const
cfg_num
=
(
uint8_t
)
p_request
->
wValue
;
usbd.c:762
process_control_request()
switch
(
p_request
->
wValue
)
{
usbd.c:809
process_control_request()
TU_VERIFY
(
TUSB_REQ_FEATURE_REMOTE_WAKEUP
==
p_request
->
wValue
)
;
usbd.c:838
process_control_request()
if
(
TUSB_REQ_FEATURE_EDPT_HALT
==
p_request
->
wValue
)
{
usbd.c:920
process_control_request()
tusb_desc_type_t
const
desc_type
=
(
tusb_desc_type_t
)
tu_u16_high
(
p_request
->
wValue
)
;
usbd.c:1058
process_get_descriptor()
uint8_t
const
desc_index
=
tu_u16_low
(
p_request
->
wValue
)
;
usbd.c:1059
process_get_descriptor()
.
wValue
=
tu_htole16
(
TU_U16
(
type
,
index
)
)
,
usbh.c:993
_get_descriptor()
.
wValue
=
tu_htole16
(
TU_U16
(
desc_type
,
index
)
)
,
usbh.c:1069
tuh_descriptor_get_hid_report()
.
wValue
=
tu_htole16
(
config_num
)
,
usbh.c:1095
tuh_configuration_set()
.
wValue
=
tu_htole16
(
itf_alt
)
,
usbh.c:1121
tuh_interface_set()
uint8_t
const
new_addr
=
(
uint8_t
)
tu_le16toh
(
xfer
->
setup
->
wValue
)
;
usbh.c:1427
process_enumeration()
.
wValue
=
tu_htole16
(
new_addr
)
,
usbh.c:1605
enum_request_set_addr()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
tusb_control_request_t::wValue
is read by 10 functions:
All items filtered out
tusb_control_request_t::wValue
dcd_edpt0_status_complete()
process_control_request()
process_get_descriptor()
cdcd_control_xfer_cb()
hidd_control_xfer_cb()
process_enumeration()
process_internal_control_complete()
set_protocol_complete()
get_report_complete()
set_report_complete()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out