TinyUSB Library
_CONTROL_SYNC_API
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
_CONTROL_SYNC_API
_CONTROL_SYNC_API macro
Syntax
Show:
Summary
Declaration
from
usbh.c:1141
#define
_CONTROL_SYNC_API
(
_async_func
,
...
)
\
xfer_result_t
result
=
XFER_RESULT_INVALID
;
\
TU_VERIFY
(
_async_func
(
__VA_ARGS__
,
NULL
,
(
uintptr_t
)
&
result
)
,
XFER_RESULT_TIMEOUT
)
;
\
return
(
uint8_t
)
result
Arguments
Argument
_async_func
Examples
References
from
examples
Code
Location
#define
_CONTROL_SYNC_API
(
_async_func
,
...
)
\
usbh.c:1141
_CONTROL_SYNC_API
(
tuh_descriptor_get
,
daddr
,
type
,
index
,
buffer
,
len
)
;
usbh.c:1148
_CONTROL_SYNC_API
(
tuh_descriptor_get_device
,
daddr
,
buffer
,
len
)
;
usbh.c:1152
_CONTROL_SYNC_API
(
tuh_descriptor_get_configuration
,
daddr
,
index
,
buffer
,
len
)
;
usbh.c:1157
_CONTROL_SYNC_API
(
tuh_descriptor_get_hid_report
,
daddr
,
itf_num
,
desc_type
,
index
,
buffer
,
len
)
;
usbh.c:1162
_CONTROL_SYNC_API
(
tuh_descriptor_get_string
,
daddr
,
index
,
language_id
,
buffer
,
len
)
;
usbh.c:1167
_CONTROL_SYNC_API
(
tuh_descriptor_get_manufacturer_string
,
daddr
,
language_id
,
buffer
,
len
)
;
usbh.c:1172
_CONTROL_SYNC_API
(
tuh_descriptor_get_product_string
,
daddr
,
language_id
,
buffer
,
len
)
;
usbh.c:1177
_CONTROL_SYNC_API
(
tuh_descriptor_get_serial_string
,
daddr
,
language_id
,
buffer
,
len
)
;
usbh.c:1182
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