⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 spi1c1.h

📁 NEC78f0892 SPI single
💻 H
字号:

/**************************** .FILE_HEADER_BEGIN *****************************
  .TITLE  [ SPI display data communication control			                             ]
*-----------------------------------------------------------------------------
  .FILE   [ spi1c1.h                                                        ]
  .AUTHOR [ Leon                                                       ]
*-----------------------------------------------------------------------------
  .CONTENTS  (Will be filled by MAS-SoftDoc)
   *** Functions / Macros ***      *** Title ***

*-----------------------------------------------------------------------------
  .INCLUDE_REFERENCES  (Will be filled by MAS-SoftDoc)
   *** Program Includefiles ***

   *** External Includefiles ***

   *** Included by ***

*-----------------------------------------------------------------------------
  .REVISION_LIST  (Will be filled by PVCS)
   Archive: $Log: 

//    Rev 1.0   Jun 22 2007 14:36   Leon
// Initial revision.


****************************** .FILE_HEADER_END ******************************/

/*****************************************************************************
* Check if informations are already included
	Last change: EB 11.11.03 15:12:44
******************************************************************************/

#ifndef SPI1C1_H
	#define	SPI1C1_H

	#ifndef SPI1C1
		#define ext extern
	#else
		#define ext
	#endif


	/*****************************************************************************
	* Template name:     SWMOD2C1.H
	* Template revision: 1.0
	*-----------------------------------------------------------------------------
	* CASE-Tool:         EasyCASE(C++), Version 6.01
	******************************************************************************/

	/*****************************************************************************
	* HEADER-FILES (Only those that are needed in this file)
	******************************************************************************/
	/* System-headerfiles */
	                /* General definitions and datatypes */

	/* Foreign headerfiles */


	/* Own headerfiles */
	#include "SPI1Ce.h"


	/**************************** .BLOCK_COMMENT_BEGIN ***************************
	* EXPORT INTERFACE DEFINITIONS AND DECLARATIONS
	*
	* In this section
	* - define helpful macros for easy data access and for a comfortable function
	*   use, if necessary
	* - define all global define-constants of your module
	* - define all global type definitions of your module
	* - declare all system global ROM-constants
	* - declare all system global variables of your module
	***************************** .BLOCK_COMMENT_END *****************************/
	
	/**************************** .BLOCK_COMMENT_BEGIN ***************************
	* EXPORT INTERFACE FUNCTION PROTOTYPES
	*
	* In this section declare
	* - all system global function prototypes of your module. This is a copy of
	*   the function definitions without the header template.
	***************************** .BLOCK_COMMENT_END *****************************/

	ext	void SPI_vReset(void);		/* Reset Container */
	ext	void SPI_vInit (void);		/* StandbyActive Container */
	ext	void SPI_vDeinit (void);	/* ActiveStandby Container */
	ext	void SPI_vMain_Isr (void);		/* On Container */

	ext  void SPI_3msSysTick(void);

	ext uint8   SPI_3ms_Count;
	ext uint8   SPI_50ms_Count;
       //ext tunBitByte SPI_DisplayBuffer[6];
	
	/*****************************************************************************
	* End of check if informations are already included
	******************************************************************************/
	#undef ext
#endif                                  /* ifndef */


/*****************************************************************************
* EOF:
******************************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -