Data Fields
ADC_Config_ Struct Reference

ADC Global configuration. More...

#include <ADC.h>

Collaboration diagram for ADC_Config_:
Collaboration graph
[legend]

Data Fields

ADC_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

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.

See also
ADC_init()

Field Documentation

§ fxnTablePtr

ADC_FxnTable const* ADC_Config_::fxnTablePtr

Pointer to a table of driver-specific implementations of ADC APIs

§ object

void* ADC_Config_::object

Pointer to a driver specific data object

§ hwAttrs

void const* ADC_Config_::hwAttrs

Pointer to a driver specific hardware attributes structure


The documentation for this struct was generated from the following file:
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale