Searched refs:txBufferLength (Results 1 - 2 of 2) sorted by relevance

/external/arduino/libraries/Wire/
H A DWire.cpp38 uint8_t TwoWire::txBufferLength = 0; member in class:TwoWire
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;
H A DWire.h37 static uint8_t txBufferLength; member in class:TwoWire

Completed in 131 milliseconds