TinyUSB Library
_get_descriptor()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
_get_descriptor()
_get_descriptor() function
Syntax
Show:
Summary
Declaration
from
usbh.c:984
static
bool
_get_descriptor
(
uint8_t
daddr
,
uint8_t
type
,
uint8_t
index
,
uint16_t
language_id
,
void
*
buffer
,
uint16_t
len
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Arguments
Argument
daddr
type
index
language_id
buffer
len
complete_cb
user_data
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