Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/canbus/isotp/
Disotp_internal.h58 #define ISOTP_A_TIMEOUT_MS (CONFIG_ISOTP_A_TIMEOUT) macro
Disotp.c164 ret = can_send(rctx->can_dev, &frame, K_MSEC(ISOTP_A_TIMEOUT_MS), receive_can_tx, rctx); in receive_send_fc()
942 ret = can_send(sctx->can_dev, &frame, K_MSEC(ISOTP_A_TIMEOUT_MS), send_can_tx_cb, sctx); in send_sf()
982 ret = can_send(sctx->can_dev, &frame, K_MSEC(ISOTP_A_TIMEOUT_MS), send_can_tx_cb, sctx); in send_ff()
1024 ret = can_send(sctx->can_dev, &frame, K_MSEC(ISOTP_A_TIMEOUT_MS), send_can_tx_cb, sctx); in send_cf()