Searched refs:wifi_stack (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 282 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_pinned_to_core_wrapper() local 285 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 297 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_wrapper() local 300 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 283 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_pinned_to_core_wrapper() local 286 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 298 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_wrapper() local 301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 298 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_pinned_to_core_wrapper() local 301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 313 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_wrapper() local 316 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 298 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_pinned_to_core_wrapper() local 301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 313 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_wrapper() local 316 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 302 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_pinned_to_core_wrapper() local 305 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 317 k_thread_stack_t *wifi_stack = k_thread_stack_alloc(stack_depth, in task_create_wrapper() local 320 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 46 K_THREAD_STACK_DEFINE(wifi_stack, 8192); 313 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() 325 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper()
|