TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
Camera_Config Struct Reference

Camera Global configuration. More...

#include <Camera.h>

Collaboration diagram for Camera_Config:
Collaboration graph
[legend]

Data Fields

Camera_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

Camera Global configuration.

The Camera_Config structure contains a set of pointers used to characterize the Camera driver implementation.

This structure needs to be defined before calling Camera_init() and it must not be changed thereafter.

See also
Camera_init()

Field Documentation

Camera_FxnTable const* Camera_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of Camera APIs

void* Camera_Config::object

Pointer to a driver specific data object

void const* Camera_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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