fdma.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name   : fdma.h
  3. Description : 5100 FDMA header
  4. COPYRIGHT (C) 2004 STMicroelectronics
  5. *****************************************************************************/
  6. #ifndef __FDMA_H
  7. #define __FDMA_H
  8. /* Includes --------------------------------------------------------------- */
  9. #include "stddefs.h"    /* STAPI includes */
  10. #include "stfdma.h"
  11. /* Definitions ------------------------------------------------------------ */
  12. #define KB_FDMA_INST               1
  13. #define KB_FDMA_DEVICE_TYPE        STFDMA_DEVICE_FDMA_2
  14. #ifndef KB_FDMA_BASE_ADDRESS
  15.     #define KB_FDMA_BASE_ADDRESS       ST5105_FDMA_BASE_ADDRESS
  16. #endif
  17. #ifndef KB_FDMA_INTERRUPT
  18.     #define KB_FDMA_INTERRUPT          ST5105_FDMA_INTERRUPT
  19. #endif
  20. #ifndef KB_FDMA_INTERRUPT_LEVEL
  21.     #define KB_FDMA_INTERRUPT_LEVEL    14
  22. #endif
  23. /* Global ----------------------------------------------------------------- */
  24. extern ST_DeviceName_t  g_KB_FDMADeviceName[KB_FDMA_INST];
  25. /* Prototypes ------------------------------------------------------------- */
  26. ST_ErrorCode_t KB_FDMASetup(void);
  27. #endif /* __FDMA_H */
  28. /* EOF --------------------------------------------------------------------- */