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

  /external/arduino/libraries/Wire/utility/
twi.h 35 #ifndef TWI_BUFFER_LENGTH
36 #define TWI_BUFFER_LENGTH 32
twi.c 43 static uint8_t twi_masterBuffer[TWI_BUFFER_LENGTH];
47 static uint8_t twi_txBuffer[TWI_BUFFER_LENGTH];
51 static uint8_t twi_rxBuffer[TWI_BUFFER_LENGTH];
119 if(TWI_BUFFER_LENGTH < length){
182 if(TWI_BUFFER_LENGTH < length){
240 if(TWI_BUFFER_LENGTH < length){
402 if(twi_rxBufferIndex < TWI_BUFFER_LENGTH){
413 if(twi_rxBufferIndex < TWI_BUFFER_LENGTH){

Completed in 23 milliseconds