?? eprom.h
字號:
#ifndef __msp430_headers_eprom_h#define __msp430_headers_eprom_h/* eprom.h * * mspgcc project: MSP430 device headers * EPROM control registers * * (c) 2002 by M. P. Ashton <data@ieee.org> * Originally based in part on work by Texas Instruments Inc. * * $Id: eprom.h,v 1.1 2002/03/20 01:54:44 data Exp $ *//* Switches: none */#define EPCTL_ 0x0054 /* EPROM Control */sfrb (EPCTL,EPCTL_);#define EPEXE 0x01#define EPVPPS 0x02#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -