k0r_def.h

来自「NEC upd78F0485 uart通信C代码」· C头文件 代码 · 共 60 行

H
60
字号
/***************************************************************************************************************
;														
;    NNNNNN          NN  EEEEEEEEEEEEEEEEEE     CCCCCCCCCCCCCCC							
;    NNNNNNNN        NN  EEEEEE               CCCCCC           							
;    NNNNNNNNNN      NN  EEEEEE              CCCCCC            							
;    NN  NNNNNNNN    NN  EEEEEEEEEEEEEEEEE   CCCCCC            							
;    NN    NNNNNNNN  NN  EEEEEE              CCCCCC            							
;    NN      NNNNNNNNNN  EEEEEE               CCCCCC          							
;    NN          NNNNNN    EEEEEEEEEEEEEEEE     CCCCCCCCCCCCCCC							
;														
;    NEC Electronics	78K0R/Kx3 Series									
;丂丂														
;亂License Agreement亃
;. This sample program is subject to change without notice.
;
;. NEC Electronics does not assume any liability for infringement of patents, copyrights or other intellectual
;  property rights of third parties by or arising from the use of this sample program. No license, express,
;  implied or otherwise, is granted under any patents, copyrights or other intellectual property rights of
;  NEC Electronics or others.
;
;. Descriptions of commands, program, and other related information in this sample program are provided for
;  illustrative purposes in semiconductor product operation and application examples. The incorporation of
;  this sample program in the design of a customer's equipment shall be done under the full responsibility of
;  the customer. NEC Electronics assumes no responsibility for any losses incurred by customers or third parties
;  arising from the use of this sample program.
;
;丂Please use this sample program under the agreement listed above.
;
;***************************************************************************************************************
;	78K0R/Kx3 Series	sample program								
;***************************************************************************************************************
;	IIC0 Communication (Master Operation) (Define File)
;***************************************************************************************************************
; [History]
;	2007.07 new
;***************************************************************************************************************/

/***************************************************************************
*	Title: define file
***************************************************************************/

/***************************************************************************
*	pragma definition
***************************************************************************/
#pragma	sfr				/* deifinition for using SFR */
#pragma	EI				/* deifinition for using EI */
#pragma	DI				/* definition for using DI */
#pragma	NOP				/* definition for using NOP */
#pragma	STOP				/* definition for using STOP */
#pragma	HALT				/* definition for using HALT */

/***************************************************************************
*	include header file
***************************************************************************/
#include	<stdlib.h>
#include	<string.h>
#include	<stdio.h>
#include	<limits.h>
#include	<ctype.h>

⌨️ 快捷键说明

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