SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
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

Capture_CloseFxn Capture_FxnTable_::closeFxn

Function to close the specified peripheral

Capture_ControlFxn Capture_FxnTable_::controlFxn

Function to send control commands to the specified peripheral

Capture_InitFxn Capture_FxnTable_::initFxn

Function to initialize the specified peripheral

Capture_OpenFxn Capture_FxnTable_::openFxn

Function to open the specified peripheral

Capture_StartFxn Capture_FxnTable_::startFxn

Function to start the specified peripheral

Capture_StopFxn Capture_FxnTable_::stopFxn

Function to stop the specified peripheral


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