ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_event_loop_args_t::task_stack_size
from the following samples and libraries:
user_event_loops sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_event_loop_args_t::task_stack_size
esp_event_loop_args_t::task_stack_size field
stack size of the event loop task, ignored if task name is NULL
Syntax
Show:
Summary
Declaration
from
esp_event.h:29
uint32_t
task_stack_size
;
Examples
esp_event_loop_args_t::task_stack_size
is referenced by 1 libraries and example projects:
user_event_loops sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
task_stack_size
;
/**< stack size of the event loop task, ignored if task name is NULL */
esp_event.h:29
.
task_stack_size
=
4096
,
ble_hidd.c:974
esp_ble_hidd_dev_init()
.
task_stack_size
=
2048
,
bt_hidd.c:812
esp_bt_hidd_dev_init()
.
task_stack_size
=
ESP_TASKD_EVENT_STACK
,
default_event_loop.c:101
esp_event_loop_create_default()
event_loop_args
->
task_stack_size
,
(
void
*
)
loop
,
esp_event.c:578
esp_event_loop_create()
.
task_stack_size
=
config
->
event_stack_size
>
0
?
config
->
event_stack_size
:
4096
,
esp_hidh.c:88
esp_hidh_init()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_event_loop_args_t::task_stack_size
is read by 1 function:
All items filtered out
esp_event_loop_args_t::task_stack_size
esp_event_loop_create()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out