Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
DCO_driver.c21 struct k_work_q canopen_tx_workq; variable
139 k_work_submit_to_queue(&canopen_tx_workq, &canopen_tx_queue.work); in canopen_tx_callback()
542 k_work_queue_start(&canopen_tx_workq, canopen_tx_workq_stack, in canopen_init()
546 k_thread_name_set(&canopen_tx_workq.thread, "canopen_tx_workq"); in canopen_init()