Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/canbus/
Disotp.h79 #define ISOTP_N_BUFFER_OVERFLW -8 macro
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c294 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_state_machine()
338 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_state_machine()
344 if (rctx->error_nr == ISOTP_N_BUFFER_OVERFLW) { in receive_state_machine()
477 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_add_mem()
581 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_can_rx()
842 send_report_error(sctx, ISOTP_N_BUFFER_OVERFLW); in send_process_fc()
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c993 INT_TO_POINTER(ISOTP_N_BUFFER_OVERFLW)); in ZTEST()