ESP-IDF
uart_tcgetattr()
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
uart_tcgetattr()
uart_tcgetattr() function
Syntax
Show:
Summary
Declaration
from
uart_vfs.c:789
static
int
uart_tcgetattr
(
int
fd
,
struct
termios
*
p
)
;
Arguments
Argument
fd
p
Examples
References
from
examples
Code
Location
static
int
uart_tcgetattr
(
int
fd
,
struct
termios
*
p
)
uart_vfs.c:789
.
tcgetattr
=
&
uart_tcgetattr
,
uart_vfs.c:1051
Call Tree
from
examples
uart_tcgetattr()
calls 4 functions:
All items filtered out
uart_tcgetattr()
uart_get_word_length()
uart_get_stop_bits()
uart_get_parity()
uart_get_baudrate()
All items filtered out
Data Use
from
examples
uart_tcgetattr()
reads 15 variables and writes 4 variables:
uart_word_length_t::UART_DATA_5_BITS
uart_word_length_t::UART_DATA_6_BITS
uart_word_length_t::UART_DATA_7_BITS
uart_word_length_t::UART_DATA_8_BITS
uart_stop_bits_t::UART_STOP_BITS_1
uart_stop_bits_t::UART_STOP_BITS_2
uart_parity_t::UART_PARITY_DISABLE
uart_parity_t::UART_PARITY_EVEN
uart_parity_t::UART_PARITY_ODD
termios::c_iflag
termios::c_cflag
esp_line_endings_t::ESP_LINE_ENDINGS_CRLF
esp_line_endings_t::ESP_LINE_ENDINGS_CR
::rx_mode
s_ctx
All items filtered out
uart_tcgetattr()
termios::c_iflag
termios::c_cflag
termios::c_ispeed
termios::c_ospeed
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