Texas Instruments TMS320C6000 Reference Manual page 79

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

Advertisement

Description
Use this macro to make a value suitable for the auxiliary control regis-
ter.
The power-on default value is DMA_AUXCTL_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.
Example
UINT32 AuxCtl;
AuxCtl = DMA_MK_AUXCTL(0,1);
AuxCtl = DMA_MK_AUXCTL(
DMA_AUXCTL_CHPRI_HIGHEST,
DMA_AUXCTL_AUXPRI_DMA
);
CSL API Reference
DMA
4-31

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