DSP281x_Spi.c
上传用户:qingfan3
上传日期:2014-10-27
资源大小:31439k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. //###########################################################################
  2. //
  3. // FILE:   DSP281x_Spi.c
  4. //
  5. // TITLE:  DSP281x SPI Initialization & Support Functions.
  6. //
  7. //###########################################################################
  8. //
  9. //  Ver | dd mmm yyyy | Who  | Description of changes
  10. // =====|=============|======|===============================================
  11. //  1.00| 11 Sep 2003 | L.H. | No change since previous version (v.58 Alpha)
  12. //###########################################################################
  13. #include "DSP281x_Device.h"     // DSP281x Headerfile Include File
  14. #include "DSP281x_Examples.h"   // DSP281x Examples Include File
  15. //---------------------------------------------------------------------------
  16. // InitSPI: 
  17. //---------------------------------------------------------------------------
  18. // This function initializes the SPI(s) to a known state.
  19. //
  20. void InitSpi(void)
  21. {
  22.    // Initialize SPI-A:
  23.    //tbd...
  24.  
  25. }
  26. //===========================================================================
  27. // No more.
  28. //===========================================================================