ESP-IDF
NONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
NONE
NONE macro
Syntax
Show:
Summary
Declaration
from
uart_vfs.c:28
#define
NONE
-
1
Examples
References
from
examples
Code
Location
#define
NONE
-
1
uart_vfs.c:28
.
peek_char
=
NONE
,
\
uart_vfs.c:95
return
NONE
;
uart_vfs.c:208
return
NONE
;
uart_vfs.c:221
if
(
s_ctx
[
fd
]
->
peek_char
!=
NONE
)
{
uart_vfs.c:256
s_ctx
[
fd
]
->
peek_char
=
NONE
;
uart_vfs.c:258
assert
(
s_ctx
[
fd
]
->
peek_char
==
NONE
)
;
uart_vfs.c:267
int
c
=
NONE
;
// store the read char
uart_vfs.c:277
if
(
c
!=
NONE
)
{
uart_vfs.c:286
if
(
s_ctx
[
fd
]
->
peek_char
!=
NONE
)
{
uart_vfs.c:289
if
(
c
==
NONE
)
{
// for non-O_NONBLOCK mode, there is already a pre-fetched char
uart_vfs.c:296
assert
(
c
!=
NONE
)
;
uart_vfs.c:299
if
(
c2
==
NONE
)
{
uart_vfs.c:308
c
=
NONE
;
uart_vfs.c:311
c
=
NONE
;
uart_vfs.c:329
if
(
c
!=
NONE
)
{
// fetched, but not used
uart_vfs.c:333
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