Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_common.c25 static void can_tx_default_cb(const struct device *dev, int error, void *user_data) in can_tx_default_cb() function
45 err = api->send(dev, frame, timeout, can_tx_default_cb, &ctx); in z_impl_can_send()