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
wind_gfi.h File Reference
#include "std.h"
+ Include dependency graph for wind_gfi.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  pcf_stat {
  PCF_IDLE, PCF_SET_OE_LSB, PCF_READ_LSB, PCF_SET_OE_MSB,
  PCF_READ_MSB
}
 

Functions

void wind_gfi_init (void)
 
void wind_gfi_periodic (void)
 
void wind_gfi_event (void)
 

Enumeration Type Documentation

enum pcf_stat
Enumerator
PCF_IDLE 
PCF_SET_OE_LSB 
PCF_READ_LSB 
PCF_SET_OE_MSB 
PCF_READ_MSB 

Definition at line 6 of file wind_gfi.h.

Function Documentation

void wind_gfi_init ( void  )

Definition at line 57 of file wind_gfi.c.

References I2CTransDone, PCF_IDLE, pcf_status, pcf_trans, and i2c_transaction::status.

void wind_gfi_periodic ( void  )

Definition at line 63 of file wind_gfi.c.

References i2c_transaction::buf, i2c_transmit(), PCF_I2C_DEV, PCF_SET_OE_LSB, PCF_SLAVE_ADDR, pcf_status, and pcf_trans.

+ Here is the call graph for this function: