aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Include.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-03-19 12:08:17 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-03-19 12:08:17 +0200
commitcc4129c557405accb3ced68f7b6cb19dbdb87a24 (patch)
treef86827ef77a6ef6733805f8190bd961934543e5c /Software/Embedded_SW/Embedded/Include.h
parent9d04bbb2b4a2eb2eb14cc813103c856b7bde975a (diff)
downloadTango-cc4129c557405accb3ced68f7b6cb19dbdb87a24.tar.gz
Tango-cc4129c557405accb3ced68f7b6cb19dbdb87a24.zip
Driver structures and prototypes
Diffstat (limited to 'Software/Embedded_SW/Embedded/Include.h')
-rw-r--r--Software/Embedded_SW/Embedded/Include.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Include.h b/Software/Embedded_SW/Embedded/Include.h
index 598f22667..699f20a98 100644
--- a/Software/Embedded_SW/Embedded/Include.h
+++ b/Software/Embedded_SW/Embedded/Include.h
@@ -1,3 +1,6 @@
+#ifndef INCLUDE_H_
+#define INCLUDE_H_
+
//standard lib includes
#include <stdbool.h>
#include <stdio.h>
@@ -50,5 +53,9 @@
#include "Common/report/report.h"
#define SYS_CLK_FREQ 120000000
+
+typedef uint32_t (* callback_fptr)(uint32_t deviceID, uint32_t ReadValue);
+
extern void SysTickHandler(void);
+#endif // INCLUDE_H_