Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_shell.c42 const struct shell *can_shell_tx_msgq_sh; variable
109 if (can_shell_tx_msgq_sh == NULL) { in can_shell_tx_msgq_poll_submit()
110 can_shell_tx_msgq_sh = sh; in can_shell_tx_msgq_poll_submit()
117 shell_error(can_shell_tx_msgq_sh, "failed to submit tx msgq polling (err %d)", in can_shell_tx_msgq_poll_submit()
130 shell_print(can_shell_tx_msgq_sh, "CAN frame #%u successfully sent", in can_shell_tx_msgq_triggered_work_handler()
133 shell_error(can_shell_tx_msgq_sh, "failed to send CAN frame #%u (err %d)", in can_shell_tx_msgq_triggered_work_handler()
138 (void)can_shell_tx_msgq_poll_submit(can_shell_tx_msgq_sh); in can_shell_tx_msgq_triggered_work_handler()