TinyUSB Library
ch34x_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
ch34x_set_line_coding()
ch34x_set_line_coding() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.c:140
static
bool
ch34x_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:1429
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()
acm_set_line_coding()
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()
ftdi_sio_reset()
cp210x_ifc_enable()
ch34x_control_in()
Examples
References
from
examples
Code
Location
static
bool
ch34x_set_line_coding
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
cdc_host.c:1429
static
bool
ch34x_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:140
.
set_line_coding
=
ch34x_set_line_coding
cdc_host.c:222
Call Tree
from
examples
ch34x_set_line_coding()
calls 2 functions:
All items filtered out
ch34x_set_line_coding()
ch34x_write_reg_baudrate()
ch34x_set_data_format()
All items filtered out
Data Use
from
examples
ch34x_set_line_coding()
reads 7 variables and writes 6 variables:
xfer_result_t::XFER_RESULT_SUCCESS
cdc_line_coding_t::bit_rate
cdc_line_coding_t::stop_bits
cdc_line_coding_t::parity
cdc_line_coding_t::data_bits
cdch_interface_t::line_coding
ch34x_set_line_coding_stage1_complete()
All items filtered out
ch34x_set_line_coding()
cdc_line_coding_t::bit_rate
cdc_line_coding_t::stop_bits
cdc_line_coding_t::parity
cdc_line_coding_t::data_bits
cdch_interface_t::requested_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