ESP-IDF
dpp_event_t
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
dpp_event_t
dpp_event_t struct
Syntax
Show:
Summary
Declaration
from
esp_dpp_i.h:31
typedef
struct
{
uint32_t
id
;
uint32_t
data
;
}
dpp_event_t
;
Fields
Field
Declared as
dpp_event_t::id
uint32_t
dpp_event_t::data
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
esp_dpp_i.h:31
}
dpp_event_t
;
esp_dpp_i.h:34
dpp_event_t
evt
;
esp_dpp.c:45
esp_dpp_post_evt()
dpp_event_t
evt
;
esp_dpp.c:514
esp_dpp_task()
s_dpp_evt_queue
=
os_queue_create
(
3
,
sizeof
(
dpp_event_t
)
)
;
esp_dpp.c:903
esp_supp_dpp_init()
}
dpp_event_t
;
esp_dpp_i.h:34
dpp_event_t
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