Home
last modified time | relevance | path

Searched refs:avrdoperRxLength (Results 1 – 3 of 3) sorted by relevance

/dports/devel/avrdude/avrdude-6.4/
H A Dser_avrdoper.c60 static int avrdoperRxLength = 0; /* amount of valid bytes in rx buffer */ variable
473 avrdoperRxPosition = avrdoperRxLength = 0; in avrdoperFillBuffer()
477 len = sizeof(avrdoperRxBuffer) - avrdoperRxLength; /* bytes remaining */ in avrdoperFillBuffer()
492 if(avrdoperRxLength + len > sizeof(avrdoperRxBuffer)){ in avrdoperFillBuffer()
497 memcpy(avrdoperRxBuffer + avrdoperRxLength, buffer + 2, len); in avrdoperFillBuffer()
498 avrdoperRxLength += len; in avrdoperFillBuffer()
509 int len, available = avrdoperRxLength - avrdoperRxPosition; in avrdoper_recv()
533 }while(avrdoperRxLength > 0); in avrdoper_drain()
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dser_avrdoper.c60 static int avrdoperRxLength = 0; /* amount of valid bytes in rx buffer */ variable
576 avrdoperRxPosition = avrdoperRxLength = 0; in avrdoperFillBuffer()
580 len = sizeof(avrdoperRxBuffer) - avrdoperRxLength; /* bytes remaining */ in avrdoperFillBuffer()
595 if(avrdoperRxLength + len > sizeof(avrdoperRxBuffer)){ in avrdoperFillBuffer()
600 memcpy(avrdoperRxBuffer + avrdoperRxLength, buffer + 2, len); in avrdoperFillBuffer()
601 avrdoperRxLength += len; in avrdoperFillBuffer()
612 int len, available = avrdoperRxLength - avrdoperRxPosition; in avrdoper_recv()
636 }while(avrdoperRxLength > 0); in avrdoper_drain()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dser_avrdoper.c60 static int avrdoperRxLength = 0; /* amount of valid bytes in rx buffer */ variable
576 avrdoperRxPosition = avrdoperRxLength = 0; in avrdoperFillBuffer()
580 len = sizeof(avrdoperRxBuffer) - avrdoperRxLength; /* bytes remaining */ in avrdoperFillBuffer()
595 if(avrdoperRxLength + len > sizeof(avrdoperRxBuffer)){ in avrdoperFillBuffer()
600 memcpy(avrdoperRxBuffer + avrdoperRxLength, buffer + 2, len); in avrdoperFillBuffer()
601 avrdoperRxLength += len; in avrdoperFillBuffer()
612 int len, available = avrdoperRxLength - avrdoperRxPosition; in avrdoper_recv()
636 }while(avrdoperRxLength > 0); in avrdoper_drain()