Searched refs:twi_txBufferIndex (Results 1 – 1 of 1) sorted by relevance
48 static volatile uint8_t twi_txBufferIndex; variable437 twi_txBufferIndex = 0; in SIGNAL()451 TWDR = twi_txBuffer[twi_txBufferIndex++]; in SIGNAL()453 if(twi_txBufferIndex < twi_txBufferLength){ in SIGNAL()