TinyUSB Library
tu_edpt_stream_read_xfer()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
tu_edpt_stream_read_xfer()
tu_edpt_stream_read_xfer() function
Syntax
Show:
Summary
Declaration
Definition
from
tusb_private.h:146
uint32_t
tu_edpt_stream_read_xfer
(
tu_edpt_stream_t
*
s
)
;
Implemented in
tusb.c:332
Arguments
Argument
s
Related Functions
Found 17 other functions taking a
tu_edpt_stream_t
argument:
Function
tu_edpt_stream_write_xfer()
tu_edpt_stream_init()
tu_edpt_stream_deinit()
stream_claim()
stream_xfer()
tu_edpt_stream_open()
tu_edpt_stream_close()
tu_edpt_stream_clear()
tu_edpt_stream_write()
tu_edpt_stream_write_zlp_if_needed()
tu_edpt_stream_read()
stream_release()
tu_edpt_stream_write_available()
tu_edpt_stream_read_xfer_complete()
tu_edpt_stream_read_xfer_complete_offset()
tu_edpt_stream_read_available()
tu_edpt_stream_peek()
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