Searched refs:task_stack_size (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/main/ |
D | keep_alive.h | 14 .task_stack_size = 2048, \ 30 size_t task_stack_size; /*!< stack size of the created task */ member
|
D | keep_alive.c | 177 if (xTaskCreate(keep_alive_task, "keep_alive_task", config->task_stack_size, in wss_keep_alive_start()
|
/hal_espressif-3.6.0/components/lwip/include/apps/ping/ |
D | ping_sock.h | 72 uint32_t task_stack_size; /*!< Stack size of internal ping task */ member 89 .task_stack_size = 2048, \
|
/hal_espressif-3.6.0/components/console/ |
D | esp_console.h | 48 uint32_t task_stack_size; //!< repl task stack size member 62 .task_stack_size = 4096, \
|
D | esp_console_repl.c | 104 if (xTaskCreate(esp_console_repl_task, "console_repl", repl_config->task_stack_size, in esp_console_new_repl_usb_cdc() 178 if (xTaskCreate(esp_console_repl_task, "console_repl", repl_config->task_stack_size, in esp_console_new_repl_usb_serial_jtag() 274 if (xTaskCreate(esp_console_repl_task, "console_repl", repl_config->task_stack_size, in esp_console_new_repl_uart()
|
/hal_espressif-3.6.0/examples/system/esp_event/user_event_loops/main/ |
D | main.c | 97 .task_stack_size = 2048, in app_main()
|
/hal_espressif-3.6.0/components/esp_event/ |
D | default_event_loop.c | 111 .task_stack_size = ESP_TASKD_EVENT_STACK, in esp_event_loop_create_default()
|
D | esp_event.c | 494 event_loop_args->task_stack_size, (void*) loop, in esp_event_loop_create()
|
/hal_espressif-3.6.0/components/esp_event/include/ |
D | esp_event.h | 41 …uint32_t task_stack_size; /**< stack size of the event loop task, ignored if tas… member
|
/hal_espressif-3.6.0/components/esp_event/host_test/esp_event_unit_test/main/ |
D | esp_event_test.cpp | 37 .task_stack_size = 2048, in test_event_get_default_loop_args()
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/ |
D | test_esp_event_cxx.cpp | 567 loop_args.task_stack_size = 2304; 750 loop_args.task_stack_size = 2304;
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | ping_sock.c | 229 BaseType_t xReturned = xTaskCreate(esp_ping_thread, "ping", config->task_stack_size, ep, in esp_ping_new_session()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | esp_event.rst | 51 .task_stack_size = ...,
|
/hal_espressif-3.6.0/components/esp_event/test/ |
D | test_event.c | 127 .task_stack_size = 2048, in test_event_get_default_loop_args() 1446 …xTaskCreate(loop_run_task, "loop_run", loop_args.task_stack_size, (void*) loop, loop_args.task_pri… in performance_test()
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 645 .task_stack_size = config->event_stack_size > 0 ? config->event_stack_size : 2048, in esp_ble_hidh_init()
|
D | bt_hidd.c | 824 .task_stack_size = 2048, in esp_bt_hidd_dev_init()
|
D | bt_hidh.c | 1003 .task_stack_size = config->event_stack_size > 0 ? config->event_stack_size : 4096, in esp_bt_hidh_init()
|
D | ble_hidd.c | 978 .task_stack_size = 2048, in esp_ble_hidd_dev_init()
|