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

Data Fields

struct spi_devicespi
 
unsigned int ctrl
 
enum ad5421_current_range current_range
 
unsigned int fault_mask
 
union {
   u32   d32
 
   u8   d8 [4]
 
____cacheline_aligned [2]
 

Detailed Description

struct ad5421_state - driver instance specific data : spi_device : control register cache : current range which the device is configured for : spi transfer buffers : software masking of events

Definition at line 67 of file ad5421.c.

Field Documentation

union { ... } ____cacheline_aligned[2]
unsigned int ctrl

Definition at line 69 of file ad5421.c.

enum ad5421_current_range current_range

Definition at line 70 of file ad5421.c.

u32 d32

Definition at line 78 of file ad5421.c.

u8 d8[4]

Definition at line 79 of file ad5421.c.

unsigned int fault_mask

Definition at line 71 of file ad5421.c.

Definition at line 68 of file ad5421.c.


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