Data Fields
ADCBuf_Config_ Struct Reference

ADCBuf Global configuration. More...

#include <ADCBuf.h>

Collaboration diagram for ADCBuf_Config_:
Collaboration graph
[legend]

Data Fields

const ADCBuf_FxnTablefxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

ADCBuf Global configuration.

The ADCBuf_Config structure contains a set of pointers used to characterise the ADC driver implementation.

This structure needs to be defined before calling ADCBuf_init() and it must not be changed thereafter.

See also
ADCBuf_init()

Field Documentation

§ fxnTablePtr

const ADCBuf_FxnTable* ADCBuf_Config_::fxnTablePtr

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

§ object

void* ADCBuf_Config_::object

Pointer to a driver specific data object

§ hwAttrs

void const* ADCBuf_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