Home | History | Annotate | Download | only in adaptation

Lines Matching defs:copy_len

1057     UINT16 copy_len = 0;
1070 copy_len = pbuf_USERIAL_Read->len;
1072 copy_len = (len - total_len);
1074 memcpy((p_data + total_len), current_packet, copy_len);
1076 total_len += copy_len;
1078 pbuf_USERIAL_Read->offset += copy_len;
1079 pbuf_USERIAL_Read->len -= copy_len;