Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/canbus/isotp/
Disotp_internal.h45 #define ISOTP_PADDED_FRAME_DL_MIN 8 macro
Disotp.c158 ISOTP_PADDED_FRAME_DL_MIN - payload_len); in receive_send_fc()
159 frame.dlc = can_bytes_to_dlc(ISOTP_PADDED_FRAME_DL_MIN); in receive_send_fc()
427 if (can_dl < ISOTP_PADDED_FRAME_DL_MIN) { in process_ff_sf()
516 if (can_dl < ISOTP_PADDED_FRAME_DL_MIN) { in process_cf()
809 if (frame->dlc < ISOTP_PADDED_FRAME_DL_MIN) { in send_process_fc()
929 len + index > ISOTP_PADDED_FRAME_DL_MIN)) { in send_sf()
934 MAX(ISOTP_PADDED_FRAME_DL_MIN, len + index)); in send_sf()
1012 len + index > ISOTP_PADDED_FRAME_DL_MIN)) { in send_cf()
1017 MAX(ISOTP_PADDED_FRAME_DL_MIN, len + index)); in send_cf()