![]() |
![]() |
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 |
The definition of a capture function table that contains the required set of functions to control a specific capture driver implementation.
| Capture_CloseFxn Capture_FxnTable::closeFxn |
Function to close the specified peripheral.
| Capture_ControlFxn Capture_FxnTable::controlFxn |
Function to implementation specific control function.
| Capture_InitFxn Capture_FxnTable::initFxn |
Function to initialize the given data object.
| 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.