TinyUSB Library
+
0
/2 examples
SourceVu will show references to
cdc_line_coding_t::bit_rate
from the following samples and libraries:
PicoSDK
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::bit_rate
cdc_line_coding_t::bit_rate field
Syntax
Show:
Summary
Declaration
from
cdc.h:397
uint32_t
bit_rate
;
Examples
cdc_line_coding_t::bit_rate
is referenced by 2 libraries and example projects:
PicoSDK
host_cdc_msc_hid sample
References
from
0/2
examples
Code
Location
Referrer
uint32_t
bit_rate
;
cdc.h:397
p_cdc
->
line_coding
.
bit_rate
=
115200
;
cdc_device.c:236
cdcd_init()
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
=
tu_le32toh
(
baudrate
)
;
cdc_host.c:456
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
.
bit_rate
=
baudrate
;
cdc_host.c:566
tuh_cdc_set_baudrate()
line_coding
.
bit_rate
=
p_cdc
->
line_coding
.
bit_rate
;
cdc_host.c:951
acm_set_data_format()
line_coding
.
bit_rate
=
baudrate
;
cdc_host.c:962
acm_set_baudrate()
p_cdc
->
requested_line_coding
.
bit_rate
=
baudrate
;
cdc_host.c:1085
ftdi_sio_set_baudrate()
TU_ASSERT
(
ftdi_sio_set_baudrate
(
p_cdc
,
line_coding
.
bit_rate
,
ftdi_process_config
,
CONFIG_FTDI_SET_DATA
)
,
)
;
cdc_host.c:1116
ftdi_process_config()
TU_ASSERT
(
cp210x_set_baudrate
(
p_cdc
,
line_coding
.
bit_rate
,
cp210x_process_config
,
CONFIG_CP210X_SET_LINE_CTL
)
,
)
;
cdc_host.c:1266
cp210x_process_config()
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_write_reg_baudrate
(
p_cdc
,
line_coding
->
bit_rate
,
cdc_host.c:1436
ch34x_set_line_coding()
TU_ASSERT
(
ch34x_write_reg_baudrate
(
p_cdc
,
line_coding
->
bit_rate
,
NULL
,
(
uintptr_t
)
&
result
)
)
;
cdc_host.c:1443
ch34x_set_line_coding()
p_cdc
->
line_coding
.
bit_rate
=
line_coding
->
bit_rate
;
cdc_host.c:1445
ch34x_set_line_coding()
uint16_t
const
div_ps
=
ch34x_get_divisor_prescaler
(
line_coding
.
bit_rate
)
;
cdc_host.c:1543
ch34x_process_config()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
cdc_line_coding_t::bit_rate
is written by 9 functions and is read by 7 functions:
cdcd_init()
process_internal_control_complete()
tuh_cdc_set_baudrate()
acm_set_data_format()
acm_set_baudrate()
ftdi_sio_set_baudrate()
ch34x_set_baudrate()
ch34x_set_line_coding_stage1_complete()
ch34x_set_line_coding()
All items filtered out
cdc_line_coding_t::bit_rate
process_internal_control_complete()
acm_set_data_format()
ftdi_process_config()
cp210x_process_config()
ch34x_set_line_coding_stage1_complete()
ch34x_set_line_coding()
ch34x_process_config()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out