triton_reset_register.h

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

H
38
字号
/*===============================================================================
            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 1999, (C) Copyright 1999 Texas Instruments.  All rights reserved.

   Filename       	: triton_reset_regitset.h

   Description    	: Header file for the triton 

   Project        	: triton

   Author         	: 
   
  
===============================================================================
*/
#ifndef _TRITON_RESET_REGISTER__HH
#define _TRITON_RESET_REGISTER__HH

/* ============================================================================
* GLOBAL DEFINITIONS
* =============================================================================
*/
void Triton_Audio_Restore_Context(void);
void Triton_Power_Restore_Context(void);
void Triton_Aux_Restore_Context(void);
void Triton_Int_Restore_Context(void);
void Triton_Restore_Context(void);
//void Triton_Module_Restore_Context(UWORD8);

#endif

⌨️ 快捷键说明

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