📄 acpy.h
字号:
/* * Copyright 2006 * Texas Instruments Incorporated * * All rights reserved. Property of Texas Instruments Incorporated * Restricted rights to use, duplicate or disclose this code are * granted through contract. * *//* * ======== acpy.h ======== * ACPY module interface declarations. */#ifndef ACPY_#define ACPY_#include <idma.h>#ifdef __cplusplusextern "C" {#endif/* * ======== ACPY_complete ======== * Check to see if all dma transfers on logical channel are finished. This * is a non-blocking call. */extern Int ACPY_complete(IDMA_Handle);/* * ======= ACPY_configure ======== * Configure logical channel. */extern Void ACPY_configure(IDMA_Handle, IDMA_Params *);/* * ======= ACPY_start ======== * Submit the transfer specific information. The DMA manager will handle * the request, and program the DMA device. */extern Void ACPY_start(IDMA_Handle, Void *, Void *, Uns, IDMA_Params *);/* * ======= ACPY_wait ======== * Wait for all data transfer on logical channel to complete. This is a * blocking call. */extern Void ACPY_wait(IDMA_Handle);#ifdef __cplusplus}#endif#endif /* ACPY_ *//* * @(#) ti.xdais; 1, 2.0, 0, 0,46; 10-18-2006 19:11:29; /db/wtree/library/trees/dais-g07x/src/ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -