Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c118 static struct k_work_q ot_work_q; variable
365 k_work_queue_start(&ot_work_q, ot_task_stack, in platformRadioInit()
368 k_thread_name_set(&ot_work_q.thread, "ot_radio_workq"); in platformRadioInit()
629 k_work_submit_to_queue(&ot_work_q, &tx_job); in run_tx_task()