PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
adc_raw_data_t Struct Reference

Contains the stored raw/unconverted ADC results.

Public Member Functions

uint16_t dataRecord[RAW_MEASURE_SAVE_COUNT *TOTAL_MEASUREMENT_COUNT__attribute__ ((aligned(8)))
 Buffer containing the raw ADC data.
 

Public Attributes

volatile int recordIndex
 Record index for the raw ADC results in the dataRecord buffer.
 

Member Data Documentation

◆ recordIndex

volatile int adc_raw_data_t::recordIndex
Note
The index increases the location in the buffer with an increment of 16. e.g. if recordIndex is 1, start index in the dataRecord will be 1*16 = 16.