Classes | Defines

/home/jgoppert/Projects/ap/libraries/AP_ADC/AP_ADC_ADS7844.h File Reference

#include "AP_ADC.h"
Include dependency graph for AP_ADC_ADS7844.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_ADC_ADS7844

Defines

#define bit_set(p, m)   ((p) |= ( 1<<m))
#define bit_clear(p, m)   ((p) &= ~(1<<m))
#define ADC_DATAOUT   51
#define ADC_DATAIN   50
#define ADC_SPICLOCK   52
#define ADC_CHIP_SELECT   33

Define Documentation

#define ADC_CHIP_SELECT   33

Definition at line 11 of file AP_ADC_ADS7844.h.

#define ADC_DATAIN   50

Definition at line 9 of file AP_ADC_ADS7844.h.

#define ADC_DATAOUT   51

Definition at line 8 of file AP_ADC_ADS7844.h.

#define ADC_SPICLOCK   52

Definition at line 10 of file AP_ADC_ADS7844.h.

#define bit_clear (   p,
  m 
)    ((p) &= ~(1<<m))

Definition at line 5 of file AP_ADC_ADS7844.h.

#define bit_set (   p,
  m 
)    ((p) |= ( 1<<m))

Definition at line 4 of file AP_ADC_ADS7844.h.