TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
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

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


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