NHS31xx SW API
accel_dft.h
1 /*
2  * Copyright 2018-2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
21 #ifndef __ACCEL_DFT_H_
22 #define __ACCEL_DFT_H_
23 
25 #define ACCEL_CHIP_FXLS8972CF
26 
28 #define ACCEL_I2C_HW
29 
30 /* ------------------------------------------------------------------------- */
31 
32 #ifndef ACCEL_SHOCK_ENABLE
33 
37  #define ACCEL_SHOCK_ENABLE 1
38 #endif
39 
40 #ifndef ACCEL_SHAKE_ENABLE
41 
45  #define ACCEL_SHAKE_ENABLE 1
46 #endif
47 
48 #ifndef ACCEL_VIBRATION_ENABLE
49 
53  #define ACCEL_VIBRATION_ENABLE 1
54 #endif
55 
56 #ifndef ACCEL_TILT_ENABLE
57 
61  #define ACCEL_TILT_ENABLE 1
62 #endif
63 
64 #endif