host sample
process_event()
is only used within host 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
host sample
process_event()
process_event() function
Syntax
Show:
Summary
Declaration
from
app_main.c:354
esp_err_t
process_event
(
essl_handle_t
handle
)
;
Arguments
Argument
handle
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
process_event
(
essl_handle_t
handle
)
app_main.c:354
process_event
(
handle
)
;
app_main.c:497
app_main()
process_event
(
handle
)
;
app_main.c:514
app_main()
Call Tree
from
examples
process_event()
is called by 1 function and calls 6 functions:
app_main()
All items filtered out
process_event()
_esp_error_check_failed()
esp_log_buffer_hexdump_internal()
esp_log_timestamp()
esp_log_write()
essl_get_packet()
get_intr()
All items filtered out
Data Use
from
examples
process_event()
reads 9 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
essl_sdio_def_t::new_packet_intr_mask
ESSL_SDIO_DEF_ESP32
TAG
rcv_buffer
All items filtered out
process_event()
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