TinyUSB Library
cdcd_interface_t::ep_out
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_out
cdcd_interface_t::ep_out field
Syntax
Show:
Summary
Declaration
from
cdc_device.c:52
uint8_t
ep_out
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ep_out
;
cdc_device.c:52
TU_VERIFY
(
tud_ready
(
)
&&
p_cdc
->
ep_out
)
;
cdc_device.c:88
_prep_out_transaction()
TU_VERIFY
(
usbd_edpt_claim
(
rhport
,
p_cdc
->
ep_out
)
)
;
cdc_device.c:99
_prep_out_transaction()
return
usbd_edpt_xfer
(
rhport
,
p_cdc
->
ep_out
,
p_cdc
->
epout_buf
,
sizeof
(
p_cdc
->
epout_buf
)
)
;
cdc_device.c:105
_prep_out_transaction()
usbd_edpt_release
(
rhport
,
p_cdc
->
ep_out
)
;
cdc_device.c:108
_prep_out_transaction()
return
tud_ready
(
)
&&
_cdcd_itf
[
itf
]
.
ep_in
!=
0
&&
_cdcd_itf
[
itf
]
.
ep_out
!=
0
;
cdc_device.c:124
tud_cdc_n_ready()
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_out
)
{
cdc_device.c:440
cdcd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdcd_interface_t::ep_out
is read by 3 functions:
All items filtered out
cdcd_interface_t::ep_out
_prep_out_transaction()
tud_cdc_n_ready()
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