static_ip sample
example_set_static_ip()
is only used within static_ip sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
static_ip sample
example_set_static_ip()
example_set_static_ip() function
Syntax
Show:
Summary
Declaration
from
static_ip_example_main.c:76
static
void
example_set_static_ip
(
esp_netif_t
*
netif
)
;
Arguments
Argument
netif
Examples
References
from
examples
Code
Location
Referrer
static
void
example_set_static_ip
(
esp_netif_t
*
netif
)
static_ip_example_main.c:76
example_set_static_ip
(
arg
)
;
static_ip_example_main.c:105
wifi_event_handler()
Call Tree
from
examples
example_set_static_ip()
is called by 1 function and calls 7 functions:
wifi_event_handler()
All items filtered out
example_set_static_ip()
esp_log_timestamp()
esp_log_write()
_esp_error_check_failed()
ipaddr_addr()
esp_netif_set_ip_info()
esp_netif_dhcpc_stop()
example_set_dns_server()
All items filtered out
Data Use
from
examples
example_set_static_ip()
reads 11 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
esp_netif_ip_info_t::ip
esp_netif_ip_info_t::netmask
esp_netif_ip_info_t::gw
esp_netif_dns_type_t::ESP_NETIF_DNS_MAIN
esp_netif_dns_type_t::ESP_NETIF_DNS_BACKUP
TAG
All items filtered out
example_set_static_ip()
esp_ip4_addr::addr
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