TinyUSB Library
cdcd_interface_t::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
cdcd_interface_t::line_coding
cdcd_interface_t::line_coding field
Syntax
Show:
Summary
Declaration
from
cdc_device.c:59
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
line_coding
;
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALIGNED
(
4
)
cdc_line_coding_t
line_coding
;
cdc_device.c:59
(
*
coding
)
=
_cdcd_itf
[
itf
]
.
line_coding
;
cdc_device.c:137
tud_cdc_n_get_line_coding()
p_cdc
->
line_coding
.
bit_rate
=
115200
;
cdc_device.c:236
cdcd_init()
p_cdc
->
line_coding
.
stop_bits
=
0
;
cdc_device.c:237
cdcd_init()
p_cdc
->
line_coding
.
parity
=
0
;
cdc_device.c:238
cdcd_init()
p_cdc
->
line_coding
.
data_bits
=
8
;
cdc_device.c:239
cdcd_init()
tud_control_xfer
(
rhport
,
request
,
&
p_cdc
->
line_coding
,
sizeof
(
cdc_line_coding_t
)
)
;
cdc_device.c:373
cdcd_control_xfer_cb()
if
(
tud_cdc_line_coding_cb
)
tud_cdc_line_coding_cb
(
itf
,
&
p_cdc
->
line_coding
)
;
cdc_device.c:375
cdcd_control_xfer_cb()
tud_control_xfer
(
rhport
,
request
,
&
p_cdc
->
line_coding
,
sizeof
(
cdc_line_coding_t
)
)
;
cdc_device.c:382
cdcd_control_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cdcd_interface_t::line_coding
is read by 2 functions:
All items filtered out
cdcd_interface_t::line_coding
tud_cdc_n_get_line_coding()
cdcd_init()
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