TinyUSB Library
_hidh_default_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_default_protocol
_hidh_default_protocol variable
Syntax
Show:
Summary
Declaration
from
hid_host.c:70
tu_static
uint8_t
_hidh_default_protocol
=
HID_PROTOCOL_BOOT
;
Examples
References
from
examples
Code
Location
Referrer
tu_static
uint8_t
_hidh_default_protocol
=
HID_PROTOCOL_BOOT
;
hid_host.c:70
_hidh_default_protocol
=
protocol
;
hid_host.c:187
tuh_hid_set_default_protocol()
p_hid
->
protocol_mode
=
_hidh_default_protocol
;
hid_host.c:515
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_hidh_default_protocol
is written by 1 function and is read by 2 functions:
tuh_hid_set_default_protocol()
All items filtered out
_hidh_default_protocol
hidh_open()
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