Chirp SonicLib  4.5.2
ch_asic_whitney.h
Go to the documentation of this file.
1 
7 /*
8  Copyright 2016-2024, InvenSense, Inc. All rights reserved.
9 
10  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
11  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
12  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
13  DISCLAIMED.
14 
15  */
16 
17 #ifndef CH_ASIC_WHITNEY_H_
18 #define CH_ASIC_WHITNEY_H_
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #define MEAS_PERIOD_TIME_HOP_MASK (0xC000) // If bits set, time-hopping disabled
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif /* CH_ASIC_WHITNEY_H_ */