?? testuser.bak
字號:
/*
*******************************************************************************
** 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 : user.h
** Abstract : This file implements the definition that relates to the Clock Generator
** that reflects the setting in the GUI application.
**
** Device : uPD78F8024
**
** Compiler : NEC/CC78K0
**
*******************************************************************************
*/
#ifndef _MDUSER_
#define _MDUSER_
/* clock generator type definition */
#define CLOCK_TYPE_INTERNAL 0 /* Internal high-speed oscillator */
#define CLOCK_TYPE_EXTOSC 1 /* External clock input */
#define CLOCK_TYPE_EXTCRYSTAL 2 /* X1 oscillation by Crystal/ceramic resonator */
#define CLOCK_TYPE CLOCK_TYPE_INTERNAL
#define OSCCTL_INIT_VALUE 0b00000000
#define RCM_INIT_VALUE 0b00000000
#define MOC_INIT_VALUE 0b10000000
#define MCM_INIT_VALUE 0b00000000
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -