SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
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 2016, Texas Instruments Incorporated