monolithic_neptune_l3.h
来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 54 行
H
54 行
/*****************************************************************************
*
* 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 : board_fab_l3.h
*
* Project : NEPTUNE
*
* Author : Tristan Corcelle
*
* =========================================================================== */
#ifndef __MONOLITTHIC_NEPTUNE_L3_H__
#define __MONOLITTHIC_NEPTUNE_L3_H__
/* Standard lib include files */
#include <stddef.h>
/* LEAD3 lib include files */
#include "global_types.h"
#include "dsp_int_mapping.h"
#include "dsp_intw.h"
#include "dsp_init.h"
#include "mailbox.h"
/* Common ARM / DSP include files */
#include "share.h"
/* Define the test function type */
typedef UWORD16(*TestFunction_t)();
/* Test functions array */
extern TestFunction_t TestFctArray[];
/* Mailbox global variables */
extern volatile UWORD16 mbx1_irq_count ,mbx2_irq_count;
extern UWORD16 mbx1_rega, mbx1_regb, mbx2_rega, mbx2_regb;
#endif /* __MONOLITTHIC_NEPTUNE_L3_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?