⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boot_a9_dolo.h

📁 OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI的双核处理器
💻 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 2001, (C) Copyright 2001 Texas Instruments.  All rights reserved.
//===============================================================================

#ifndef _BOOT_A9__HH
#define _BOOT_A9__HH

//---------------------------------------------------------------------------------------------------
//  Common define to set the dpll and run the test at the same frequency are defined into test.h file
//---------------------------------------------------------------------------------------------------

extern void  INT_SetSupervisor(void);
extern void  INT_SetUser(void);
extern void  INT_EnableFIQ(unsigned* stack, unsigned stackSize);
extern void  INT_EnableIRQ(unsigned* stack, unsigned stackSize);
extern void  INT_Set_SVC_Stack(unsigned* stack, unsigned stackSize);
extern void  INT_Set_AbortD_Stack(unsigned* stack, unsigned stackSize);

//-----------------------------------------------------------------------------
// NAME        : BOOT_EndSimulation
// DESCRIPTION :
// PARAMETERS  : None
// RETURN VALUE: None
// LIMITATIONS : None
//-----------------------------------------------------------------------------
void BOOT_EndSimulation(void);

#endif


⌨️ 快捷键说明

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