ESP-IDF
cfgetispeed()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cfgetispeed()
cfgetispeed() function
Extracts the input baud rate from the input structure exactly (without interpretation).
Syntax
Show:
Summary
Declaration
Definition
from
termios.h:186
speed_t
cfgetispeed
(
const
struct
termios
*
p
)
;
Implemented in
termios.c:14
Arguments
Argument
Description
p
input termios structure
Return value
input baud rate
Related Functions
Found 9 other functions taking a
termios
argument:
Function
Description
tcgetattr()
Gets the parameters of the terminal
tcsetattr()
Sets the parameters of the terminal
cfgetospeed()
Extracts the output baud rate from the input structure exactly (without interpretation).
cfsetispeed()
Set input baud rate in the termios structure There is no effect in hardware until a subsequent call of tcsetattr().
cfsetospeed()
Set output baud rate in the termios structure There is no effect in hardware until a subsequent call of tcsetattr().
uart_tcgetattr()
uart_tcsetattr()
console_tcsetattr()
console_tcgetattr()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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