TinyUSB Library
cdcd_interface_t::epout_buf
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::epout_buf
cdcd_interface_t::epout_buf field
Syntax
Show:
Summary
Declaration
from
cdc_device.c:72
CFG_TUSB_MEM_ALIGN
uint8_t
epout_buf
[
CFG_TUD_CDC_EP_BUFSIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
CFG_TUSB_MEM_ALIGN
uint8_t
epout_buf
[
CFG_TUD_CDC_EP_BUFSIZE
]
;
cdc_device.c:72
TU_VERIFY
(
available
>=
sizeof
(
p_cdc
->
epout_buf
)
)
;
cdc_device.c:96
_prep_out_transaction()
if
(
available
>=
sizeof
(
p_cdc
->
epout_buf
)
)
{
cdc_device.c:104
_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()
tu_fifo_write_n
(
&
p_cdc
->
rx_ff
,
p_cdc
->
epout_buf
,
(
uint16_t
)
xferred_bytes
)
;
cdc_device.c:441
cdcd_xfer_cb()
if
(
(
p_cdc
->
wanted_char
==
p_cdc
->
epout_buf
[
i
]
)
&&
!
tu_fifo_empty
(
&
p_cdc
->
rx_ff
)
)
{
cdc_device.c:446
cdcd_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdcd_interface_t::epout_buf
is read by 2 functions:
All items filtered out
cdcd_interface_t::epout_buf
_prep_out_transaction()
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