TinyUSB Library
acm_set_data_format()
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_data_format()
acm_set_data_format() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.c:95
static
bool
acm_set_data_format
(
cdch_interface_t
*
p_cdc
,
uint8_t
stop_bits
,
uint8_t
parity
,
uint8_t
data_bits
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Implemented in
cdc_host.c:946
Arguments
Argument
p_cdc
stop_bits
parity
data_bits
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_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
static
bool
acm_set_data_format
(
cdch_interface_t
*
p_cdc
,
uint8_t
stop_bits
,
uint8_t
parity
,
uint8_t
data_bits
,
cdc_host.c:946
static
bool
acm_set_data_format
(
cdch_interface_t
*
p_cdc
,
uint8_t
stop_bits
,
uint8_t
parity
,
uint8_t
data_bits
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
cdc_host.c:95
.
set_data_format
=
acm_set_data_format
,
cdc_host.c:183
Call Tree
from
examples
acm_set_data_format()
calls 1 function:
All items filtered out
acm_set_data_format()
acm_set_line_coding()
All items filtered out
Data Use
from
examples
acm_set_data_format()
reads 2 variables and writes 4 variables:
cdc_line_coding_t::bit_rate
cdch_interface_t::line_coding
All items filtered out
acm_set_data_format()
cdc_line_coding_t::bit_rate
cdc_line_coding_t::stop_bits
cdc_line_coding_t::parity
cdc_line_coding_t::data_bits
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