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>

Collaboration diagram for Camera_FxnTable:
Collaboration graph
[legend]

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 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale