TinyUSB Library
hidh_interface_t::itf_num
is only used within TinyUSB Library.
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
hidh_interface_t::itf_num
hidh_interface_t::itf_num field
Syntax
Show:
Summary
Declaration
from
hid_host.c:49
uint8_t
itf_num
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
itf_num
;
hid_host.c:49
desc
->
bInterfaceNumber
=
p_hid
->
itf_num
;
hid_host.c:136
tuh_hid_itf_get_info()
if
(
p_hid
->
daddr
==
daddr
&&
p_hid
->
itf_num
==
itf_num
)
return
idx
;
hid_host.c:150
tuh_hid_itf_get_index()
return
_hidh_set_protocol
(
daddr
,
p_hid
->
itf_num
,
protocol
,
set_protocol_complete
,
0
)
;
hid_host.c:222
tuh_hid_set_protocol()
.
wIndex
=
tu_htole16
(
(
uint16_t
)
p_hid
->
itf_num
)
,
hid_host.c:253
tuh_hid_get_report()
.
wIndex
=
tu_htole16
(
(
uint16_t
)
p_hid
->
itf_num
)
,
hid_host.c:297
tuh_hid_set_report()
p_hid
->
itf_num
=
desc_itf
->
bInterfaceNumber
;
hid_host.c:508
hidh_open()
_hidh_set_protocol
(
daddr
,
p_hid
->
itf_num
,
_hidh_default_protocol
,
process_set_config
,
CONFIG_GET_REPORT_DESC
)
;
hid_host.c:580
process_set_config()
usbh_driver_set_config_complete
(
daddr
,
p_hid
->
itf_num
)
;
hid_host.c:620
config_driver_mount_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_interface_t::itf_num
is written by 1 function and is read by 7 functions:
hidh_open()
All items filtered out
hidh_interface_t::itf_num
tuh_hid_itf_get_info()
tuh_hid_itf_get_index()
tuh_hid_set_protocol()
tuh_hid_get_report()
tuh_hid_set_report()
process_set_config()
config_driver_mount_complete()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out