Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
baro_ms5611_spi.h File Reference

Measurement Specialties (Intersema) MS5611-01BA pressure/temperature sensor interface for SPI. More...

#include "std.h"
#include "peripherals/ms5611_spi.h"
+ Include dependency graph for baro_ms5611_spi.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BARO_MS5611_DT   BARO_MS5611_READ_PERIOD
 new measurement with every baro_ms5611_read() call More...
 
#define BARO_MS5611_R   20
 
#define BARO_MS5611_SIGMA2   1
 

Functions

void baro_ms5611_init (void)
 
void baro_ms5611_read (void)
 trigger new measurement or initialize if needed More...
 
void baro_ms5611_periodic_check (void)
 
void baro_ms5611_event (void)
 
void baro_ms5611_send_coeff (void)
 

Variables

float baro_ms5611_r
 
float baro_ms5611_sigma2
 
float baro_ms5611_alt
 
bool baro_ms5611_alt_valid
 
bool baro_ms5611_enabled
 
struct Ms5611_Spi baro_ms5611
 

Detailed Description

Measurement Specialties (Intersema) MS5611-01BA pressure/temperature sensor interface for SPI.

Definition in file baro_ms5611_spi.h.

Macro Definition Documentation

#define BARO_MS5611_DT   BARO_MS5611_READ_PERIOD

new measurement with every baro_ms5611_read() call

Definition at line 36 of file baro_ms5611_spi.h.

#define BARO_MS5611_R   20

Definition at line 37 of file baro_ms5611_spi.h.

#define BARO_MS5611_SIGMA2   1

Definition at line 38 of file baro_ms5611_spi.h.

Function Documentation

void baro_ms5611_periodic_check ( void  )

Definition at line 71 of file baro_ms5611_i2c.c.

References baro_ms5611, baro_ms5611_send_coeff(), ms5611_i2c_periodic_check(), and ms5611_spi_periodic_check().

+ Here is the call graph for this function:

void baro_ms5611_read ( void  )

trigger new measurement or initialize if needed

Definition at line 83 of file baro_ms5611_i2c.c.

References baro_ms5611, ms5611_i2c_read(), ms5611_spi_read(), and sys_time::nb_sec.

+ Here is the call graph for this function:

void baro_ms5611_send_coeff ( void  )

Definition at line 115 of file baro_ms5611_i2c.c.

References baro_ms5611, Ms5611Data::c, Ms5611_I2c::data, Ms5611_Spi::data, DefaultChannel, DefaultDevice, Ms5611_I2c::initialized, and Ms5611_Spi::initialized.

Referenced by baro_ms5611_periodic_check().

+ Here is the caller graph for this function:

Variable Documentation

float baro_ms5611_alt

Definition at line 52 of file baro_ms5611_i2c.c.

Referenced by baro_ms5611_event().

bool baro_ms5611_alt_valid

Definition at line 53 of file baro_ms5611_i2c.c.

Referenced by baro_ms5611_event(), and baro_ms5611_init().

bool baro_ms5611_enabled

Definition at line 54 of file baro_ms5611_i2c.c.

Referenced by alt_kalman(), and baro_ms5611_init().

float baro_ms5611_r

Definition at line 56 of file baro_ms5611_i2c.c.

Referenced by alt_kalman(), and baro_ms5611_init().

float baro_ms5611_sigma2

Definition at line 57 of file baro_ms5611_i2c.c.

Referenced by alt_kalman(), and baro_ms5611_init().