Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
lps25h.h File Reference
#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

◆ Lps25hConfig

struct Lps25hConfig

Definition at line 42 of file lps25h.h.

Data Fields
uint8_t ctrl1

Enumeration Type Documentation

◆ Lps25hConfStatus

Enumerator
LPS25H_CONF_UNINIT 
LPS25H_CONF_CTRL1 
LPS25H_CONF_DONE 

Definition at line 36 of file lps25h.h.

Function Documentation

◆ lps25h_set_default_config()

static void lps25h_set_default_config ( struct Lps25hConfig c)
inlinestatic

Definition at line 46 of file lps25h.h.

References c().

Referenced by lps25h_i2c_init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: