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>

Data Fields

ADC_CloseFxn closeFxn
 
ADC_ControlFxn controlFxn
 
ADC_ConvertFxn convertFxn
 
ADC_ConvertRawToMicroVolts convertRawToMicroVolts
 
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

§ convertRawToMicroVolts

ADC_ConvertRawToMicroVolts ADC_FxnTable_::convertRawToMicroVolts

Function to convert raw 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 2017, Texas Instruments Incorporated