|
Electronic Load
1.0
Programmable Constant Current Sink
|
Raw values for ADC, DAC and LEDs. More...
Data Fields | |
| union { | |
| char array [11] | |
| struct { | |
| const char ADCCmd [7] | |
| uint16_t DAC | |
| Raw value for the DAC. More... | |
| uint8_t DAC_CMD | |
| Command Byte for DAC. More... | |
| uint8_t LED | |
| Bitmask for LED shift register. More... | |
| } 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
| const char ADCCmd[7] |
| uint8_t LED |
Bitmask for LED shift register.
| uint16_t DAC |
Raw value for the DAC.
| uint8_t DAC_CMD |
Command Byte for DAC.
| struct { ... } named |
| char array[11] |
| union { ... } data |
1.8.15