Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/canbus/isotp/
Disotp.c95 static void receive_can_tx(const struct device *dev, int error, void *arg) in receive_can_tx() function
164 ret = can_send(rctx->can_dev, &frame, K_MSEC(ISOTP_A_TIMEOUT_MS), receive_can_tx, rctx); in receive_send_fc()