/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 251 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/ |
D | esp_adapter.c | 323 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/ |
D | esp_adapter.c | 332 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/ |
D | esp_adapter.c | 245 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/ |
D | esp_adapter.c | 248 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/ |
D | esp_adapter.c | 326 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/ |
D | wifi_os_adapter.h | 66 …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/ |
D | esp_wifi_adapter.c | 280 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/ |
D | esp_wifi_adapter.c | 281 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/ |
D | esp_wifi_adapter.c | 311 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/ |
D | esp_wifi_adapter.c | 296 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/ |
D | esp_wifi_adapter.c | 296 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/ |
D | esp_wifi_adapter.c | 300 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/ |
D | esp_bt_adapter.c | 118 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/ |
D | bt.c | 101 …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/ |
D | esp_bt_adapter.c | 147 …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/ |
D | esp_bt_adapter.c | 147 …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/ |
D | bt.c | 90 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/ |
D | bt.c | 85 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/ |
D | bt.c | 182 …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/ |
D | bt.c | 142 …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()
|