Searched refs:FRAME_END_DATA_SIZE (Results 1 – 2 of 2) sorted by relevance
637 #define FRAME_END_DATA_SIZE 16 macro
214 if (p_DfltConfig->rx_cut_end_bytes > FRAME_END_DATA_SIZE) in CheckInitParameters()218 ("cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()241 … if (p_DfltConfig->rx_cut_end_bytes + p_DfltConfig->checksum_bytes_ignore > FRAME_END_DATA_SIZE) in CheckInitParameters()242 …_VALUE, ("cheksumLastBytesIgnore + cutBytesFromEnd can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()361 if ((p_Params->cheksumLastBytesIgnore > FRAME_END_DATA_SIZE) in CheckInitParameters()366 ("cheksumLastBytesIgnore can't be larger than %d", FRAME_END_DATA_SIZE)); in CheckInitParameters()