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