TinyUSB Library
cdch_interface_t::stream
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::stream
cdch_interface_t::stream field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:71
struct
{
tu_edpt_stream_t
tx
;
tu_edpt_stream_t
rx
;
uint8_t
tx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
tx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
uint8_t
rx_ff_buf
[
CFG_TUH_CDC_TX_BUFSIZE
]
;
CFG_TUH_MEM_ALIGN
uint8_t
rx_ep_buf
[
CFG_TUH_CDC_TX_EPSIZE
]
;
}
stream
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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