Texas Instruments TMS320C6000 Reference Manual page 100

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

Advertisement

EDMA
4.7.3
EDMA_ClearChannel
Function
Arguments
Return Value
Description
Example
4.7.4
EDMA_Close
Function
Arguments
Return Value
Description
Example
4-52
Clears the EDMA event flag in the EDMA channel
event register
void EDMA_ClearChannel(
EDMA_HANDLE hEdma
);
Device handle, see EDMA_Open().
hEdma
none
This function clears the EDMA event flag in the EDMA channel event
register by writing to the appropriate bit in the EDMA event clear regis-
ter (ECR).
This function accepts the following devices handles:
From EDMA_Open()
EDMA_ClearChannel(hEdma);
Closes a previously opened EDMA channe
void EDMA_Close(
EDMA_HANDLE hEdma
);
Device handle. See EDMA_Open().
hEdma
none
Closes a previously opened EDMA channel.
This function accepts the following devices handles:
From EDMA_Open()
EDMA_Close(hEdma);
l

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?

Questions and answers

Table of Contents