bmp280_t Struct Reference

This structure holds BMP280 initialization parameters.

Definition at line 767 of file bmp280.h.

#include <bmp280.h>

Data Fields

BMP280_RD_FUNC_PTR
 
BMP280_WR_FUNC_PTR
 
struct bmp280_calib_param_t calib_param
 
u8 chip_id
 
void(* delay_msec )(BMP280_MDELAY_DATA_TYPE)
 
u8 dev_addr
 
u8 oversamp_pressure
 
u8 oversamp_temperature
 

Field Documentation

bmp280_t::BMP280_RD_FUNC_PTR

bus read function pointer

Definition at line 777 of file bmp280.h.

bmp280_t::BMP280_WR_FUNC_PTR

bus write function pointer

Definition at line 776 of file bmp280.h.

u8 bmp280_t::chip_id

chip id of the sensor

Definition at line 770 of file bmp280.h.

Referenced by bmp280_init().

void(* bmp280_t::delay_msec) (BMP280_MDELAY_DATA_TYPE)

delay function pointer

Definition at line 778 of file bmp280.h.

Referenced by BAP_init(), bmp280_get_forced_uncomp_pressure_temperature(), and bmp280_init().

u8 bmp280_t::oversamp_pressure
u8 bmp280_t::oversamp_temperature

The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/hardware/kit/common/bsp/thunderboard/bosch/BMP280_driver/bmp280.h