TinyUSB Library
_control_blocking_complete_cb()
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
_control_blocking_complete_cb()
_control_blocking_complete_cb() function
Syntax
Show:
Summary
Declaration
from
usbh.c:593
static
void
_control_blocking_complete_cb
(
tuh_xfer_t
*
xfer
)
;
Arguments
Argument
xfer
Related Functions
Found 23 other functions taking a
tuh_xfer_s
argument:
Function
tuh_control_xfer()
process_enumeration()
cdch_internal_control_complete()
ch34x_process_config()
hub_clear_feature_complete_stub()
ftdi_process_config()
cp210x_process_config()
process_set_config()
acm_process_config()
ch34x_control_complete()
config_port_power_complete()
config_set_port_power()
connection_clear_conn_change_complete()
connection_port_reset_complete()
hub_get_status_complete()
hub_port_get_status_complete()
process_internal_control_complete()
config_get_maxlun_complete()
tuh_edpt_xfer()
ch34x_set_line_coding_stage1_complete()
set_protocol_complete()
get_report_complete()
set_report_complete()
Examples
References
from
examples
Code
Location
Referrer
static
void
_control_blocking_complete_cb
(
tuh_xfer_t
*
xfer
)
{
usbh.c:593
_ctrl_xfer
.
complete_cb
=
_control_blocking_complete_cb
;
usbh.c:647
tuh_control_xfer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_control_blocking_complete_cb()
reads 2 variables and writes 1 variable:
tuh_xfer_s::result
tuh_xfer_s::user_data
All items filtered out
_control_blocking_complete_cb()
tuh_control_xfer()
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
_control_blocking_complete_cb()
is implemented by 1 functions:
All items filtered out
_control_blocking_complete_cb()
::complete_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out