Texas Instruments TMS320C6000 Reference Manual page 80

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

DMA
4.6.15
DMA_MK_DST
Macro
Arguments
Return Value
Description
Example
4-32
Makes a value suitable for the destination address
register
DMA_MK_DST(
dst
)
Destination address:
dst
DMA_DST_DST_OF(x)
Constructed register value
DST Value
Use this macro to make a value suitable for the destination address
register. Although not really necessary, this macro is included for ortho-
gonality and code readability.
The power-on default value is DMA_DST_DEFAULT.
Use of the DMA_MK macros makes it simpler to construct register val-
ues based on field values. You have a choice of using integer
constants, integer variables, or the symbolic constants for arguments.
All field values are right justified.
Refer to the TMS320C6000 Peripherals Reference Guide (literature
number SPRU190) for descriptions of the arguments.
UINT32 Dst;
Dst = DMA_MK_DST(0x80000000);
Dst = DMA_MK_DST(
DMA_DST_DST_OF(0x80000000)
);

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Table of Contents