]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bth_tests/bluetooth/bth_h8s2638.h
Added bth_test application. Not finished.
[mirosot.git] / bth_tests / bluetooth / bth_h8s2638.h
diff --git a/bth_tests/bluetooth/bth_h8s2638.h b/bth_tests/bluetooth/bth_h8s2638.h
new file mode 100644 (file)
index 0000000..36061d1
--- /dev/null
@@ -0,0 +1,23 @@
+/*******************************************************************
+  bluetooth library
+
+  bth_h8s2638.h - list of function for TPU direction
+                  fce are using for h8s2638
+
+  Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com
+
+ *******************************************************************/
+
+
+
+#ifndef BTH_H82638H_H
+#define BTH_H82638H_H
+
+void bth_init_pkt_controll(void);
+void bth_inruppt_pkt_controll(void);
+void bth_clear_TPU_counter(void);
+void bth_stop_TPU_counter(void);
+void bth_start_TPU_counter(void);
+long int bth_get_timer(void);
+void bth_nul_timer(void);
+#endif