![]() |
![]() |
The definition of a Camera function table that contains the required set of functions to control a specific Camera driver implementation. More...
#include <Camera.h>
Data Fields | |
| Camera_CloseFxn | closeFxn |
| Camera_ControlFxn | controlFxn |
| Camera_InitFxn | initFxn |
| Camera_OpenFxn | openFxn |
| Camera_CaptureFxn | captureFxn |
The definition of a Camera function table that contains the required set of functions to control a specific Camera driver implementation.
| Camera_CloseFxn Camera_FxnTable_::closeFxn |
Function to close the specified peripheral
| Camera_ControlFxn Camera_FxnTable_::controlFxn |
Function to implementation specific control function
| Camera_InitFxn Camera_FxnTable_::initFxn |
Function to initialize the given data object
| Camera_OpenFxn Camera_FxnTable_::openFxn |
Function to open the specified peripheral
| Camera_CaptureFxn Camera_FxnTable_::captureFxn |
Function to initiate a Camera capture