TinyUSB Library
tu_edpt_stream_read_xfer_complete_offset()
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_complete_offset()
tu_edpt_stream_read_xfer_complete_offset() function
Syntax
Show:
Summary
Declaration
from
tusb_private.h:155
TU_ATTR_ALWAYS_INLINE
static
inline
void
tu_edpt_stream_read_xfer_complete_offset
(
tu_edpt_stream_t
*
s
,
uint32_t
xferred_bytes
,
uint32_t
skip_offset
)
;
Arguments
Argument
s
xferred_bytes
skip_offset
Related Functions
Found 17 other functions taking a
tu_edpt_stream_t
argument:
Function
tu_edpt_stream_read_xfer()
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_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