JM9 XRCU Board 0.1.0
Libraries API Reference
Loading...
Searching...
No Matches
TwoWire Member List

This is the complete list of members for TwoWire, including all inherited members.

_startMillis (defined in Stream)Streamprotected
_timeout (defined in Stream)Streamprotected
available(void) (defined in TwoWire)TwoWirevirtual
availableForWrite() (defined in Print)Printinlinevirtual
begin(bool generalCall=false) (defined in TwoWire)TwoWire
begin(uint32_t, uint32_t) (defined in TwoWire)TwoWire
begin(uint8_t, bool generalCall=false, bool NoStretchMode=false) (defined in TwoWire)TwoWire
begin(int, bool generalCall=false, bool NoStretchMode=false) (defined in TwoWire)TwoWire
beginTransmission(uint8_t) (defined in TwoWire)TwoWire
beginTransmission(int) (defined in TwoWire)TwoWire
cb_function_receive_t typedef (defined in TwoWire)TwoWire
cb_function_request_t typedef (defined in TwoWire)TwoWire
clearWriteError() (defined in Print)Printinline
end() (defined in TwoWire)TwoWire
endTransmission(void) (defined in TwoWire)TwoWire
endTransmission(uint8_t) (defined in TwoWire)TwoWire
find(const char *target) (defined in Stream)Stream
find(const uint8_t *target) (defined in Stream)Streaminline
find(const char *target, size_t length) (defined in Stream)Stream
find(const uint8_t *target, size_t length) (defined in Stream)Streaminline
find(char target) (defined in Stream)Streaminline
findMulti(struct MultiTarget *targets, int tCount) (defined in Stream)Streamprotected
findUntil(const char *target, const char *terminator) (defined in Stream)Stream
findUntil(const uint8_t *target, const char *terminator) (defined in Stream)Streaminline
findUntil(const char *target, size_t targetLen, const char *terminate, size_t termLen) (defined in Stream)Stream
findUntil(const uint8_t *target, size_t targetLen, const char *terminate, size_t termLen) (defined in Stream)Streaminline
flush(void) (defined in TwoWire)TwoWirevirtual
getHandle(void) (defined in TwoWire)TwoWireinline
getTimeout(void) (defined in Stream)Streaminline
getWriteError() (defined in Print)Printinline
isSlavePresent(const uint8_t slave_address)TwoWire
isUseSoftTwi()TwoWire
onReceive(cb_function_receive_t callback) (defined in TwoWire)TwoWire
onRequest(cb_function_request_t callback) (defined in TwoWire)TwoWire
parseFloat(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream)Stream
parseFloat(char ignore) (defined in Stream)Streaminlineprotected
parseInt(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream)Stream
parseInt(char ignore) (defined in Stream)Streaminlineprotected
peek(void) (defined in TwoWire)TwoWirevirtual
peekNextDigit(LookaheadMode lookahead, bool detectDecimal) (defined in Stream)Streamprotected
Print() (defined in Print)Printinline
print(const __FlashStringHelper *) (defined in Print)Print
print(const String &) (defined in Print)Print
print(const char[]) (defined in Print)Print
print(char) (defined in Print)Print
print(unsigned char, int=DEC) (defined in Print)Print
print(int, int=DEC) (defined in Print)Print
print(unsigned int, int=DEC) (defined in Print)Print
print(long, int=DEC) (defined in Print)Print
print(unsigned long, int=DEC) (defined in Print)Print
print(long long, int=DEC) (defined in Print)Print
print(unsigned long long, int=DEC) (defined in Print)Print
print(float, int=2) (defined in Print)Print
print(double, int=2) (defined in Print)Print
print(const Printable &) (defined in Print)Print
printf(const char *format,...) (defined in Print)Print
printf(const __FlashStringHelper *format,...) (defined in Print)Print
println(const __FlashStringHelper *) (defined in Print)Print
println(const String &s) (defined in Print)Print
println(const char[]) (defined in Print)Print
println(char) (defined in Print)Print
println(unsigned char, int=DEC) (defined in Print)Print
println(int, int=DEC) (defined in Print)Print
println(unsigned int, int=DEC) (defined in Print)Print
println(long, int=DEC) (defined in Print)Print
println(unsigned long, int=DEC) (defined in Print)Print
println(long long, int=DEC) (defined in Print)Print
println(unsigned long long, int=DEC) (defined in Print)Print
println(float, int=2) (defined in Print)Print
println(double, int=2) (defined in Print)Print
println(const Printable &) (defined in Print)Print
println(void) (defined in Print)Print
read(void) (defined in TwoWire)TwoWirevirtual
readBytes(char *buffer, size_t length) (defined in Stream)Streamvirtual
readBytes(uint8_t *buffer, size_t length) (defined in Stream)Streaminline
readBytesUntil(char terminator, char *buffer, size_t length) (defined in Stream)Streamvirtual
readBytesUntil(char terminator, uint8_t *buffer, size_t length) (defined in Stream)Streaminline
readString() (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, size_t, bool) (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
scanSlaves(const uint8_t starting_address=0x01)TwoWire
setClock(uint32_t) (defined in TwoWire)TwoWire
setSCL(uint32_t scl) (defined in TwoWire)TwoWireinline
setSCL(PinName scl) (defined in TwoWire)TwoWireinline
setSDA(uint32_t sda) (defined in TwoWire)TwoWireinline
setSDA(PinName sda) (defined in TwoWire)TwoWireinline
setTimeout(unsigned long timeout) (defined in Stream)Stream
setUseSoftTwi(const bool use)TwoWire
setWireTimeout(uint32_t timeout=25000U, bool reset_with_timeout=false) (defined in TwoWire)TwoWire
setWriteError(int err=1) (defined in Print)Printinlineprotected
Stream() (defined in Stream)Streaminline
switchToPinsSCLSDA(const uint32_t scl, const uint32_t sda)TwoWire
switchToPinsSCLSDA(const PinName scl, const PinName sda)TwoWire
switchToPort(const uint32_t port)TwoWire
timedPeek() (defined in Stream)Streamprotected
timedRead() (defined in Stream)Streamprotected
TwoWire() (defined in TwoWire)TwoWire
TwoWire(uint32_t sda, uint32_t scl) (defined in TwoWire)TwoWire
vprintf(const __FlashStringHelper *format, va_list ap) (defined in Print)Print
vprintf(const char *format, va_list ap) (defined in Print)Print
write(uint8_t) (defined in TwoWire)TwoWirevirtual
write(const uint8_t *, size_t)TwoWirevirtual
write(unsigned long n) (defined in TwoWire)TwoWireinline
write(long n) (defined in TwoWire)TwoWireinline
write(unsigned int n) (defined in TwoWire)TwoWireinline
write(int n) (defined in TwoWire)TwoWireinline
write(const char *str) (defined in TwoWire)TwoWireinline
write(const char *buffer, size_t size) (defined in TwoWire)TwoWireinline
~TwoWire()TwoWire