TinyUSB Library
cdch_interface_t::user_control_cb
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
cdch_interface_t::user_control_cb
cdch_interface_t::user_control_cb field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:69
tuh_xfer_cb_t
user_control_cb
;
Examples
References
from
examples
Code
Location
Referrer
tuh_xfer_cb_t
user_control_cb
;
cdc_host.c:69
xfer
->
complete_cb
=
p_cdc
->
user_control_cb
;
cdc_host.c:513
process_internal_control_complete()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:898
acm_set_control_line_state()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:932
acm_set_line_coding()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1050
ftdi_sio_set_modem_ctrl()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1084
ftdi_sio_set_baudrate()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1227
cp210x_set_baudrate()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1246
cp210x_set_modem_ctrl()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1401
ch34x_set_baudrate()
xfer
->
complete_cb
=
p_cdc
->
user_control_cb
;
cdc_host.c:1421
ch34x_set_line_coding_stage1_complete()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1432
ch34x_set_line_coding()
p_cdc
->
user_control_cb
=
complete_cb
;
cdc_host.c:1477
ch34x_set_modem_ctrl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdch_interface_t::user_control_cb
is written by 9 functions and is read by 2 functions:
acm_set_control_line_state()
acm_set_line_coding()
ftdi_sio_set_modem_ctrl()
ftdi_sio_set_baudrate()
cp210x_set_baudrate()
cp210x_set_modem_ctrl()
ch34x_set_baudrate()
ch34x_set_line_coding()
ch34x_set_modem_ctrl()
All items filtered out
cdch_interface_t::user_control_cb
process_internal_control_complete()
ch34x_set_line_coding_stage1_complete()
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