Home | History | Annotate | Download | only in adaptation

Lines Matching defs:copy_len

1091     UINT16 copy_len = 0;
1104 copy_len = pbuf_USERIAL_Read->len;
1106 copy_len = (len - total_len);
1108 memcpy((p_data + total_len), current_packet, copy_len);
1110 total_len += copy_len;
1112 pbuf_USERIAL_Read->offset += copy_len;
1113 pbuf_USERIAL_Read->len -= copy_len;