i80_controller sample
example_lvgl_port_task()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
example_lvgl_port_task()
example_lvgl_port_task() function
Syntax
Show:
Summary
Declaration
from
i80_controller_example_main.c:111
static
void
example_lvgl_port_task
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
example_lvgl_port_task
(
void
*
arg
)
i80_controller_example_main.c:111
xTaskCreate
(
example_lvgl_port_task
,
"LVGL"
,
EXAMPLE_LVGL_TASK_STACK_SIZE
,
NULL
,
EXAMPLE_LVGL_TASK_PRIORITY
,
NULL
)
;
i80_controller_example_main.c:363
app_main()
Call Tree
from
examples
example_lvgl_port_task()
calls 6 functions:
All items filtered out
example_lvgl_port_task()
vTaskDelay()
esp_log_timestamp()
esp_log_write()
_lock_release()
_lock_acquire()
lv_timer_handler()
All items filtered out
Data Use
from
examples
example_lvgl_port_task()
reads 6 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
TAG
All items filtered out
example_lvgl_port_task()
app_main()
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