MSP430UltrasonicLibrary  02_20_00_15
benchmarkussswLib.h
Go to the documentation of this file.
1 #ifndef __BENCHMARK_H
2 #define __BENCHMARK_H
3 
4 #include <msp430.h>
5 #include <stdint.h>
6 #include "USS_Lib_HAL.h"
7 
8 #if defined(ENABLE_USS_LIB_BENCHMARK)
9 
10 /* benchmark APIs */
11 extern void BENCHMARK_ENTRY_USS_LIB(void);
12 extern void BENCHMARK_EXIT_USS_LIB(void);
13 
14 #else
15 #define BENCHMARK_ENTRY_USS_LIB()
16 #define BENCHMARK_EXIT_USS_LIB()
17 #endif
18 
19 #endif /* __BENCHMARK_H */
20 
#define BENCHMARK_EXIT_USS_LIB()
Definition: benchmarkussswLib.h:16
#define BENCHMARK_ENTRY_USS_LIB()
Definition: benchmarkussswLib.h:15
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale