|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Typedefs | |
| typedef void(* | voidFuncPtr) (void) |
Functions | |
| uint32_t | millis () |
| void | delay (uint32_t millis) |
| void | printUint64 (uint64_t value, int base=DEC) |
| void | print (const char *s) |
| void | print (char c) |
| void | print (unsigned char num) |
| void | print (unsigned char num, int base) |
| void | print (int num) |
| void | print (int num, int base) |
| void | print (unsigned int num) |
| void | print (unsigned int num, int base) |
| void | print (long num) |
| void | print (long num, int base) |
| void | print (unsigned long num) |
| void | print (unsigned long num, int base) |
| void | print (unsigned long long num) |
| void | print (unsigned long long num, int base) |
| void | print (double num) |
| void | println (const char *s) |
| void | println (char c) |
| void | println (unsigned char num) |
| void | println (unsigned char num, int base) |
| void | println (int num) |
| void | println (int num, int base) |
| void | println (unsigned int num) |
| void | println (unsigned int num, int base) |
| void | println (long num) |
| void | println (long num, int base) |
| void | println (unsigned long num) |
| void | println (unsigned long num, int base) |
| void | println (unsigned long long num) |
| void | println (unsigned long long num, int base) |
| void | println (double num) |
| void | println (double num, int places) |
| void | println (void) |
| void | pinMode (uint32_t dwPin, uint32_t dwMode) |
| void | digitalWrite (uint32_t dwPin, uint32_t dwVal) |
| uint32_t | digitalRead (uint32_t dwPin) |
| void | attachInterrupt (uint32_t pin, voidFuncPtr callback, uint32_t mode) |
| int | gpio_export (int pin) |
| int | gpio_unexport (int pin) |
| int | gpio_direction (int pin, int dir) |
| int | gpio_read (int pin) |
| int | gpio_write (int pin, int value) |
| int | gpio_edge (unsigned int pin, char edge) |
| int | gpio_wait (unsigned int pin, int timeout) |
| void | delayMicrosecondsHard (unsigned int howLong) |
| void | delayMicroseconds (unsigned int howLong) |
| typedef void(* voidFuncPtr) (void) |
Definition at line 760 of file linux_platform.cpp.
| void attachInterrupt | ( | uint32_t | pin, |
| voidFuncPtr | callback, | ||
| uint32_t | mode | ||
| ) |
Definition at line 761 of file linux_platform.cpp.
| void delay | ( | uint32_t | millis | ) |
Definition at line 145 of file linux_platform.cpp.
| void delayMicroseconds | ( | unsigned int | howLong | ) |
| void delayMicrosecondsHard | ( | unsigned int | howLong | ) |
| uint32_t digitalRead | ( | uint32_t | dwPin | ) |
| void digitalWrite | ( | uint32_t | dwPin, |
| uint32_t | dwVal | ||
| ) |
| int gpio_direction | ( | int | pin, |
| int | dir | ||
| ) |
Definition at line 924 of file linux_platform.cpp.
| int gpio_edge | ( | unsigned int | pin, |
| char | edge | ||
| ) |
| int gpio_export | ( | int | pin | ) |
Definition at line 851 of file linux_platform.cpp.
| int gpio_read | ( | int | pin | ) |
| int gpio_unexport | ( | int | pin | ) |
Definition at line 887 of file linux_platform.cpp.
| int gpio_wait | ( | unsigned int | pin, |
| int | timeout | ||
| ) |
Definition at line 1094 of file linux_platform.cpp.
| int gpio_write | ( | int | pin, |
| int | value | ||
| ) |
| uint32_t millis | ( | ) |
| void pinMode | ( | uint32_t | dwPin, |
| uint32_t | dwMode | ||
| ) |
| void print | ( | char | c | ) |
Definition at line 557 of file linux_platform.cpp.
| void print | ( | const char * | s | ) |
| void print | ( | double | num | ) |
Definition at line 637 of file linux_platform.cpp.
| void print | ( | int | num | ) |
| void print | ( | int | num, |
| int | base | ||
| ) |
Definition at line 580 of file linux_platform.cpp.
| void print | ( | long | num | ) |
| void print | ( | long | num, |
| int | base | ||
| ) |
Definition at line 606 of file linux_platform.cpp.
| void print | ( | unsigned char | num | ) |
| void print | ( | unsigned char | num, |
| int | base | ||
| ) |
Definition at line 567 of file linux_platform.cpp.
| void print | ( | unsigned int | num | ) |
| void print | ( | unsigned int | num, |
| int | base | ||
| ) |
Definition at line 593 of file linux_platform.cpp.
| void print | ( | unsigned long long | num | ) |
| void print | ( | unsigned long long | num, |
| int | base | ||
| ) |
| void print | ( | unsigned long | num | ) |
| void print | ( | unsigned long | num, |
| int | base | ||
| ) |
Definition at line 619 of file linux_platform.cpp.
| void println | ( | char | c | ) |
Definition at line 646 of file linux_platform.cpp.
| void println | ( | const char * | s | ) |
| void println | ( | double | num | ) |
Definition at line 728 of file linux_platform.cpp.
| void println | ( | double | num, |
| int | places | ||
| ) |
Definition at line 733 of file linux_platform.cpp.
| void println | ( | int | num | ) |
| void println | ( | int | num, |
| int | base | ||
| ) |
Definition at line 669 of file linux_platform.cpp.
| void println | ( | long | num | ) |
| void println | ( | long | num, |
| int | base | ||
| ) |
Definition at line 695 of file linux_platform.cpp.
| void println | ( | unsigned char | num | ) |
| void println | ( | unsigned char | num, |
| int | base | ||
| ) |
Definition at line 656 of file linux_platform.cpp.
| void println | ( | unsigned int | num | ) |
| void println | ( | unsigned int | num, |
| int | base | ||
| ) |
Definition at line 682 of file linux_platform.cpp.
| void println | ( | unsigned long long | num | ) |
| void println | ( | unsigned long long | num, |
| int | base | ||
| ) |
| void println | ( | unsigned long | num | ) |
| void println | ( | unsigned long | num, |
| int | base | ||
| ) |
Definition at line 708 of file linux_platform.cpp.
| void println | ( | void | ) |
Definition at line 738 of file linux_platform.cpp.
| void printUint64 | ( | uint64_t | value, |
| int | base = DEC |
||
| ) |
Definition at line 534 of file linux_platform.cpp.