HWA Statistics from the STATISTICS block.
HWA statistics - MAX and SUM - that are output from the statistics block.
Data Fields | |
| uint32_t | maxValue |
| uint16_t | maxIndex |
| uint8_t | iSumMSB |
| uint8_t | qSumMSB |
| uint32_t | iSumLSB |
| uint32_t | qSumLSB |
| uint32_t HWA_Stats::maxValue |
24 bits value from MAXnVALUE register
| uint16_t HWA_Stats::maxIndex |
24 bits value from MAXnINDEX register
| uint8_t HWA_Stats::iSumMSB |
upper 4 bits of 36-bit value of iSUM; read from ISUMnMSB
| uint8_t HWA_Stats::qSumMSB |
upper 4 bits of 36-bit value of qSUM; read from QSUMnMSB
| uint32_t HWA_Stats::iSumLSB |
lower 32 bits of 36-bit value of iSUM; read from ISUMnLSB
| uint32_t HWA_Stats::qSumLSB |
lower 32 bits of 36-bit value of qSUM; read from QSUMnLSB