TinyUSB Library
+
0
/2 examples
SourceVu will show references to
cdc_line_coding_t
from the following samples and libraries:
PicoSDK
host_cdc_msc_hid sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
cdc_line_coding_t
cdc_line_coding_t struct
Syntax
Show:
Summary
Declaration
from
cdc.h:395
typedef
struct
TU_ATTR_PACKED
{
uint32_t
bit_rate
;
uint8_t
stop_bits
;
uint8_t
parity
;
uint8_t
data_bits
;
}
cdc_line_coding_t
;
Fields
Field
Declared as
cdc_line_coding_t::bit_rate
uint32_t
cdc_line_coding_t::stop_bits
uint8_t
cdc_line_coding_t::parity
uint8_t
cdc_line_coding_t::data_bits
uint8_t
Related Functions
Found 8 other functions taking a
cdc_line_coding_t
argument:
Function
acm_set_line_coding()
tud_cdc_n_get_line_coding()
tuh_cdc_get_local_line_coding()
ftdi_set_line_coding()
cp210x_set_line_coding()
ch34x_set_line_coding()
tuh_cdc_set_line_coding()
tud_cdc_get_line_coding()
Examples
cdc_line_coding_t
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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