|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
#include "std.h" Include dependency graph for bmp280_regs.h:
 Include dependency graph for bmp280_regs.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define BMP280_ALL 0x03 | 
Definition at line 137 of file bmp280_regs.h.
| #define BMP280_CALIB_DATA_LEN 24 | 
Definition at line 45 of file bmp280_regs.h.
| #define BMP280_CALIB_LSB_DATA_ADDR 0x88 | 
Definition at line 44 of file bmp280_regs.h.
| #define BMP280_CHIP_ID_REG_ADDR 0xD0 | 
Definition at line 68 of file bmp280_regs.h.
| #define BMP280_COMPENSATION BMP280_DOUBLE_PRECISION_COMPENSATION | 
Definition at line 143 of file bmp280_regs.h.
Definition at line 140 of file bmp280_regs.h.
| #define BMP280_CONFIG_ADDR 0xF4 | 
Definition at line 61 of file bmp280_regs.h.
| #define BMP280_CONFIG_LEN 0x02 | 
Definition at line 62 of file bmp280_regs.h.
| #define BMP280_CONFIG_REG_ADDR 0xF5 | 
Definition at line 72 of file bmp280_regs.h.
| #define BMP280_CTRL_MEAS_REG_ADDR 0xF4 | 
Definition at line 71 of file bmp280_regs.h.
| #define BMP280_DATA_START_REG_ADDR 0xF7 | 
Definition at line 63 of file bmp280_regs.h.
| #define BMP280_DIG_P1_UINT 0x8E | 
Definition at line 50 of file bmp280_regs.h.
| #define BMP280_DIG_P2_INT 0x90 | 
Definition at line 51 of file bmp280_regs.h.
| #define BMP280_DIG_P3_INT 0x92 | 
Definition at line 52 of file bmp280_regs.h.
| #define BMP280_DIG_P4_INT 0x94 | 
Definition at line 53 of file bmp280_regs.h.
| #define BMP280_DIG_P5_INT 0x96 | 
Definition at line 54 of file bmp280_regs.h.
| #define BMP280_DIG_P6_INT 0x98 | 
Definition at line 55 of file bmp280_regs.h.
| #define BMP280_DIG_P7_INT 0x9A | 
Definition at line 56 of file bmp280_regs.h.
| #define BMP280_DIG_P8_INT 0x9C | 
Definition at line 57 of file bmp280_regs.h.
| #define BMP280_DIG_P9_INT 0x9E | 
Definition at line 58 of file bmp280_regs.h.
| #define BMP280_DIG_T1_UINT 0x88 | 
Definition at line 47 of file bmp280_regs.h.
| #define BMP280_DIG_T2_INT 0x8A | 
Definition at line 48 of file bmp280_regs.h.
| #define BMP280_DIG_T3_INT 0x8C | 
Definition at line 49 of file bmp280_regs.h.
| #define BMP280_DISABLE_SPI_IF (0x00) | 
Definition at line 124 of file bmp280_regs.h.
| #define BMP280_ENABLE_SPI_IF (0x01) | 
Definition at line 125 of file bmp280_regs.h.
| #define BMP280_EOC_BIT (1<<3) | 
Definition at line 86 of file bmp280_regs.h.
| #define BMP280_FORCED_MODE 0x01 | 
Definition at line 130 of file bmp280_regs.h.
| #define BMP280_I2C_ADDR 0xEC | 
Definition at line 39 of file bmp280_regs.h.
| #define BMP280_I2C_ADDR_ALT 0xEE | 
Definition at line 40 of file bmp280_regs.h.
| #define BMP280_ID_NB 0x58 | 
Definition at line 82 of file bmp280_regs.h.
| #define BMP280_IIR_FILTER_COEFF_1 (0x00<<2) | 
Definition at line 118 of file bmp280_regs.h.
| #define BMP280_IIR_FILTER_COEFF_16 (0x04<<2) | 
Definition at line 122 of file bmp280_regs.h.
| #define BMP280_IIR_FILTER_COEFF_2 (0x01<<2) | 
Definition at line 119 of file bmp280_regs.h.
| #define BMP280_IIR_FILTER_COEFF_4 (0x02<<2) | 
Definition at line 120 of file bmp280_regs.h.
| #define BMP280_IIR_FILTER_COEFF_8 (0x03<<2) | 
Definition at line 121 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_1000_MS (0x05<<5) | 
Definition at line 114 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_125_MS (0x02<<5) | 
Definition at line 111 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_2000_MS (0x06<<5) | 
Definition at line 115 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_250_MS (0x03<<5) | 
Definition at line 112 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_4000_MS (0x07<<5) | 
Definition at line 116 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_500_MS (0x04<<5) | 
Definition at line 113 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_62_5_MS (0x01<<5) | 
Definition at line 110 of file bmp280_regs.h.
| #define BMP280_INACTIVITY_HALF_MS (0x00<<5) | 
Definition at line 109 of file bmp280_regs.h.
| #define BMP280_NO_OVERSAMPLING_P (0x00<<2) | 
Definition at line 97 of file bmp280_regs.h.
| #define BMP280_NO_OVERSAMPLING_T (0x00<<5) | 
Definition at line 90 of file bmp280_regs.h.
| #define BMP280_NORMAL_MODE 0x03 | 
Definition at line 131 of file bmp280_regs.h.
| #define BMP280_NVRAM_COPY_BIT (1<<0) | 
Definition at line 87 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_16X_P (0x05<<2) | 
Definition at line 102 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_16X_T (0x05<<5) | 
Definition at line 95 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_1X_P (0x01<<2) | 
Definition at line 98 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_1X_T (0x01<<5) | 
Definition at line 91 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_2X_P (0x02<<2) | 
Definition at line 99 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_2X_T (0x02<<5) | 
Definition at line 92 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_4X_P (0x03<<2) | 
Definition at line 100 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_4X_T (0x03<<5) | 
Definition at line 93 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_8X_P (0x04<<2) | 
Definition at line 101 of file bmp280_regs.h.
| #define BMP280_OVERSAMPLING_8X_T (0x04<<5) | 
Definition at line 94 of file bmp280_regs.h.
| #define BMP280_P_DATA_LEN 3 | 
Definition at line 65 of file bmp280_regs.h.
| #define BMP280_P_LSB_REG_ADDR 0xF8 | 
Definition at line 74 of file bmp280_regs.h.
| #define BMP280_P_MSB_REG_ADDR 0xF7 | 
Definition at line 73 of file bmp280_regs.h.
| #define BMP280_P_T_DATA_LEN 6 | 
Definition at line 64 of file bmp280_regs.h.
| #define BMP280_P_XLSB_REG_ADDR 0xF9 | 
Definition at line 75 of file bmp280_regs.h.
| #define BMP280_POWER_FORCED_MODE (0x01) | 
Definition at line 105 of file bmp280_regs.h.
| #define BMP280_POWER_NORMAL_MODE (0x03) | 
Definition at line 106 of file bmp280_regs.h.
| #define BMP280_POWER_SLEEP_MODE (0x00) | 
Definition at line 104 of file bmp280_regs.h.
| #define BMP280_PRESS 0x01 | 
Definition at line 135 of file bmp280_regs.h.
| #define BMP280_READ_FLAG 0x80 | 
Definition at line 36 of file bmp280_regs.h.
| #define BMP280_RESET_REG_ADDR 0xF3 | 
Definition at line 69 of file bmp280_regs.h.
| #define BMP280_RESET_VAL 0xB6 | 
Definition at line 84 of file bmp280_regs.h.
| #define BMP280_SLEEP_MODE 0x00 | 
Definition at line 129 of file bmp280_regs.h.
| #define BMP280_STATUS_REG_ADDR 0xF3 | 
Definition at line 70 of file bmp280_regs.h.
| #define BMP280_T_DATA_LEN 3 | 
Definition at line 66 of file bmp280_regs.h.
| #define BMP280_T_LSB_REG_ADDR 0xFB | 
Definition at line 77 of file bmp280_regs.h.
| #define BMP280_T_MSB_REG_ADDR 0xFA | 
Definition at line 76 of file bmp280_regs.h.
| #define BMP280_T_XLSB_REG_ADDR 0xFC | 
Definition at line 78 of file bmp280_regs.h.
| #define BMP280_TEMP 0x02 | 
Definition at line 136 of file bmp280_regs.h.