ip_internal_network sample
check_button()
is only used within ip_internal_network 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
ip_internal_network sample
check_button()
check_button() function
Syntax
Show:
Summary
Declaration
from
mesh_main.c:101
static
void
check_button
(
void
*
args
)
;
Arguments
Argument
args
Examples
References
from
examples
Code
Location
Referrer
static
void
check_button
(
void
*
args
)
mesh_main.c:101
xTaskCreate
(
check_button
,
"check button task"
,
3072
,
NULL
,
5
,
NULL
)
;
mesh_main.c:184
esp_mesh_comm_mqtt_task_start()
Call Tree
from
examples
check_button()
calls 12 functions:
All items filtered out
check_button()
vTaskDelete()
vTaskDelay()
xQueueGenericSend()
esp_log_timestamp()
esp_log_write()
xQueueSemaphoreTake()
gpio_get_level()
esp_mesh_send()
esp_mesh_is_root()
initialise_button()
mqtt_app_publish()
mesh_netif_get_station_mac()
All items filtered out
Data Use
from
examples
check_button()
reads 12 variables and writes 5 variables:
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
mesh_proto_t::MESH_PROTO_BIN
mesh_tos_t::MESH_TOS_P2P
mesh_addr_t::addr
MESH_TAG
s_route_table
s_route_table_size
s_route_table_lock
All items filtered out
check_button()
esp_mesh_comm_mqtt_task_start()
mesh_data_t::data
mesh_data_t::size
mesh_data_t::proto
mesh_data_t::tos
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