API Documentation  9.14.00
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...

Data Fields

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

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

§ adjustRawValuesFxn

ADCBuf_adjustRawValuesFxn ADCBuf_FxnTable::adjustRawValuesFxn

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

§ 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

§ convertAdjustedToMicroVoltsFxn

ADCBuf_convertAdjustedToMicroVoltsFxn ADCBuf_FxnTable::convertAdjustedToMicroVoltsFxn

Function to convert adjusted ADC values to microvolts

§ convertCancelFxn

ADCBuf_ConvertCancelFxn ADCBuf_FxnTable::convertCancelFxn

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

§ convertFxn

ADCBuf_ConvertFxn ADCBuf_FxnTable::convertFxn

Function to start an ADC conversion with the specified peripheral

§ getResolutionFxn

ADCBuf_GetResolutionFxn ADCBuf_FxnTable::getResolutionFxn

Function to get the resolution in bits of the ADC

§ 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


The documentation for this struct was generated from the following file: