tomahawk.h

来自「dsp tms320c6486的csl例程」· C头文件 代码 · 共 46 行

H
46
字号
/*****************************************************************************\
*           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 2004, (C) Copyright 2003 Texas Instruments.  All rights reserved.
*------------------------------------------------------------------------------
*  Filename       : himalaya.h
*  Date Created   : Oct 03, 2005
*  Last Modified  : 
*  Description    : Define the global registers 
*  History        :
*  Project        : Tomahawk
*  Author         : John Pratheep K
\*****************************************************************************/
#ifndef _TOMAHAWK_H_
#define _TOMAHAWK_H_

#include <cslr.h>
#include "cslr_gpio.h"

/**************************************************************************\
* Peripheral Instance count
\**************************************************************************/
#define GPIO_PER_CNT                  1

/**************************************************************************\
* Overlay structure typedef definition
\**************************************************************************/
// typedef volatile CSL_GpioRegsOvly    CSL_GPIO_REGS;

/**************************************************************************\
* Peripheral Base Address
\**************************************************************************/
#define CSL_GPIO_BASEADDR             (0x02B00000U)
#define CSL_GPIO_REGS                 ((CSL_GpioRegsOvly *) (CSL_GPIO_BASEADDR))
	
#endif

/*****************************************************************************\
* End of himalaya.h
\*****************************************************************************/

⌨️ 快捷键说明

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