TinyUSB Library
cdch_interface_t::daddr
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
cdch_interface_t::daddr
cdch_interface_t::daddr field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:51
uint8_t
daddr
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
daddr
;
cdc_host.c:51
return
(
p_cdc
->
daddr
!=
0
)
?
p_cdc
:
NULL
;
cdc_host.c:237
get_itf()
if
(
(
p_cdc
->
daddr
==
daddr
)
&&
cdc_host.c:243
get_idx_by_ep_addr()
if
(
cdch_data
[
i
]
.
daddr
==
0
)
{
cdc_host.c:254
make_new_itf()
p_cdc
->
daddr
=
daddr
;
cdc_host.c:256
make_new_itf()
if
(
p_cdc
->
daddr
==
daddr
&&
p_cdc
->
bInterfaceNumber
==
itf_num
)
return
i
;
cdc_host.c:279
tuh_cdc_itf_get_index()
info
->
daddr
=
p_cdc
->
daddr
;
cdc_host.c:289
tuh_cdc_itf_get_info()
if
(
p_cdc
->
daddr
==
daddr
)
{
cdc_host.c:653
cdch_close()
p_cdc
->
daddr
=
0
;
cdc_host.c:659
cdch_close()
TU_ASSERT
(
tuh_edpt_open
(
p_cdc
->
daddr
,
desc_ep
)
)
;
cdc_host.c:719
open_ep_stream_pair()
tu_edpt_stream_open
(
&
p_cdc
->
stream
.
rx
,
p_cdc
->
daddr
,
desc_ep
)
;
cdc_host.c:722
open_ep_stream_pair()
tu_edpt_stream_open
(
&
p_cdc
->
stream
.
tx
,
p_cdc
->
daddr
,
desc_ep
)
;
cdc_host.c:724
open_ep_stream_pair()
usbh_driver_set_config_complete
(
p_cdc
->
daddr
,
itf_num
)
;
cdc_host.c:769
set_config_complete()
.
daddr
=
p_cdc
->
daddr
,
cdc_host.c:901
acm_set_control_line_state()
.
daddr
=
p_cdc
->
daddr
,
cdc_host.c:934
acm_set_line_coding()
.
daddr
=
p_cdc
->
daddr
,
cdc_host.c:1012
ftdi_sio_set_request()
.
daddr
=
p_cdc
->
daddr
,
cdc_host.c:1200
cp210x_set_request()
.
daddr
=
p_cdc
->
daddr
,
cdc_host.c:1336
ch34x_set_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdch_interface_t::daddr
is written by 2 functions and is read by 13 functions:
make_new_itf()
cdch_close()
All items filtered out
cdch_interface_t::daddr
get_itf()
get_idx_by_ep_addr()
make_new_itf()
tuh_cdc_itf_get_index()
tuh_cdc_itf_get_info()
cdch_close()
open_ep_stream_pair()
set_config_complete()
acm_set_control_line_state()
acm_set_line_coding()
ftdi_sio_set_request()
cp210x_set_request()
ch34x_set_request()
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