![]() |
S32 SDK
|
Defines the hardware average configuration. More...
#include <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 81 of file adc_driver.h.
adc_average_t hwAverage |
Selection for number of samples used for averaging
Definition at line 84 of file adc_driver.h.
bool hwAvgEnable |
Enable averaging functionality
Definition at line 83 of file adc_driver.h.