HomeSort by relevance Sort by last modified time
    Searched refs:txBufferIndex (Results 1 - 2 of 2) sorted by null

  /external/arduino/libraries/Wire/
Wire.cpp 37 uint8_t TwoWire::txBufferIndex = 0;
57 txBufferIndex = 0;
103 txBufferIndex = 0;
117 txBufferIndex = 0;
136 txBuffer[txBufferIndex] = data;
137 ++txBufferIndex;
139 txBufferLength = txBufferIndex;
240 txBufferIndex = 0;
Wire.h 36 static uint8_t txBufferIndex;

Completed in 101 milliseconds