TinyUSB Library
hidh_interface_t::itf_protocol
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_protocol
hidh_interface_t::itf_protocol field
Syntax
Show:
Summary
Declaration
from
hid_host.c:54
uint8_t
itf_protocol
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
itf_protocol
;
// None, Keyboard, Mouse
hid_host.c:54
desc
->
bInterfaceSubClass
=
(
p_hid
->
itf_protocol
?
HID_SUBCLASS_BOOT
:
HID_SUBCLASS_NONE
)
;
hid_host.c:140
tuh_hid_itf_get_info()
desc
->
bInterfaceProtocol
=
p_hid
->
itf_protocol
;
hid_host.c:141
tuh_hid_itf_get_info()
return
p_hid
?
p_hid
->
itf_protocol
:
0
;
hid_host.c:158
tuh_hid_interface_protocol()
TU_VERIFY
(
p_hid
&&
p_hid
->
itf_protocol
!=
HID_ITF_PROTOCOL_NONE
)
;
hid_host.c:220
tuh_hid_set_protocol()
p_hid
->
itf_protocol
=
desc_itf
->
bInterfaceProtocol
;
hid_host.c:517
hidh_open()
const
uintptr_t
next_state
=
(
p_hid
->
itf_protocol
!=
HID_ITF_PROTOCOL_NONE
)
hid_host.c:573
process_set_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_interface_t::itf_protocol
is written by 1 function and is read by 4 functions:
hidh_open()
All items filtered out
hidh_interface_t::itf_protocol
tuh_hid_itf_get_info()
tuh_hid_interface_protocol()
tuh_hid_set_protocol()
process_set_config()
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