led_top.h

来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 41 行

H
41
字号
/******************************************************************************
            TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION

   Property of Texas Instruments
   For Unrestricted  Internal  Use  Only
   Unauthorized reproduction and/or distribution is strictly prohibited.
   This product is protected under copyright law and trade secret law
   as an unpublished work.

   Created 2002, (C) Copyright 2002 Texas Instruments.  All rights reserved.

   Filename    : hel2_top_led.h

   Author      : Dayo Adeyeye, xnc02191@ti.com

   Created     : 29th of May, 2002, 15.00am

   Project     : Helen2 OMAP1610

   Tools       : For TI ARM tools only, ARM926EJ-S

   Description : 

*******************************************************************************/

#ifndef _LED_TOP__HH
#define _LED_TOP__HH

#include "global_types.h"
#include "led_apif.h"
#include "led_bootled.h" 
#include "led_common.h" 
#include "led_endsimu.h"
#include "led_gdma.h"
#include "led_intvecs.h"
#include "led_inth.h"
#include "led_gpio.h"

#endif /* _LED_TOP__HH */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?