ESP-IDF
CSIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CSIZE
CSIZE macro
Syntax
Show:
Summary
Declaration
from
termios.h:119
#define
CSIZE
(
3u
<
<
0
)
Examples
References
from
examples
Code
Location
#define
CSIZE
(
3u
<
<
0
)
/* Character size: */
termios.h:119
const
tcflag_t
csize_bits
=
p
->
c_cflag
&
CSIZE
;
uart_vfs.c:631
p
->
c_cflag
&=
(
~
CSIZE
)
;
uart_vfs.c:817
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