?? testboard.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 : BOARD.h
** Abstract : This file implements the definition that relates to the board control.
**
** Device : uPD78F8024
**
** Compiler : NEC/CC78K0
**
*******************************************************************************
*/
#ifndef _MDBOARD_
#define _MDBOARD_
/* mnemonic of port related to board control */
#define PORT_BOARD_ENABLE P0.1
/* board state definition */
#define BOARD_STATUS_SHUTDOWN 0x80
#define BOARD_STATUS_ENABLE 0x00
/* function prototypes */
void BOARD_init( void );
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -