TinyUSB Library
cdcd_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
cdcd_interface_t::itf_num
cdcd_interface_t::itf_num field
Syntax
Show:
Summary
Declaration
from
cdc_device.c:49
uint8_t
itf_num
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
itf_num
;
cdc_device.c:49
p_cdc
->
itf_num
=
itf_desc
->
bInterfaceNumber
;
cdc_device.c:311
cdcd_open()
if
(
p_cdc
->
itf_num
==
request
->
wIndex
)
break
;
cdc_device.c:366
cdcd_control_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdcd_interface_t::itf_num
is written by 1 function and is read by 1 function:
cdcd_open()
All items filtered out
cdcd_interface_t::itf_num
cdcd_control_xfer_cb()
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