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