📄 monolithic_neptune_l3.h
字号:
/*****************************************************************************
*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -