Home | History | Annotate | Download | only in adaptation

Lines Matching defs:copy_len

1146     UINT16 copy_len = 0;
1159 copy_len = pbuf_USERIAL_Read->len;
1161 copy_len = (len - total_len);
1163 memcpy((p_data + total_len), current_packet, copy_len);
1165 total_len += copy_len;
1167 pbuf_USERIAL_Read->offset += copy_len;
1168 pbuf_USERIAL_Read->len -= copy_len;