📄 k0r_def.h
字号:
/***************************************************************************************************************
;
; 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
;***************************************************************************************************************
; Interval timer/Square wave output(TIMER ARRAY UNIT) "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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -