]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluetooth/bth_h8s2638.h
Initial import of Petr's work.
[mirosot.git] / bluetooth / bth_h8s2638.h
1 /*******************************************************************
2   bluetooth library
3
4   bth_h8s2638.h - list of function for TPU direction
5                   fce are using for h8s2638
6
7   Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com
8
9  *******************************************************************/
10
11
12
13 #ifndef BTH_H82638H_H
14 #define BTH_H82638H_H
15
16 void bth_init_pkt_controll(void);
17 void bth_inruppt_pkt_controll(void);
18 void bth_clear_TPU_counter(void);
19 void bth_stop_TPU_counter(void);
20 void bth_start_TPU_counter(void);
21 long int bth_get_timer(void);
22 void bth_nul_timer(void);
23 #endif