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_getTriggerFxn getTriggerFxn
 
Comparator_InitFxn initFxn
 
Comparator_OpenFxn openFxn
 
Comparator_setTriggerFxn setTriggerFxn
 
Comparator_StartFxn startFxn
 
Comparator_StopFxn stopFxn
 

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.

§ getTriggerFxn

Comparator_getTriggerFxn Comparator_FxnTable::getTriggerFxn

Function to get the comparator output trigger condition

§ 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.

§ setTriggerFxn

Comparator_setTriggerFxn Comparator_FxnTable::setTriggerFxn

Function to set the comparator output trigger condition

§ startFxn

Comparator_StartFxn Comparator_FxnTable::startFxn

Function to start the specified peripheral.

§ stopFxn

Comparator_StopFxn Comparator_FxnTable::stopFxn

Function to stop the specified peripheral.


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