TinyUSB Library
cdcd_interface_t::ep_in
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::ep_in
cdcd_interface_t::ep_in field
Syntax
Show:
Summary
Declaration
from
cdc_device.c:51
uint8_t
ep_in
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ep_in
;
cdc_device.c:51
return
tud_ready
(
)
&&
_cdcd_itf
[
itf
]
.
ep_in
!=
0
&&
_cdcd_itf
[
itf
]
.
ep_out
!=
0
;
cdc_device.c:124
tud_cdc_n_ready()
TU_VERIFY
(
usbd_edpt_claim
(
rhport
,
p_cdc
->
ep_in
)
,
0
)
;
cdc_device.c:199
tud_cdc_n_write_flush()
TU_ASSERT
(
usbd_edpt_xfer
(
rhport
,
p_cdc
->
ep_in
,
p_cdc
->
epin_buf
,
count
)
,
0
)
;
cdc_device.c:205
tud_cdc_n_write_flush()
usbd_edpt_release
(
rhport
,
p_cdc
->
ep_in
)
;
cdc_device.c:210
tud_cdc_n_write_flush()
if
(
_cdcd_itf
[
cdc_id
]
.
ep_in
==
0
)
{
cdc_device.c:303
cdcd_open()
TU_ASSERT
(
usbd_open_edpt_pair
(
rhport
,
p_desc
,
2
,
TUSB_XFER_BULK
,
&
p_cdc
->
ep_out
,
&
p_cdc
->
ep_in
)
,
0
)
;
cdc_device.c:341
cdcd_open()
if
(
(
ep_addr
==
p_cdc
->
ep_out
)
||
(
ep_addr
==
p_cdc
->
ep_in
)
)
break
;
cdc_device.c:435
cdcd_xfer_cb()
if
(
ep_addr
==
p_cdc
->
ep_in
)
{
cdc_device.c:462
cdcd_xfer_cb()
if
(
usbd_edpt_claim
(
rhport
,
p_cdc
->
ep_in
)
)
{
cdc_device.c:470
cdcd_xfer_cb()
usbd_edpt_xfer
(
rhport
,
p_cdc
->
ep_in
,
NULL
,
0
)
;
cdc_device.c:471
cdcd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdcd_interface_t::ep_in
is read by 4 functions:
All items filtered out
cdcd_interface_t::ep_in
tud_cdc_n_ready()
tud_cdc_n_write_flush()
cdcd_open()
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