TinyUSB Library
tuh_hid_itf_get_index()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
tuh_hid_itf_get_index()
tuh_hid_itf_get_index() function
Syntax
Show:
Summary
Declaration
Definition
from
hid_host.h:78
uint8_t
tuh_hid_itf_get_index
(
uint8_t
daddr
,
uint8_t
itf_num
)
;
Implemented in
hid_host.c:147
Arguments
Argument
daddr
itf_num
Examples
References
from
examples
Code
Location
Referrer
uint8_t
tuh_hid_itf_get_index
(
uint8_t
daddr
,
uint8_t
itf_num
)
{
hid_host.c:147
uint8_t
tuh_hid_itf_get_index
(
uint8_t
daddr
,
uint8_t
itf_num
)
;
hid_host.h:78
uint8_t
const
idx
=
tuh_hid_itf_get_index
(
daddr
,
itf_num
)
;
hid_host.c:172
set_protocol_complete()
uint8_t
const
idx
=
tuh_hid_itf_get_index
(
xfer
->
daddr
,
itf_num
)
;
hid_host.c:230
get_report_complete()
uint8_t
const
idx
=
tuh_hid_itf_get_index
(
xfer
->
daddr
,
itf_num
)
;
hid_host.c:274
set_report_complete()
uint8_t
const
idx
=
tuh_hid_itf_get_index
(
daddr
,
itf_num
)
;
hid_host.c:565
process_set_config()
Call Tree
from
examples
tuh_hid_itf_get_index()
is called by 4 functions:
set_protocol_complete()
get_report_complete()
set_report_complete()
process_set_config()
All items filtered out
tuh_hid_itf_get_index()
All items filtered out
Data Use
from
examples
tuh_hid_itf_get_index()
reads 4 variables:
::TUSB_INDEX_INVALID_8
hidh_interface_t::daddr
hidh_interface_t::itf_num
_hidh_itf
All items filtered out
tuh_hid_itf_get_index()
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