Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ms5611_spi.c File Reference

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

+ Include dependency graph for ms5611_spi.c:

Go to the source code of this file.

Functions

void ms5611_spi_init (struct Ms5611_Spi *ms, struct spi_periph *spi_p, uint8_t slave_idx, bool is_ms5607)
 
void ms5611_spi_start_configure (struct Ms5611_Spi *ms)
 
void ms5611_spi_start_conversion (struct Ms5611_Spi *ms)
 
void ms5611_spi_periodic_check (struct Ms5611_Spi *ms)
 Periodic function to ensure proper delay after triggering reset or conversion. More...
 
void ms5611_spi_event (struct Ms5611_Spi *ms)
 

Detailed Description

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

Definition in file ms5611_spi.c.

Function Documentation

void ms5611_spi_periodic_check ( struct Ms5611_Spi ms)

Periodic function to ensure proper delay after triggering reset or conversion.

Should run at 100Hz max. Typical conversion time is 8.22ms at max resolution.

Definition at line 92 of file ms5611_spi.c.

References MS5611_ADC_READ, MS5611_PROM_READ, MS5611_STATUS_ADC_D1, MS5611_STATUS_ADC_D2, MS5611_STATUS_CONV_D1, MS5611_STATUS_CONV_D1_OK, MS5611_STATUS_CONV_D2, MS5611_STATUS_CONV_D2_OK, MS5611_STATUS_PROM, MS5611_STATUS_RESET, MS5611_STATUS_RESET_OK, Ms5611_Spi::prom_cnt, Ms5611_Spi::spi_p, spi_submit(), Ms5611_Spi::spi_trans, SPITransDone, Ms5611_Spi::status, spi_transaction::status, and Ms5611_Spi::tx_buf.

Referenced by baro_ms5611_periodic_check(), and ms5611_spi_periodic().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ms5611_spi_start_configure ( struct Ms5611_Spi ms)

Definition at line 65 of file ms5611_spi.c.

References Ms5611_Spi::initialized, MS5611_SOFT_RESET, MS5611_STATUS_RESET, MS5611_STATUS_UNINIT, Ms5611_Spi::prom_cnt, Ms5611_Spi::spi_p, spi_submit(), Ms5611_Spi::spi_trans, Ms5611_Spi::status, and Ms5611_Spi::tx_buf.

Referenced by ms5611_spi_read().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ms5611_spi_start_conversion ( struct Ms5611_Spi ms)

Definition at line 76 of file ms5611_spi.c.

References MS5611_START_CONV_D1, MS5611_STATUS_CONV_D1, MS5611_STATUS_IDLE, Ms5611_Spi::spi_p, spi_submit(), Ms5611_Spi::spi_trans, SPITransDone, Ms5611_Spi::status, spi_transaction::status, and Ms5611_Spi::tx_buf.

Referenced by ms5611_spi_read().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: