Lines Matching refs:buffer
103 * @param buffer
105 * Note that this buffer <b>must</b> be large enough
111 uint_fast16_t inv_get_fifo(uint_fast16_t length, unsigned char *buffer)
121 if (length > MAX_FIFO_LENGTH || toRead > length || NULL == buffer) {
131 // fifo_objHW.fifoCount is the footer size left in the buffer, or
140 0 ? buffer : buffer + FIFO_FOOTER_SIZE, toRead);
163 if (buffer[kk] != gFifoFooter[kk]) {
165 buffer[0], buffer[1]);
170 sprintf(out, "%s%02X", out, buffer[kk]);}