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

#include <adis16260.h>

Data Fields

struct spi_deviceus
 
struct iio_triggertrig
 
struct mutex buf_lock
 
unsigned negate:1
 
u8 tx[ADIS16260_MAX_TX____cacheline_aligned
 
u8 rx [ADIS16260_MAX_RX]
 

Detailed Description

struct adis16260_state - device instance specific data : actual spi_device : data ready trigger registered with iio : mutex to protect tx and rx : negate the scale parameter : transmit buffer : receive buffer

Definition at line 93 of file adis16260.h.

Field Documentation

Definition at line 98 of file adis16260.h.

struct mutex buf_lock

Definition at line 96 of file adis16260.h.

unsigned negate

Definition at line 97 of file adis16260.h.

Definition at line 99 of file adis16260.h.

Definition at line 95 of file adis16260.h.

Definition at line 94 of file adis16260.h.


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