TinyUSB Library
acm_set_control_line_state()
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_set_control_line_state()
acm_set_control_line_state() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.c:97
static
bool
acm_set_control_line_state
(
cdch_interface_t
*
p_cdc
,
uint16_t
line_state
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Implemented in
cdc_host.c:882
Arguments
Argument
p_cdc
line_state
complete_cb
user_data
Related Functions
Found 26 other functions taking a
cdch_interface_t
argument:
Function
set_config_complete()
open_ep_stream_pair()
acm_set_line_coding()
ch34x_control_out()
ch34x_set_data_format()
ftdi_sio_set_request()
cp210x_set_request()
ftdi_sio_set_modem_ctrl()
ftdi_sio_set_baudrate()
ch34x_set_modem_ctrl()
cp210x_set_baudrate()
cp210x_set_modem_ctrl()
ch34x_write_reg()
ch34x_write_reg_baudrate()
ftdi_set_data_format()
ftdi_set_line_coding()
acm_set_data_format()
acm_set_baudrate()
ch34x_set_request()
cp210x_set_line_coding()
cp210x_set_data_format()
ch34x_set_baudrate()
ch34x_set_line_coding()
ftdi_sio_reset()
cp210x_ifc_enable()
ch34x_control_in()
Examples
References
from
examples
Code
Location
Referrer
static
bool
acm_set_control_line_state
(
cdch_interface_t
*
p_cdc
,
uint16_t
line_state
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
{
cdc_host.c:882
static
bool
acm_set_control_line_state
(
cdch_interface_t
*
p_cdc
,
uint16_t
line_state
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
cdc_host.c:97
.
set_control_line_state
=
acm_set_control_line_state
,
cdc_host.c:181
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()
Call Tree
from
examples
acm_set_control_line_state()
is called by 1 function and calls 1 function:
acm_process_config()
All items filtered out
acm_set_control_line_state()
tuh_control_xfer()
All items filtered out
Data Use
from
examples
acm_set_control_line_state()
reads 9 variables and writes 1 variable:
tusb_dir_t::TUSB_DIR_OUT
tusb_request_type_t::TUSB_REQ_TYPE_CLASS
tusb_request_recipient_t::TUSB_REQ_RCPT_INTERFACE
cdc_management_request_t::CDC_REQUEST_SET_CONTROL_LINE_STATE
cdc_acm_capability_t::support_line_request
cdch_interface_t::daddr
cdch_interface_t::bInterfaceNumber
cdch_interface_t::acm_capability
cdch_internal_control_complete()
All items filtered out
acm_set_control_line_state()
cdch_interface_t::user_control_cb
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