TinyUSB Library
+
0
/1 examples
SourceVu will show references to
xfer_result_t
from the following samples and libraries:
PicoSDK
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
xfer_result_t
xfer_result_t enum
Syntax
Show:
Summary
Declaration
from
tusb_types.h:229
enum
{
XFER_RESULT_SUCCESS
=
0
,
XFER_RESULT_FAILED
,
XFER_RESULT_STALLED
,
XFER_RESULT_TIMEOUT
,
XFER_RESULT_INVALID
}
;
Values
Value
Declared as
xfer_result_t::XFER_RESULT_SUCCESS
=
0
xfer_result_t::XFER_RESULT_FAILED
xfer_result_t::XFER_RESULT_STALLED
xfer_result_t::XFER_RESULT_TIMEOUT
xfer_result_t::XFER_RESULT_INVALID
Examples
xfer_result_t
is referenced by 1 libraries and example projects:
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