TI-RTOS for SimpleLink Wireless MCUs  2.14.02.22
Data Fields
CameraCC3200DMA_HWAttrs Struct Reference

CameraCC3200DMA Hardware attributes. More...

#include <CameraCC3200DMA.h>

Data Fields

uint32_t baseAddr
 
uint32_t intNum
 
uint32_t intPriority
 
unsigned long channelIndex
 

Detailed Description

CameraCC3200DMA Hardware attributes.

These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For CC3200Ware these definitions are found in:

A sample structure is shown below:

const CameraCC3200DMA_HWAttrs CameraCC3200DMAHWAttrs[] = {
{
.baseAddr = CAMERA_BASE,
.intNum = INT_CAMERA,
.intPriority = (~0),
.channelIndex = UDMA_CH22_CAMERA
}
};

Field Documentation

uint32_t CameraCC3200DMA_HWAttrs::baseAddr

Camera Peripheral's base address

uint32_t CameraCC3200DMA_HWAttrs::intNum

Camera Peripheral's interrupt vector

uint32_t CameraCC3200DMA_HWAttrs::intPriority

Camera Peripheral's interrupt priority

unsigned long CameraCC3200DMA_HWAttrs::channelIndex

uDMA controlTable channel index


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