|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Classes | |
| class | Platform |
Typedefs | |
| typedef uint32_t(* | FlashCallbackSize) () |
| typedef uint8_t *(* | FlashCallbackRead) () |
| typedef uint32_t(* | FlashCallbackWrite) (uint32_t relativeAddress, uint8_t *buffer, size_t len) |
| typedef void(* | FlashCallbackCommit) () |
Enumerations | |
| enum | NvMemoryType { Eeprom , Flash , Callback } |
| typedef void(* FlashCallbackCommit) () |
Definition at line 21 of file platform.h.
| typedef uint8_t*(* FlashCallbackRead) () |
Definition at line 19 of file platform.h.
| typedef uint32_t(* FlashCallbackSize) () |
Definition at line 18 of file platform.h.
| typedef uint32_t(* FlashCallbackWrite) (uint32_t relativeAddress, uint8_t *buffer, size_t len) |
Definition at line 20 of file platform.h.
| enum NvMemoryType |
| Enumerator | |
|---|---|
| Eeprom | |
| Flash | |
| Callback | |
Definition at line 24 of file platform.h.