IDMA3_MemRec Struct Reference
[IDMA3 (C64P)]

#include <idma3.h>


Detailed Description

Record containing attributes of the IDMA3 Channel environment memory when (optionally) the IDMA3 Channel is requested with a non-NULL IDMA3_ProtocolObj.


Data Fields

Void * base
Uns size
Uns align
IDMA3_MemType memType


Field Documentation

Void* IDMA3_MemRec::base

Base address of allocated memory.

Uns IDMA3_MemRec::size

Size of buffer to allocate (MAUs).

Uns IDMA3_MemRec::align

Buffer alignment (0 or a power of 2). Use the values of 0 or 1 to indicate no alignment requirements.

IDMA3_MemType IDMA3_MemRec::memType

Type of memory to use for allocation.


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