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>

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. Function to implementation specific control function.

§ controlFxn

Capture_ControlFxn Capture_FxnTable_::controlFxn

Function to initialize the given data object.

§ initFxn

Capture_InitFxn Capture_FxnTable_::initFxn

Function to open the specified peripheral.

§ openFxn

Capture_OpenFxn Capture_FxnTable_::openFxn

Function to start the specified peripheral.

§ startFxn

Capture_StartFxn Capture_FxnTable_::startFxn

Function to stop the specified peripheral.

§ stopFxn

Capture_StopFxn Capture_FxnTable_::stopFxn

The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated