Information structure for the ADC.
Public Attributes | |
| data_units_t | units [TOTAL_MEASUREMENT_COUNT] |
| Selected units of each ADC channel. | |
| float | offsets [TOTAL_MEASUREMENT_COUNT] |
| Offset values of each ADC channel. | |
| float | sensitivity [TOTAL_MEASUREMENT_COUNT] |
| Sensitivity values of each ADC channel. | |
| float | freq [TOTAL_MEASUREMENT_COUNT] |
| Signal frequencies of each ADC channel, used to compute the statistics of each channel. | |
| stats_data_t | stats [TOTAL_MEASUREMENT_COUNT] |
| Signal statistics of each ADC channel. | |
| float | fs |
| Current sampling rate of the ADC. | |