Defines the hardware average configuration. More...
#include <platform/drivers/inc/adc_driver.h>
Data Fields | |
bool | hwAvgEnable |
adc_average_t | hwAverage |
Defines the hardware average configuration.
This structure is used to configure the hardware average feature for the ADC
Implements : adc_average_config_t_Class
Definition at line 292 of file adc_driver.h.
adc_average_t hwAverage |
Selection for number of samples used for averaging
Definition at line 295 of file adc_driver.h.
bool hwAvgEnable |
Enable averaging functionality
Definition at line 294 of file adc_driver.h.