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

  /external/arduino/libraries/Wire/
Wire.cpp 38 uint8_t TwoWire::txBufferLength = 0;
58 txBufferLength = 0;
104 txBufferLength = 0;
115 int8_t ret = twi_writeTo(txAddress, txBuffer, txBufferLength, 1);
118 txBufferLength = 0;
132 if(txBufferLength >= BUFFER_LENGTH){
139 txBufferLength = txBufferIndex;
241 txBufferLength = 0;
Wire.h 37 static uint8_t txBufferLength;

Completed in 34 milliseconds