TinyUSB Library
+
0
/1 examples
SourceVu will show references to
cdc_line_coding_t::parity
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::parity
cdc_line_coding_t::parity field
Syntax
Show:
Summary
Declaration
from
cdc.h:399
uint8_t
parity
;
Examples
cdc_line_coding_t::parity
is referenced by 1 libraries and example projects:
host_cdc_msc_hid sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
parity
;
///< 0: None - 1: Odd - 2: Even - 3: Mark - 4: Space
cdc.h:399
p_cdc
->
line_coding
.
parity
=
0
;
cdc_device.c:238
cdcd_init()
p_cdc
->
line_coding
.
parity
=
p_cdc
->
requested_line_coding
.
parity
;
cdc_host.c:479
process_internal_control_complete()
p_cdc
->
line_coding
.
parity
=
parity
;
cdc_host.c:591
tuh_cdc_set_data_format()
line_coding
.
parity
=
parity
;
cdc_host.c:953
acm_set_data_format()
p_cdc
->
requested_line_coding
.
parity
=
parity
;
cdc_host.c:1388
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
.
parity
=
line_coding
->
parity
;
cdc_host.c:1452
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::parity
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::parity
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