![]() |
![]() |
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. Function to implementation specific control function.
| Capture_ControlFxn Capture_FxnTable_::controlFxn |
Function to initialize the given data object.
| Capture_InitFxn Capture_FxnTable_::initFxn |
Function to open the specified peripheral.
| Capture_OpenFxn Capture_FxnTable_::openFxn |
Function to start the specified peripheral.
| Capture_StartFxn Capture_FxnTable_::startFxn |
Function to stop the specified peripheral.
| Capture_StopFxn Capture_FxnTable_::stopFxn |