TinyUSB Library
acm_set_line_coding()
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_line_coding()
acm_set_line_coding() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.c:96
static
bool
acm_set_line_coding
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Implemented in
cdc_host.c:913
Arguments
Argument
p_cdc
line_coding
complete_cb
user_data
Related Functions
Found 26 other functions taking a
cdch_interface_t
argument:
Function
set_config_complete()
open_ep_stream_pair()
ch34x_control_out()
ch34x_set_data_format()
ftdi_sio_set_request()
cp210x_set_request()
acm_set_control_line_state()
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_line_coding
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
{
cdc_host.c:913
static
bool
acm_set_line_coding
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
cdc_host.c:96
.
set_line_coding
=
acm_set_line_coding
cdc_host.c:184
TU_ASSERT
(
acm_set_line_coding
(
p_cdc
,
&
line_coding
,
acm_process_config
,
CONFIG_ACM_COMPLETE
)
,
)
;
cdc_host.c:866
acm_process_config()
return
acm_set_line_coding
(
p_cdc
,
&
line_coding
,
complete_cb
,
user_data
)
;
cdc_host.c:956
acm_set_data_format()
return
acm_set_line_coding
(
p_cdc
,
&
line_coding
,
complete_cb
,
user_data
)
;
cdc_host.c:963
acm_set_baudrate()
Call Tree
from
examples
acm_set_line_coding()
is called by 3 functions and calls 2 functions:
acm_process_config()
acm_set_data_format()
acm_set_baudrate()
All items filtered out
acm_set_line_coding()
tuh_control_xfer()
usbh_get_enum_buf()
All items filtered out
Data Use
from
examples
acm_set_line_coding()
reads 7 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_LINE_CODING
cdch_interface_t::daddr
cdch_interface_t::bInterfaceNumber
cdch_internal_control_complete()
All items filtered out
acm_set_line_coding()
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