Data Fields
ADC_FxnTable_ Struct Reference

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

#include <ADC.h>

Collaboration diagram for ADC_FxnTable_:
Collaboration graph
[legend]

Data Fields

ADC_CloseFxn closeFxn
 
ADC_ControlFxn controlFxn
 
ADC_ConvertFxn convertFxn
 
ADC_ConvertToMicroVoltsFxn convertToMicroVolts
 
ADC_InitFxn initFxn
 
ADC_OpenFxn openFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

ADC_CloseFxn ADC_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

ADC_ControlFxn ADC_FxnTable_::controlFxn

Function to perform implementation specific features

§ convertFxn

ADC_ConvertFxn ADC_FxnTable_::convertFxn

Function to initiate a ADC single channel conversion

§ convertToMicroVolts

ADC_ConvertToMicroVoltsFxn ADC_FxnTable_::convertToMicroVolts

Function to convert ADC result to microvolts

§ initFxn

ADC_InitFxn ADC_FxnTable_::initFxn

Function to initialize the given data object

§ openFxn

ADC_OpenFxn ADC_FxnTable_::openFxn

Function to open the specified peripheral


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