TinyUSB Library
cdch_serial_driver_t::set_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_serial_driver_t::set_line_coding
cdch_serial_driver_t::set_line_coding field
Syntax
Show:
Summary
Declaration
from
cdc_host.c:171
bool
(
*
const
set_line_coding
)
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
Examples
References
from
examples
Code
Location
Referrer
bool
(
*
const
set_line_coding
)
(
cdch_interface_t
*
p_cdc
,
cdc_line_coding_t
const
*
line_coding
,
tuh_xfer_cb_t
complete_cb
,
uintptr_t
user_data
)
;
cdc_host.c:171
.
set_line_coding
=
acm_set_line_coding
cdc_host.c:184
.
set_line_coding
=
ftdi_set_line_coding
cdc_host.c:196
.
set_line_coding
=
cp210x_set_line_coding
cdc_host.c:209
.
set_line_coding
=
ch34x_set_line_coding
cdc_host.c:222
return
driver
->
set_line_coding
(
p_cdc
,
line_coding
,
complete_cb
,
user_data
)
;
cdc_host.c:603
tuh_cdc_set_line_coding()
bool
ret
=
driver
->
set_line_coding
(
p_cdc
,
line_coding
,
complete_cb
,
(
uintptr_t
)
&
result
)
;
cdc_host.c:607
tuh_cdc_set_line_coding()
Call Tree
from
examples
cdch_serial_driver_t::set_line_coding
is called by 1 function:
tuh_cdc_set_line_coding()
All items filtered out
cdch_serial_driver_t::set_line_coding
All items filtered out
Data Use
from
examples
All items filtered out
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