ESP-IDF
::value
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
::value
::value field
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:59
volatile
uint64_t
value
;
Examples
References
from
examples
Code
Location
Referrer
volatile
uint64_t
value
;
vfs_eventfd.c:59
s_events
[
fd
]
.
value
+=
*
val
;
vfs_eventfd.c:231
signal_event_fd_from_isr()
s_events
[
fd
]
.
value
+=
*
val
;
vfs_eventfd.c:271
event_write()
*
val
=
s_events
[
fd
]
.
value
;
vfs_eventfd.c:304
event_read()
s_events
[
fd
]
.
value
=
0
;
vfs_eventfd.c:307
event_read()
s_events
[
fd
]
.
value
=
0
;
vfs_eventfd.c:341
event_close()
s_events
[
i
]
.
value
=
initval
;
vfs_eventfd.c:434
eventfd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::value
is written by 5 functions and is read by 3 functions:
signal_event_fd_from_isr()
event_write()
event_read()
event_close()
eventfd()
All items filtered out
::value
signal_event_fd_from_isr()
event_write()
event_read()
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