📄 all.h
字号:
/*----------------------------------------------------------------------------
* Copyright (c) 200 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semiconductor Drive
* Santa Clara, California 95051
*
* All rights reserved
*
*<<<-------------------------------------------------------------------------
* File Contents:
* all headers
*
* Project: UJA firmware
* Author : Avi Fishman (Avi.Fishman@nsc.com)
* Date : Jan 2001
*----------------------------------------------------------------------->>>*/
#ifndef __all_h__
#define __all_h__
#include <asm.h>
#include "..\include\common.h"
#include "..\drv\voyager_reg.h"
#include "..\drv\uja_reg.h"
#include "..\drv\icu.h"
#include "..\io\sev_seg.h"
#include "..\io\dip_sw.h"
//#include "..\jtag\jtag.h"
#include "..\loopback\scanlib.h"
#include "..\usb\usb.h"
#include "..\usb\usb_reg.h"
#include "..\usb\usbdrv.h"
#endif __all_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -