Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/canbus/
Disotp.h61 #define ISOTP_N_TIMEOUT_BS -2 macro
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c764 zassert_equal(ret, ISOTP_N_TIMEOUT_BS, "Expected timeout but got %d", in ZTEST()
775 INT_TO_POINTER(ISOTP_N_TIMEOUT_BS)); in ZTEST()
792 INT_TO_POINTER(ISOTP_N_TIMEOUT_BS)); in ZTEST()
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c784 send_report_error(sctx, ISOTP_N_TIMEOUT_BS); in send_timeout_handler()