Linux Kernel
3.7.1
|
#include <ntc_thermistor.h>
Public Types | |
enum | { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } |
Data Fields | |
int(* | read_uV )(void) |
unsigned int | pullup_uV |
unsigned int | pullup_ohm |
unsigned int | pulldown_ohm |
enum ntc_thermistor_platform_data:: { ... } | connect |
int(* | read_ohm )(void) |
Definition at line 29 of file ntc_thermistor.h.
anonymous enum |
Definition at line 48 of file ntc_thermistor.h.
enum { ... } connect |
unsigned int pulldown_ohm |
Definition at line 47 of file ntc_thermistor.h.
unsigned int pullup_ohm |
Definition at line 46 of file ntc_thermistor.h.
unsigned int pullup_uV |
Definition at line 44 of file ntc_thermistor.h.
Definition at line 50 of file ntc_thermistor.h.
Definition at line 43 of file ntc_thermistor.h.