Data Fields
Capture_FxnTable Struct Reference

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

#include <Capture.h>

Collaboration diagram for Capture_FxnTable:
Collaboration graph
[legend]

Data Fields

Capture_CloseFxn closeFxn
 
Capture_ControlFxn controlFxn
 
Capture_InitFxn initFxn
 
Capture_OpenFxn openFxn
 
Capture_StartFxn startFxn
 
Capture_StopFxn stopFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

Capture_CloseFxn Capture_FxnTable::closeFxn

Function to close the specified peripheral.

§ controlFxn

Capture_ControlFxn Capture_FxnTable::controlFxn

Function to implementation specific control function.

§ initFxn

Capture_InitFxn Capture_FxnTable::initFxn

Function to initialize the given data object.

§ openFxn

Capture_OpenFxn Capture_FxnTable::openFxn

Function to open the specified peripheral.

§ startFxn

Capture_StartFxn Capture_FxnTable::startFxn

Function to start the specified peripheral.

§ stopFxn

Capture_StopFxn Capture_FxnTable::stopFxn

Function to stop 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