![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>
Go to the source code of this file.
Data Structures | |
struct | Framecopy_Attrs |
Attributes used to create a Framecopy job. More... | |
Typedefs | |
typedef struct Framecopy_Object * | Framecopy_Handle |
Handle through which to reference a Framecopy job. | |
Functions | |
Framecopy_Handle | Framecopy_create (Framecopy_Attrs *attrs) |
Creates a Framecopy job. | |
Int | Framecopy_config (Framecopy_Handle hFramecopy, Buffer_Handle hSrcBuf, Buffer_Handle hDstBuf) |
Configure a Framecopy job. | |
Int | Framecopy_execute (Framecopy_Handle hFramecopy, Buffer_Handle hSrcBuf, Buffer_Handle hDstBuf) |
Execute a Framecopy job. | |
Int | Framecopy_delete (Framecopy_Handle hFramecopy) |
Deletes a Framecopy job. | |
Variables | |
const Framecopy_Attrs | Framecopy_Attrs_DEFAULT |
Default attributes for a Framecopy job. |