Data Fields
Comparator_FxnTable Struct Reference

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

#include <Comparator.h>

Collaboration diagram for Comparator_FxnTable:
Collaboration graph
[legend]

Data Fields

Comparator_CloseFxn closeFxn
 
Comparator_GetLevelFxn getLevelFxn
 
Comparator_InitFxn initFxn
 
Comparator_OpenFxn openFxn
 
Comparator_StartFxn startFxn
 
Comparator_StopFxn stopFxn
 
Comparator_GetParamsFxn getParamsFxn
 
Comparator_SetParamsFxn setParamsFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

Comparator_CloseFxn Comparator_FxnTable::closeFxn

Function to close the specified peripheral.

§ getLevelFxn

Comparator_GetLevelFxn Comparator_FxnTable::getLevelFxn

Function to get comparator output level.

§ initFxn

Comparator_InitFxn Comparator_FxnTable::initFxn

Function to initialize the given data object.

§ openFxn

Comparator_OpenFxn Comparator_FxnTable::openFxn

Function to open the specified peripheral.

§ startFxn

Comparator_StartFxn Comparator_FxnTable::startFxn

Function to start the specified peripheral.

§ stopFxn

Comparator_StopFxn Comparator_FxnTable::stopFxn

Function to stop the specified peripheral.

§ getParamsFxn

Comparator_GetParamsFxn Comparator_FxnTable::getParamsFxn

Function to get the parameters of the specified peripheral

§ setParamsFxn

Comparator_SetParamsFxn Comparator_FxnTable::setParamsFxn

Function to set the parameters of the specified peripheral


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale