ESP-IDF
cfsetispeed()
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
cfsetispeed()
cfsetispeed() function
Set input baud rate in the termios structure There is no effect in hardware until a subsequent call of tcsetattr().
Syntax
Show:
Summary
Declaration
Definition
from
termios.h:205
int
cfsetispeed
(
struct
termios
*
p
,
speed_t
sp
)
;
Implemented in
termios.c:24
Arguments
Argument
Description
p
input termios structure
sp
input baud rate
Return value
0 when successful, -1 otherwise with errno set
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
cfgetispeed()
Extracts the input baud rate from the input structure exactly (without interpretation).
cfgetospeed()
Extracts the output baud rate from the input structure exactly (without interpretation).
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