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
lps25h.h File Reference

LPS25H barometer driver interface. More...

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

Go to the source code of this file.

Data Structures

struct  Lps25hConfig
 

Enumerations

enum  Lps25hConfStatus { LPS25H_CONF_UNINIT, LPS25H_CONF_CTRL1, LPS25H_CONF_DONE }
 

Functions

static void lps25h_set_default_config (struct Lps25hConfig *c)
 

Detailed Description

LPS25H barometer driver interface.

Definition in file lps25h.h.


Data Structure Documentation

struct Lps25hConfig

Definition at line 42 of file lps25h.h.

Data Fields
uint8_t ctrl1

Enumeration Type Documentation

Enumerator
LPS25H_CONF_UNINIT 
LPS25H_CONF_CTRL1 
LPS25H_CONF_DONE 

Definition at line 36 of file lps25h.h.

Function Documentation

static void lps25h_set_default_config ( struct Lps25hConfig c)
inlinestatic

Definition at line 46 of file lps25h.h.

References Lps25hConfig::ctrl1.

Referenced by lps25h_i2c_init().

+ Here is the caller graph for this function: