TinyUSB Library
_cdcd_itf
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_itf
_cdcd_itf variable
Syntax
Show:
Summary
Declaration
from
cdc_device.c:81
static
cdcd_interface_t
_cdcd_itf
[
CFG_TUD_CDC
]
;
Examples
References
from
examples
Code
Location
Referrer
CFG_TUD_MEM_SECTION
static
cdcd_interface_t
_cdcd_itf
[
CFG_TUD_CDC
]
;
cdc_device.c:81
return
tud_ready
(
)
&&
_cdcd_itf
[
itf
]
.
ep_in
!=
0
&&
_cdcd_itf
[
itf
]
.
ep_out
!=
0
;
cdc_device.c:124
tud_cdc_n_ready()
return
tud_ready
(
)
&&
tu_bit_test
(
_cdcd_itf
[
itf
]
.
line_state
,
0
)
;
cdc_device.c:129
tud_cdc_n_connected()
return
_cdcd_itf
[
itf
]
.
line_state
;
cdc_device.c:133
tud_cdc_n_get_line_state()
(
*
coding
)
=
_cdcd_itf
[
itf
]
.
line_coding
;
cdc_device.c:137
tud_cdc_n_get_line_coding()
_cdcd_itf
[
itf
]
.
wanted_char
=
wanted
;
cdc_device.c:141
tud_cdc_n_set_wanted_char()
return
tu_fifo_count
(
&
_cdcd_itf
[
itf
]
.
rx_ff
)
;
cdc_device.c:148
tud_cdc_n_available()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
itf
]
;
cdc_device.c:152
tud_cdc_n_read()
return
tu_fifo_peek
(
&
_cdcd_itf
[
itf
]
.
rx_ff
,
chr
)
;
cdc_device.c:159
tud_cdc_n_peek()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
itf
]
;
cdc_device.c:163
tud_cdc_n_read_flush()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
itf
]
;
cdc_device.c:172
tud_cdc_n_write()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
itf
]
;
cdc_device.c:188
tud_cdc_n_write_flush()
return
tu_fifo_remaining
(
&
_cdcd_itf
[
itf
]
.
tx_ff
)
;
cdc_device.c:216
tud_cdc_n_write_available()
return
tu_fifo_clear
(
&
_cdcd_itf
[
itf
]
.
tx_ff
)
;
cdc_device.c:220
tud_cdc_n_write_clear()
tu_memclr
(
_cdcd_itf
,
sizeof
(
_cdcd_itf
)
)
;
cdc_device.c:227
cdcd_init()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
i
]
;
cdc_device.c:231
cdcd_init()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
i
]
;
cdc_device.c:263
cdcd_deinit()
cdcd_interface_t
*
p_cdc
=
&
_cdcd_itf
[
i
]
;
cdc_device.c:286
cdcd_reset()
if
(
_cdcd_itf
[
cdc_id
]
.
ep_in
==
0
)
{
cdc_device.c:303
cdcd_open()
p_cdc
=
&
_cdcd_itf
[
cdc_id
]
;
cdc_device.c:304
cdcd_open()
cdcd_interface_t
*
p_cdc
=
_cdcd_itf
;
cdc_device.c:360
cdcd_control_xfer_cb()
if
(
itf
>=
TU_ARRAY_SIZE
(
_cdcd_itf
)
)
return
false
;
cdc_device.c:364
cdcd_control_xfer_cb()
p_cdc
=
&
_cdcd_itf
[
itf
]
;
cdc_device.c:434
cdcd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_cdcd_itf
is read by 19 functions:
All items filtered out
_cdcd_itf
tud_cdc_n_ready()
tud_cdc_n_connected()
tud_cdc_n_get_line_state()
tud_cdc_n_get_line_coding()
tud_cdc_n_set_wanted_char()
tud_cdc_n_available()
tud_cdc_n_read()
tud_cdc_n_peek()
tud_cdc_n_read_flush()
tud_cdc_n_write()
tud_cdc_n_write_flush()
tud_cdc_n_write_available()
tud_cdc_n_write_clear()
cdcd_init()
cdcd_deinit()
cdcd_reset()
cdcd_open()
cdcd_control_xfer_cb()
cdcd_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