Searched refs:ot_task_worker (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/examples/openthread/ot_rcp/main/ |
D | esp_ot_rcp.c | 27 static void ot_task_worker(void *aContext) in ot_task_worker() function 60 xTaskCreate(ot_task_worker, "ot_rcp_main", 10240, xTaskGetCurrentTaskHandle(), 5, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/ |
D | esp_ot_cli.c | 53 static void ot_task_worker(void *aContext) in ot_task_worker() function 106 xTaskCreate(ot_task_worker, "ot_cli_main", 10240, xTaskGetCurrentTaskHandle(), 5, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/openthread/ot_br/main/ |
D | esp_ot_br.c | 151 static void ot_task_worker(void *aContext) in ot_task_worker() function 206 xTaskCreate(ot_task_worker, "ot_br_main", 20480, xTaskGetCurrentTaskHandle(), 5, NULL); in app_main()
|