Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
DCO_driver.c124 static void canopen_tx_callback(const struct device *dev, int error, void *arg) in canopen_tx_callback() function
165 canopen_tx_callback, CANmodule); in canopen_tx_retry()
416 err = can_send(CANmodule->dev, &frame, K_NO_WAIT, canopen_tx_callback, in CO_CANsend()