lvi.h

来自「NEC 的无线通讯方案」· C头文件 代码 · 共 45 行

H
45
字号
/*
* $Id: lvi.h,v 1.6 2007/08/17 06:21:52 sunny Exp $
*/
/*
*******************************************************************************
**
**  This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
**  78K0/KD2, 78K0/KE2 and 78K0/KF2 8-Bit Single-Chip Microcontrollers.
**
**  Copyright(C) NEC Electronics Corporation 2002 - 2005
**  All rights reserved by NEC Electronics Corporation.
**
**  This program should be used on your own responsibility.
**  NEC Electronics Corporation assumes no responsibility for any losses
**  incurred by customers or third parties arising from the use of this file.
**
**  Filename :	lvi.h
**  Abstract :	This file implements device driver for LVI module.
**  APIlib :	NEC78K0KX2.lib V1.01 [09 Aug. 2005]
**
**  Device :	uPD78F0537, uPD78F0514
**
**  Compiler :	NEC/CC78K0
**
*******************************************************************************
*/
#ifndef	_MDLVI_
#define	_MDLVI_
/*
*******************************************************************************
**  MacroDefine
*******************************************************************************
*/
enum LVILevel {
	LVI_Level0, LVI_Level1, LVI_Level2, LVI_Level3,
	LVI_Level4, LVI_Level5, LVI_Level6, LVI_Level7,
	LVI_Level8, LVI_Level9, LVI_Level10, LVI_Level11,
	LVI_Level12, LVI_Level13, LVI_Level14,LVI_Level15
	};

void LVI_Init( void );
__interrupt void MD_INTLVI( void );

#endif

⌨️ 快捷键说明

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