00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00032 #ifndef __TPU_PTAPULSE_H
00033 #define __TPU_PTAPULSE_H
00034
00035 #include <68332/types.h>
00036 #include <68332/tpu.h>
00037
00038 #ifdef __cplusplus
00039 extern "C" {
00040 #endif
00041
00054 void ptapulse_init (
00055 TPUChannel* handle,
00056 bool pulseLevel
00057 );
00058
00073 uint32 ptapulse_result (
00074 TPUChannel* handle
00075 );
00076
00077 #ifdef __cplusplus
00078 }
00079 #endif
00080
00081 #endif // #ifndef __TPU_PTAPULSE_H