📄 testlvi.h
字号:
/*
*******************************************************************************
** COPYRIGHT (C) NEC Electronics Corporation 2008
** NEC ELECTRONICS CONFIDENTIAL AND PROPRIETARY
** All rights reserved by NEC Electronics Corporation.
** Use of copyright notice does not evidence publication.
**
** Filename : lvi.h
** Abstract : This file implements the definition
** that rerates to functions of Low-Voltage Detector.
**
** Device : uPD78F8024
**
** Compiler : NEC/CC78K0
**
*******************************************************************************
*/
#ifndef _MDLVI_
#define _MDLVI_
/*
*******************************************************************************
** MacroDefine
*******************************************************************************
*/
/* mnemonic of register related to Low-Voltage Detector */
#define LVION LVIM.7
/* set value definition of register related to Low-Voltage Detector */
#define LVIM_INIT_VALUE 0b00000000
#define LVIS_INIT_VALUE 0b00000000
/* function prototypes */
void Lvi_Init( void );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -