TinyUSB Library
tuh_cdc_get_rts()
is only used within TinyUSB Library.
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_rts()
tuh_cdc_get_rts() function
Syntax
Show:
Summary
Declaration
Definition
from
cdc_host.h:89
bool
tuh_cdc_get_rts
(
uint8_t
idx
)
;
Implemented in
cdc_host.c:320
Arguments
Argument
idx
Examples
References
from
examples
Code
Location
bool
tuh_cdc_get_rts
(
uint8_t
idx
)
{
cdc_host.c:320
bool
tuh_cdc_get_rts
(
uint8_t
idx
)
;
cdc_host.h:89
Call Tree
from
examples
tuh_cdc_get_rts()
calls 1 function:
All items filtered out
tuh_cdc_get_rts()
get_itf()
All items filtered out
Data Use
from
examples
tuh_cdc_get_rts()
reads 2 variables:
cdc_control_line_state_t::CDC_CONTROL_LINE_STATE_RTS
cdch_interface_t::line_state
All items filtered out
tuh_cdc_get_rts()
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