|  |  | 
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>
The definition of an ADCBuf function table that contains the required set of functions to control a specific ADC driver implementation.
| ADCBuf_CloseFxn ADCBuf_FxnTable_::closeFxn | 
Function to close the specified peripheral
| ADCBuf_ControlFxn ADCBuf_FxnTable_::controlFxn | 
Function to driver implementation specific control function
| ADCBuf_InitFxn ADCBuf_FxnTable_::initFxn | 
Function to initialize the given data object
| ADCBuf_OpenFxn ADCBuf_FxnTable_::openFxn | 
Function to open the specified peripheral
| ADCBuf_ConvertFxn ADCBuf_FxnTable_::convertFxn | 
Function to start an ADC conversion with the specified peripheral
| ADCBuf_ConvertCancelFxn ADCBuf_FxnTable_::convertCancelFxn | 
Function to abort a conversion being carried out by the specified peripheral
| ADCBuf_GetResolutionFxn ADCBuf_FxnTable_::getResolutionFxn | 
Function to get the resolution in bits of the ADC
| ADCBuf_adjustRawValuesFxn ADCBuf_FxnTable_::adjustRawValuesFxn | 
Function to adjust raw ADC return bit values to values comparable between devices of the same type
| ADCBuf_convertAdjustedToMicroVoltsFxn ADCBuf_FxnTable_::convertAdjustedToMicroVoltsFxn | 
Function to convert adjusted ADC values to microvolts