Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_shell.c52 static struct k_work_poll can_shell_rx_msgq_work; variable
163 k_work_poll_init(&can_shell_rx_msgq_work, can_shell_rx_msgq_triggered_work_handler); in can_shell_rx_msgq_poll_submit()
166 err = k_work_poll_submit(&can_shell_rx_msgq_work, can_shell_rx_msgq_events, in can_shell_rx_msgq_poll_submit()