TinyUSB Library
+
0
/1 examples
SourceVu will show references to
tuh_cdc_get_local_line_coding()
from the following samples and libraries:
host_cdc_msc_hid sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
tuh_cdc_get_local_line_coding()
tuh_cdc_get_local_line_coding() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.h:101
bool
tuh_cdc_get_local_line_coding
(
uint8_t
idx
,
cdc_line_coding_t
*
line_coding
)
;
Implemented in
cdc_host.c:327
Arguments
Argument
idx
line_coding
Examples
tuh_cdc_get_local_line_coding()
is referenced by 1 libraries and example projects:
host_cdc_msc_hid sample
References
from
0/1
examples
Code
Location
bool
tuh_cdc_get_local_line_coding
(
uint8_t
idx
,
cdc_line_coding_t
*
line_coding
)
{
cdc_host.c:327
bool
tuh_cdc_get_local_line_coding
(
uint8_t
idx
,
cdc_line_coding_t
*
line_coding
)
;
cdc_host.h:101
Call Tree
from
0/1
examples
tuh_cdc_get_local_line_coding()
calls 1 function:
All items filtered out
tuh_cdc_get_local_line_coding()
get_itf()
All items filtered out
Data Use
from
0/1
examples
tuh_cdc_get_local_line_coding()
reads 1 variable:
cdch_interface_t::line_coding
All items filtered out
tuh_cdc_get_local_line_coding()
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