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

📄 gsm_td_switch.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 2000, (C) Copyright 2000 Texas Instruments.  All rights reserved.

   Filename             : GSM_TD_switch.h

   Description          : contains definitions of functions used in TRiton tests  

   Project              : Triton / Neptune

   Author               : HW circuit

   FUNCTIONS PROVIDED    :
   
=============================================================================*/

#ifndef __GSM_TD_SWITCH_H__
#define __GSM_TD_SWITCH_H__

#include "GPIO.h"
#include "triton_functions.h"
#include "msi2c.h"

/*---------------------*/
/* Function prototypes */
/*---------------------*/
void Tritonsys_Regen_off(void);
void Tritonsys_Regen_on(void);


#endif /* __GSM_TD_SWITCH_H__ */

⌨️ 快捷键说明

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