RTduino Source Code Reference Manual
|
This is the complete list of members for TwoWire, including all inherited members.
_i2c_bus_dev (defined in TwoWire) | TwoWire | |
_startMillis (defined in Stream) | Stream | protected |
_timeout (defined in Stream) | Stream | protected |
available(void) (defined in TwoWire) | TwoWire | virtual |
availableForWrite() (defined in Print) | inlinevirtual | |
begin(const char *i2c_dev_name=RTDUINO_DEFAULT_IIC_BUS_NAME) (defined in TwoWire) | TwoWire | |
begin(uint8_t) (defined in TwoWire) | TwoWire | |
begin(int) (defined in TwoWire) | TwoWire | |
beginTransmission(uint8_t) (defined in TwoWire) | TwoWire | |
beginTransmission(int) (defined in TwoWire) | TwoWire | |
clearWriteError() (defined in Print) | inline | |
end(void) (defined in TwoWire) | TwoWire | |
endTransmission(void) (defined in TwoWire) | TwoWire | |
endTransmission(uint8_t) (defined in TwoWire) | TwoWire | |
find(char *target) (defined in Stream) | Stream | |
find(uint8_t *target) (defined in Stream) | Stream | inline |
find(char *target, size_t length) (defined in Stream) | Stream | |
find(uint8_t *target, size_t length) (defined in Stream) | Stream | inline |
find(char target) (defined in Stream) | Stream | inline |
findMulti(struct MultiTarget *targets, int tCount) (defined in Stream) | Stream | protected |
findUntil(char *target, char *terminator) (defined in Stream) | Stream | |
findUntil(uint8_t *target, char *terminator) (defined in Stream) | Stream | inline |
findUntil(char *target, size_t targetLen, char *terminate, size_t termLen) (defined in Stream) | Stream | |
findUntil(uint8_t *target, size_t targetLen, char *terminate, size_t termLen) (defined in Stream) | Stream | inline |
flush(void) (defined in TwoWire) | TwoWire | virtual |
getTimeout(void) (defined in Stream) | Stream | inline |
getWriteError() (defined in Print) | inline | |
onReceive(void(*)(int)) (defined in TwoWire) | TwoWire | |
onRequest(void(*)(void)) (defined in TwoWire) | TwoWire | |
parseFloat(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream) | Stream | |
parseFloat(char ignore) (defined in Stream) | Stream | inlineprotected |
parseInt(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream) | Stream | |
parseInt(char ignore) (defined in Stream) | Stream | inlineprotected |
peek(void) (defined in TwoWire) | TwoWire | virtual |
peekNextDigit(LookaheadMode lookahead, bool detectDecimal) (defined in Stream) | Stream | protected |
Print() (defined in Print) | inline | |
print(const __FlashStringHelper *) (defined in Print) | ||
print(const String &) (defined in Print) | ||
print(const char[]) (defined in Print) | ||
print(char) (defined in Print) | ||
print(unsigned char, int=DEC) (defined in Print) | ||
print(int, int=DEC) (defined in Print) | ||
print(unsigned int, int=DEC) (defined in Print) | ||
print(long, int=DEC) (defined in Print) | ||
print(unsigned long, int=DEC) (defined in Print) | ||
print(double, int=2) (defined in Print) | ||
print(const Printable &) (defined in Print) | ||
println(const __FlashStringHelper *) (defined in Print) | ||
println(const String &s) (defined in Print) | ||
println(const char[]) (defined in Print) | ||
println(char) (defined in Print) | ||
println(unsigned char, int=DEC) (defined in Print) | ||
println(int, int=DEC) (defined in Print) | ||
println(unsigned int, int=DEC) (defined in Print) | ||
println(long, int=DEC) (defined in Print) | ||
println(unsigned long, int=DEC) (defined in Print) | ||
println(double, int=2) (defined in Print) | ||
println(const Printable &) (defined in Print) | ||
println(void) (defined in Print) | ||
read(void) (defined in TwoWire) | TwoWire | virtual |
readBytes(char *buffer, size_t length) (defined in Stream) | Stream | |
readBytes(uint8_t *buffer, size_t length) (defined in Stream) | Stream | inline |
readBytesUntil(char terminator, char *buffer, size_t length) (defined in Stream) | Stream | |
readBytesUntil(char terminator, uint8_t *buffer, size_t length) (defined in Stream) | Stream | inline |
readString(void) (defined in Stream) | Stream | |
readStringUntil(char terminator) (defined in Stream) | Stream | |
requestFrom(uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
requestFrom(uint8_t, uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
requestFrom(uint8_t, uint8_t, uint32_t, uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
requestFrom(int, int) (defined in TwoWire) | TwoWire | |
requestFrom(int, int, int) (defined in TwoWire) | TwoWire | |
setClock(uint32_t) (defined in TwoWire) | TwoWire | |
setTimeout(unsigned long timeout) (defined in Stream) | Stream | |
setWireTimeout(uint32_t timeout=25000, bool reset_with_timeout=false) (defined in TwoWire) | TwoWire | |
setWriteError(int err=1) (defined in Print) | inlineprotected | |
Stream() (defined in Stream) | Stream | inline |
timedPeek(void) (defined in Stream) | Stream | protected |
timedRead(void) (defined in Stream) | Stream | protected |
TwoWire() (defined in TwoWire) | TwoWire | |
write(uint8_t) (defined in TwoWire) | TwoWire | virtual |
write(const uint8_t *, size_t) (defined in TwoWire) | TwoWire | virtual |
write(unsigned long n) (defined in TwoWire) | TwoWire | inline |
write(long n) (defined in TwoWire) | TwoWire | inline |
write(unsigned int n) (defined in TwoWire) | TwoWire | inline |
write(int n) (defined in TwoWire) | TwoWire | inline |
write(uint8_t c)=0 (defined in TwoWire) | TwoWire | |
write(const char *str) (defined in TwoWire) | TwoWire | inline |
write(const uint8_t *buffer, size_t size) (defined in TwoWire) | TwoWire | |
write(const char *buffer, size_t size) (defined in TwoWire) | TwoWire | inline |
write(const char *str) (defined in Print) | inline | |
write(const char *buffer, size_t size) (defined in Print) | inline | |
~Stream() (defined in Stream) | Stream | inlinevirtual |