Home
last modified time | relevance | path

Searched refs:task_func (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c251 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
253 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
256 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
258 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c323 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
325 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
328 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
330 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c332 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
334 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
337 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
339 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c245 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
247 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
250 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
252 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c248 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
250 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
253 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
255 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c326 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
328 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
331 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
333 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h66 …int32_t (* _task_create_pinned_to_core)(void *task_func, const char *name, uint32_t stack_depth, v…
67 …int32_t (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uin…
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c280 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
286 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
295 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
301 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c281 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
287 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
296 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
302 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c311 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
314 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
323 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
326 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c296 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
302 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
311 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
317 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c296 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
302 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
311 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
317 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c300 static int32_t task_create_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack… in task_create_pinned_to_core_wrapper() argument
306 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_pinned_to_core_wrapper()
315 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
321 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c118 int32_t (*_task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param,
238 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p…
647 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
650 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c101 …int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uint32_…
180 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param…
522 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param… in task_create_wrapper() argument
524 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c147 …int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uint32_…
261 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param…
700 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
703 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c147 …int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uint32_…
259 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param…
693 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
696 (k_thread_entry_t)task_func, param, NULL, NULL, in task_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c90 int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param,
163 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth,
467 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, in task_create_wrapper() argument
470 return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, in task_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c85 int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param,
160 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth,
464 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, in task_create_wrapper() argument
467 return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, in task_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c182 …int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uint32_…
311 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param…
678 static int task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param… in task_create_wrapper() argument
680 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c142 …int32_t (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uin…
284 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p…
829 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
831 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_wrapper()