Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sht15_platform_data Struct Reference

#include <sht15.h>

Data Fields

int gpio_data
 
int gpio_sck
 
int supply_mv
 
bool checksum
 
bool no_otp_reload
 
bool low_resolution
 

Detailed Description

struct sht15_platform_data - sht15 connectivity info : no. of gpio to which bidirectional data line is connected. : no. of gpio to which the data clock is connected. : supply voltage in mv. Overridden by regulator if available. : flag to indicate the checksum should be validated. : flag to indicate no reload from OTP. : flag to indicate the temp/humidity resolution to use.

Definition at line 26 of file sht15.h.

Field Documentation

bool checksum

Definition at line 30 of file sht15.h.

int gpio_data

Definition at line 27 of file sht15.h.

int gpio_sck

Definition at line 28 of file sht15.h.

bool low_resolution

Definition at line 32 of file sht15.h.

bool no_otp_reload

Definition at line 31 of file sht15.h.

int supply_mv

Definition at line 29 of file sht15.h.


The documentation for this struct was generated from the following file: