Data Fields
Camera_FxnTable_ Struct Reference

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
 

Detailed Description

The definition of a Camera function table that contains the required set of functions to control a specific Camera driver implementation.

Field Documentation

§ closeFxn

Camera_CloseFxn Camera_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

Camera_ControlFxn Camera_FxnTable_::controlFxn

Function to implementation specific control function

§ initFxn

Camera_InitFxn Camera_FxnTable_::initFxn

Function to initialize the given data object

§ openFxn

Camera_OpenFxn Camera_FxnTable_::openFxn

Function to open the specified peripheral

§ captureFxn

Camera_CaptureFxn Camera_FxnTable_::captureFxn

Function to initiate a Camera capture


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