Go to the source code of this file.
enum ad7266_mode - AD7266 sample mode : Device is configured for full differential mode (SGL/DIFF pin set to low, AD0 pin set to low) : Device is configured for pseudo differential mode (SGL/DIFF pin set to low, AD0 pin set to high) : Device is configured for single-ended mode (SGL/DIFF pin set to high)
- Enumerator:
AD7266_MODE_DIFF |
|
AD7266_MODE_PSEUDO_DIFF |
|
AD7266_MODE_SINGLE_ENDED |
|
Definition at line 33 of file ad7266.h.
enum ad7266_range - AD7266 reference voltage range : Device is configured for input range 0V - VREF (RANGE pin set to low) : Device is configured for input range 0V - 2VREF (RANGE pin set to high)
- Enumerator:
AD7266_RANGE_VREF |
|
AD7266_RANGE_2VREF |
|
Definition at line 19 of file ad7266.h.