|
Electronic Load
1.0
Programmable Constant Current Sink
|
Raw values for ADC, DAC and LEDs. More...

Data Fields | |
| union { | |
| char array [11] | |
| struct { | |
| uint16_t DAC | |
| Raw value for the DAC. More... | |
| uint8_t DAC_CMD | |
| uint8_t dummy | |
| Dummy byte. More... | |
| uint8_t LED | |
| Bitmask for LED shift register. More... | |
| SPIADCData_t SPIADCData | |
| } named | |
| } | data |
Raw values for ADC, DAC and LEDs.
This structure holds the raw values for the four channels of an ADC, the actual Value for the DAC and LED states. It is the direct data stream from the ADC and must be filled starting at the end to get the correct byte order for an uint16_t
| SPIADCData_t SPIADCData |
| uint8_t dummy |
Dummy byte.
| uint8_t LED |
Bitmask for LED shift register.
| uint16_t DAC |
Raw value for the DAC.
| uint8_t DAC_CMD |
| struct { ... } named |
| char array[11] |
| union { ... } data |
1.8.15