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

#include <sca3000.h>

Data Fields

unsigned int scale
 
bool temp_output
 
int measurement_mode_freq
 
int option_mode_1
 
int option_mode_1_freq
 
int option_mode_2
 
int option_mode_2_freq
 
int mot_det_mult_xz [6]
 
int mot_det_mult_y [7]
 

Detailed Description

struct sca3000_chip_info - model dependent parameters : scale * 10^-6 : some devices have temperature sensors. : normal mode sampling frequency : first optional mode. Not all models have one : option mode 1 sampling frequency : second optional mode. Not all chips have one : option mode 2 sampling frequency

This structure is used to hold information about the functionality of a given sca3000 variant.

Definition at line 199 of file sca3000.h.

Field Documentation

int measurement_mode_freq

Definition at line 202 of file sca3000.h.

int mot_det_mult_xz[6]

Definition at line 207 of file sca3000.h.

int mot_det_mult_y[7]

Definition at line 208 of file sca3000.h.

int option_mode_1

Definition at line 203 of file sca3000.h.

int option_mode_1_freq

Definition at line 204 of file sca3000.h.

int option_mode_2

Definition at line 205 of file sca3000.h.

int option_mode_2_freq

Definition at line 206 of file sca3000.h.

unsigned int scale

Definition at line 200 of file sca3000.h.

bool temp_output

Definition at line 201 of file sca3000.h.


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