Data Fields
ADCBuf_FxnTable Struct Reference

The definition of an ADCBuf function table that contains the required set of functions to control a specific ADC driver implementation. More...

#include <ADCBuf.h>

Collaboration diagram for ADCBuf_FxnTable:
Collaboration graph
[legend]

Data Fields

ADCBuf_CloseFxn closeFxn
 
ADCBuf_ControlFxn controlFxn
 
ADCBuf_InitFxn initFxn
 
ADCBuf_OpenFxn openFxn
 
ADCBuf_ConvertFxn convertFxn
 
ADCBuf_ConvertCancelFxn convertCancelFxn
 
ADCBuf_GetResolutionFxn getResolutionFxn
 
ADCBuf_adjustRawValuesFxn adjustRawValuesFxn
 
ADCBuf_convertAdjustedToMicroVoltsFxn convertAdjustedToMicroVoltsFxn
 

Detailed Description

The definition of an ADCBuf function table that contains the required set of functions to control a specific ADC driver implementation.

Field Documentation

§ closeFxn

ADCBuf_CloseFxn ADCBuf_FxnTable::closeFxn

Function to close the specified peripheral

§ controlFxn

ADCBuf_ControlFxn ADCBuf_FxnTable::controlFxn

Function to driver implementation specific control function

§ initFxn

ADCBuf_InitFxn ADCBuf_FxnTable::initFxn

Function to initialize the given data object

§ openFxn

ADCBuf_OpenFxn ADCBuf_FxnTable::openFxn

Function to open the specified peripheral

§ convertFxn

ADCBuf_ConvertFxn ADCBuf_FxnTable::convertFxn

Function to start an ADC conversion with the specified peripheral

§ convertCancelFxn

ADCBuf_ConvertCancelFxn ADCBuf_FxnTable::convertCancelFxn

Function to abort a conversion being carried out by the specified peripheral

§ getResolutionFxn

ADCBuf_GetResolutionFxn ADCBuf_FxnTable::getResolutionFxn

Function to get the resolution in bits of the ADC

§ adjustRawValuesFxn

ADCBuf_adjustRawValuesFxn ADCBuf_FxnTable::adjustRawValuesFxn

Function to adjust raw ADC return bit values to values comparable between devices of the same type

§ convertAdjustedToMicroVoltsFxn

ADCBuf_convertAdjustedToMicroVoltsFxn ADCBuf_FxnTable::convertAdjustedToMicroVoltsFxn

Function to convert adjusted ADC values to microvolts


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