ESP-IDF
br_action_got_ip()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
br_action_got_ip()
br_action_got_ip() function
Syntax
Show:
Summary
Declaration
from
esp_netif_br_glue.c:185
static
void
br_action_got_ip
(
void
*
handler_args
,
esp_event_base_t
base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
handler_args
base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
br_action_got_ip
(
void
*
handler_args
,
esp_event_base_t
base
,
int32_t
event_id
,
void
*
event_data
)
esp_netif_br_glue.c:185
ret
=
esp_event_handler_instance_register
(
IP_EVENT
,
IP_EVENT_ETH_GOT_IP
,
br_action_got_ip
,
esp_netif_br_glue
,
&
esp_netif_br_glue
->
get_ip_ctx_handler
)
;
esp_netif_br_glue.c:252
esp_netif_br_glue_set_instance_handlers()
Call Tree
from
examples
br_action_got_ip()
calls 3 functions:
All items filtered out
br_action_got_ip()
esp_log_timestamp()
esp_log_write()
esp_netif_action_got_ip()
All items filtered out
Data Use
from
examples
br_action_got_ip()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ip_event_got_ip_t::esp_netif
esp_netif_driver_base_s::netif
TAG
esp_netif_br_glue_t::base
All items filtered out
br_action_got_ip()
esp_netif_br_glue_set_instance_handlers()
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