TinyUSB Library
+
0
/1 examples
SourceVu will show references to
cdc_line_coding_t::stop_bits
from the following samples and libraries:
host_cdc_msc_hid sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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::stop_bits
cdc_line_coding_t::stop_bits field
Syntax
Show:
Summary
Declaration
from
cdc.h:398
uint8_t
stop_bits
;
Examples
cdc_line_coding_t::stop_bits
is referenced by 1 libraries and example projects:
host_cdc_msc_hid sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
stop_bits
;
///< 0: 1 stop bit - 1: 1.5 stop bits - 2: 2 stop bits
cdc.h:398
p_cdc
->
line_coding
.
stop_bits
=
0
;
cdc_device.c:237
cdcd_init()
p_cdc
->
line_coding
.
stop_bits
=
p_cdc
->
requested_line_coding
.
stop_bits
;
cdc_host.c:478
process_internal_control_complete()
p_cdc
->
line_coding
.
stop_bits
=
stop_bits
;
cdc_host.c:590
tuh_cdc_set_data_format()
line_coding
.
stop_bits
=
stop_bits
;
cdc_host.c:952
acm_set_data_format()
p_cdc
->
requested_line_coding
.
stop_bits
=
stop_bits
;
cdc_host.c:1387
ch34x_set_data_format()
TU_ASSERT
(
ch34x_set_data_format
(
p_cdc
,
p_cdc
->
requested_line_coding
.
stop_bits
,
p_cdc
->
requested_line_coding
.
parity
,
cdc_host.c:1417
ch34x_set_line_coding_stage1_complete()
TU_ASSERT
(
ch34x_set_data_format
(
p_cdc
,
line_coding
->
stop_bits
,
line_coding
->
parity
,
line_coding
->
data_bits
,
cdc_host.c:1448
ch34x_set_line_coding()
p_cdc
->
line_coding
.
stop_bits
=
line_coding
->
stop_bits
;
cdc_host.c:1451
ch34x_set_line_coding()
uint8_t
const
lcr
=
ch34x_get_lcr
(
line_coding
.
stop_bits
,
line_coding
.
parity
,
line_coding
.
data_bits
)
;
cdc_host.c:1545
ch34x_process_config()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
cdc_line_coding_t::stop_bits
is written by 6 functions and is read by 4 functions:
cdcd_init()
process_internal_control_complete()
tuh_cdc_set_data_format()
acm_set_data_format()
ch34x_set_data_format()
ch34x_set_line_coding()
All items filtered out
cdc_line_coding_t::stop_bits
process_internal_control_complete()
ch34x_set_line_coding_stage1_complete()
ch34x_set_line_coding()
ch34x_process_config()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out