TinyUSB Library
acm_process_config()
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
acm_process_config()
acm_process_config() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.c:92
static
void
acm_process_config
(
tuh_xfer_t
*
xfer
)
;
Implemented in
cdc_host.c:845
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()
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()
_control_blocking_complete_cb()
ch34x_set_line_coding_stage1_complete()
set_protocol_complete()
get_report_complete()
set_report_complete()
Examples
References
from
examples
Code
Location
Referrer
static
void
acm_process_config
(
tuh_xfer_t
*
xfer
)
{
cdc_host.c:845
static
void
acm_process_config
(
tuh_xfer_t
*
xfer
)
;
cdc_host.c:92
.
process_set_config
=
acm_process_config
,
cdc_host.c:180
TU_ASSERT
(
acm_set_control_line_state
(
p_cdc
,
CFG_TUH_CDC_LINE_CONTROL_ON_ENUM
,
acm_process_config
,
CONFIG_ACM_SET_LINE_CODING
)
,
)
;
cdc_host.c:856
acm_process_config()
TU_ASSERT
(
acm_set_line_coding
(
p_cdc
,
&
line_coding
,
acm_process_config
,
CONFIG_ACM_COMPLETE
)
,
)
;
cdc_host.c:866
acm_process_config()
Call Tree
from
examples
acm_process_config()
calls 5 functions:
All items filtered out
acm_process_config()
tuh_cdc_itf_get_index()
get_itf()
set_config_complete()
acm_set_control_line_state()
acm_set_line_coding()
All items filtered out
Data Use
from
examples
acm_process_config()
reads 12 variables and writes 1 variable:
tusb_control_request_t::wIndex
cdc_line_coding_stopbits_t::CDC_LINE_CODING_STOP_BITS_1
cdc_line_coding_parity_t::CDC_LINE_CODING_PARITY_NONE
cdc_acm_capability_t::support_line_request
tuh_xfer_s::daddr
tuh_xfer_s::
::setup
tuh_xfer_s::user_data
cdch_interface_t::acm_capability
::CONFIG_ACM_SET_CONTROL_LINE_STATE
::CONFIG_ACM_SET_LINE_CODING
::CONFIG_ACM_COMPLETE
acm_process_config()
All items filtered out
acm_process_config()
acm_process_config()
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