OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txBuffer
(Results
1 - 2
of
2
) sorted by null
/external/arduino/libraries/Wire/
Wire.cpp
36
uint8_t TwoWire::
txBuffer
[BUFFER_LENGTH];
115
int8_t ret = twi_writeTo(txAddress,
txBuffer
, txBufferLength, 1);
136
txBuffer
[txBufferIndex] = data;
Wire.h
35
static uint8_t
txBuffer
[];
Completed in 48 milliseconds