ESP-IDF
CBAUD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CBAUD
CBAUD macro
Syntax
Show:
Summary
Declaration
from
termios.h:130
#define
CBAUD
(
1u
<
<
8
)
Examples
References
from
examples
Code
Location
#define
CBAUD
(
1u
<
<
8
)
/** Use baud rates defined by B0-B38400 macros. */
termios.h:130
if
(
p
->
c_cflag
&
(
CBAUD
|
CBAUDEX
)
)
{
uart_vfs.c:670
p
->
c_cflag
|=
(
CBAUD
|
CBAUDEX
)
;
uart_vfs.c:889
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