Lines Matching +full:0 +full:x04

20 #define BMP5_ODR_240_HZ	  0x00
21 #define BMP5_ODR_218_5_HZ 0x01
22 #define BMP5_ODR_199_1_HZ 0x02
23 #define BMP5_ODR_179_2_HZ 0x03
24 #define BMP5_ODR_160_HZ 0x04
25 #define BMP5_ODR_149_3_HZ 0x05
26 #define BMP5_ODR_140_HZ 0x06
27 #define BMP5_ODR_129_8_HZ 0x07
28 #define BMP5_ODR_120_HZ 0x08
29 #define BMP5_ODR_110_1_HZ 0x09
30 #define BMP5_ODR_100_2_HZ 0x0A
31 #define BMP5_ODR_89_6_HZ 0x0B
32 #define BMP5_ODR_80_HZ 0x0C
33 #define BMP5_ODR_70_HZ 0x0D
34 #define BMP5_ODR_60_HZ 0x0E
35 #define BMP5_ODR_50_HZ 0x0F
36 #define BMP5_ODR_45_HZ 0x10
37 #define BMP5_ODR_40_HZ 0x11
38 #define BMP5_ODR_35_HZ 0x12
39 #define BMP5_ODR_30_HZ 0x13
40 #define BMP5_ODR_25_HZ 0x14
41 #define BMP5_ODR_20_HZ 0x15
42 #define BMP5_ODR_15_HZ 0x16
43 #define BMP5_ODR_10_HZ 0x17
44 #define BMP5_ODR_05_HZ 0x18
45 #define BMP5_ODR_04_HZ 0x19
46 #define BMP5_ODR_03_HZ 0x1A
47 #define BMP5_ODR_02_HZ 0x1B
48 #define BMP5_ODR_01_HZ 0x1C
49 #define BMP5_ODR_0_5_HZ 0x1D
50 #define BMP5_ODR_0_250_HZ 0x1E
51 #define BMP5_ODR_0_125_HZ 0x1F
54 #define BMP5_OVERSAMPLING_1X 0x00
55 #define BMP5_OVERSAMPLING_2X 0x01
56 #define BMP5_OVERSAMPLING_4X 0x02
57 #define BMP5_OVERSAMPLING_8X 0x03
58 #define BMP5_OVERSAMPLING_16X 0x04
59 #define BMP5_OVERSAMPLING_32X 0x05
60 #define BMP5_OVERSAMPLING_64X 0x06
61 #define BMP5_OVERSAMPLING_128X 0x07
64 #define BMP5_IIR_FILTER_BYPASS 0x00
65 #define BMP5_IIR_FILTER_COEFF_1 0x01
66 #define BMP5_IIR_FILTER_COEFF_3 0x02
67 #define BMP5_IIR_FILTER_COEFF_7 0x03
68 #define BMP5_IIR_FILTER_COEFF_15 0x04
69 #define BMP5_IIR_FILTER_COEFF_31 0x05
70 #define BMP5_IIR_FILTER_COEFF_63 0x06
71 #define BMP5_IIR_FILTER_COEFF_127 0x07