ESP-IDF
::support_isr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
::support_isr
::support_isr field
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:57
bool
support_isr
;
Examples
References
from
examples
Code
Location
Referrer
bool
support_isr
;
vfs_eventfd.c:57
if
(
s_events
[
i
]
.
support_isr
)
{
vfs_eventfd.c:116
event_start_select()
if
(
s_events
[
i
]
.
support_isr
)
{
vfs_eventfd.c:153
event_start_select()
if
(
event
->
support_isr
)
{
vfs_eventfd.c:177
event_end_select()
if
(
event
->
support_isr
)
{
vfs_eventfd.c:208
event_end_select()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:265
event_write()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:279
event_write()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:299
event_read()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:313
event_read()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:332
event_close()
if
(
s_events
[
fd
]
.
support_isr
)
{
vfs_eventfd.c:342
event_close()
s_events
[
i
]
.
support_isr
=
support_isr
;
vfs_eventfd.c:427
eventfd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::support_isr
is written by 1 function and is read by 5 functions:
eventfd()
All items filtered out
::support_isr
event_start_select()
event_end_select()
event_write()
event_read()
event_close()
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