TinyUSB Library
cdch_interface_t::requested_line_coding
is only used within TinyUSB Library.
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
cdch_interface_t::requested_line_coding
cdch_interface_t::requested_line_coding field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:65
cdc_line_coding_t
requested_line_coding
;
Examples
References
from
examples
Code
Location
Referrer
cdc_line_coding_t
requested_line_coding
;
cdc_host.c:65
p_cdc
->
line_coding
.
bit_rate
=
p_cdc
->
requested_line_coding
.
bit_rate
;
cdc_host.c:438
process_internal_control_complete()
p_cdc
->
line_coding
.
bit_rate
=
p_cdc
->
requested_line_coding
.
bit_rate
;
cdc_host.c:473
process_internal_control_complete()
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
.
parity
=
p_cdc
->
requested_line_coding
.
parity
;
cdc_host.c:479
process_internal_control_complete()
p_cdc
->
line_coding
.
data_bits
=
p_cdc
->
requested_line_coding
.
data_bits
;
cdc_host.c:480
process_internal_control_complete()
p_cdc
->
requested_line_coding
.
bit_rate
=
baudrate
;
cdc_host.c:1085
ftdi_sio_set_baudrate()
p_cdc
->
requested_line_coding
.
stop_bits
=
stop_bits
;
cdc_host.c:1387
ch34x_set_data_format()
p_cdc
->
requested_line_coding
.
parity
=
parity
;
cdc_host.c:1388
ch34x_set_data_format()
p_cdc
->
requested_line_coding
.
data_bits
=
data_bits
;
cdc_host.c:1389
ch34x_set_data_format()
p_cdc
->
requested_line_coding
.
bit_rate
=
baudrate
;
cdc_host.c:1400
ch34x_set_baudrate()
p_cdc
->
line_coding
.
bit_rate
=
p_cdc
->
requested_line_coding
.
bit_rate
;
cdc_host.c:1416
ch34x_set_line_coding_stage1_complete()
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()
p_cdc
->
requested_line_coding
.
data_bits
,
ch34x_control_complete
,
xfer
->
user_data
)
,
)
;
cdc_host.c:1418
ch34x_set_line_coding_stage1_complete()
p_cdc
->
requested_line_coding
=
*
line_coding
;
cdc_host.c:1431
ch34x_set_line_coding()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdch_interface_t::requested_line_coding
is written by 1 function and is read by 5 functions:
ch34x_set_line_coding()
All items filtered out
cdch_interface_t::requested_line_coding
process_internal_control_complete()
ftdi_sio_set_baudrate()
ch34x_set_data_format()
ch34x_set_baudrate()
ch34x_set_line_coding_stage1_complete()
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