ESP-IDF
event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
event_handler()
event_handler() function
Syntax
Show:
Summary
Declaration
from
cmd_wifi.c:33
static
void
event_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
arg
event_base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
event_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
cmd_wifi.c:33
ESP_ERROR_CHECK
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_STA_DISCONNECTED
,
&
event_handler
,
NULL
)
)
;
cmd_wifi.c:60
initialise_wifi()
ESP_ERROR_CHECK
(
esp_event_handler_register
(
IP_EVENT
,
IP_EVENT_STA_GOT_IP
,
&
event_handler
,
NULL
)
)
;
cmd_wifi.c:61
initialise_wifi()
Call Tree
from
examples
event_handler()
calls 3 functions:
All items filtered out
event_handler()
xEventGroupClearBits()
xEventGroupSetBits()
esp_wifi_connect()
All items filtered out
Data Use
from
examples
event_handler()
reads 6 variables:
ip_event_t::IP_EVENT_STA_GOT_IP
wifi_event_group
CONNECTED_BIT
wifi_event_t::WIFI_EVENT_STA_DISCONNECTED
IP_EVENT
WIFI_EVENT
All items filtered out
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