ESP-IDF
osi_event::item
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
osi_event::item
osi_event::item field
Syntax
Show:
Summary
Declaration
from
thread.c:55
struct
work_item
item
;
Examples
References
from
examples
Code
Location
Referrer
struct
work_item
item
;
thread.c:55
event
->
item
.
func
=
func
;
thread.c:383
osi_event_create()
event
->
item
.
context
=
context
;
thread.c:384
osi_event_create()
if
(
event
!=
NULL
&&
event
->
item
.
func
!=
NULL
)
{
thread.c:421
osi_thread_generic_event_handler()
event
->
item
.
func
(
event
->
item
.
context
)
;
thread.c:425
osi_thread_generic_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_event::item
is read by 2 functions:
All items filtered out
osi_event::item
osi_event_create()
osi_thread_generic_event_handler()
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