|  |  | 
ADC Global configuration. More...
#include <ADC.h>
| Data Fields | |
| ADC_FxnTable const * | fxnTablePtr | 
| void * | object | 
| void const * | hwAttrs | 
ADC Global configuration.
The ADC_Config structure contains a set of pointers used to characterize the ADC driver implementation.
This structure needs to be defined before calling ADC_init() and it must not be changed thereafter.
| ADC_FxnTable const* ADC_Config_::fxnTablePtr | 
Pointer to a table of driver-specific implementations of ADC APIs
| void* ADC_Config_::object | 
Pointer to a driver specific data object
| void const* ADC_Config_::hwAttrs | 
Pointer to a driver specific hardware attributes structure