testsystem.h
来自「这是一个基于nec78f8024的led驱动程序」· C头文件 代码 · 共 34 行
H
34 行
/*
*******************************************************************************
** 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 : system.h
** Abstract : This file implements the definition that rerates to the System module.
**
** Device : uPD78F8024
**
** Compiler : NEC/CC78K0
**
*******************************************************************************
*/
#ifndef _MDSYSTEM_
#define _MDSYSTEM_
/*
*******************************************************************************
** MacroDefine
*******************************************************************************
*/
/* set value definition of option byte */
#define OPTBYTE80 0b00000000
#define OPTBYTE81 0b00000000
#define OPTBYTE84 0b00000000
/* function prototypes */
void Clock_Init( void );
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?