|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Classes | |
| class | KnxFacade< P, B > |
Typedefs | |
| typedef const uint8_t *(* | RestoreCallback) (const uint8_t *buffer) |
| typedef uint8_t *(* | SaveCallback) (uint8_t *buffer) |
| typedef void(* | IsrFunctionPtr) () |
| typedef void(* | ProgLedOnCallback) () |
| typedef void(* | ProgLedOffCallback) () |
| typedef void(* | ActivityCallback) (uint8_t info) |
Functions | |
| void | buttonUp () |
Variables | |
| KnxFacade< SamdPlatform, Bau07B0 > | knx |
| typedef void(* ActivityCallback) (uint8_t info) |
Definition at line 72 of file knx_facade.h.
| typedef void(* IsrFunctionPtr) () |
Definition at line 68 of file knx_facade.h.
| typedef void(* ProgLedOffCallback) () |
Definition at line 70 of file knx_facade.h.
| typedef void(* ProgLedOnCallback) () |
Definition at line 69 of file knx_facade.h.
| typedef const uint8_t*(* RestoreCallback) (const uint8_t *buffer) |
Definition at line 66 of file knx_facade.h.
| typedef uint8_t*(* SaveCallback) (uint8_t *buffer) |
Definition at line 67 of file knx_facade.h.
| void buttonUp | ( | ) |
|
extern |
Definition at line 514 of file knx_facade.h.