Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/canbus/
Disotp.h55 #define ISOTP_N_TIMEOUT_BS -2 macro
/Zephyr-Core-2.7.6/tests/subsys/canbus/isotp/conformance/src/
Dmain.c716 zassert_equal(ret, ISOTP_N_TIMEOUT_BS, "Expected timeout but got %d", in test_send_timeouts()
727 (void *)ISOTP_N_TIMEOUT_BS); in test_send_timeouts()
744 (void *)ISOTP_N_TIMEOUT_BS); in test_send_timeouts()
/Zephyr-Core-2.7.6/subsys/canbus/isotp/
Disotp.c782 send_report_error(ctx, ISOTP_N_TIMEOUT_BS); in send_timeout_handler()