Searched refs:pbuf_USERIAL_Read (Results 1 – 1 of 1) sorted by relevance
1103 static NFC_HDR* pbuf_USERIAL_Read = NULL; variable1112 pbuf_USERIAL_Read, p_data); in USERIAL_Read()1115 if (pbuf_USERIAL_Read != NULL) { in USERIAL_Read()1117 ((uint8_t*)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()1119 if ((pbuf_USERIAL_Read->len) <= (len - total_len)) in USERIAL_Read()1120 copy_len = pbuf_USERIAL_Read->len; in USERIAL_Read()1128 pbuf_USERIAL_Read->offset += copy_len; in USERIAL_Read()1129 pbuf_USERIAL_Read->len -= copy_len; in USERIAL_Read()1131 if (pbuf_USERIAL_Read->len == 0) { in USERIAL_Read()1132 GKI_freebuf(pbuf_USERIAL_Read); in USERIAL_Read()[all …]