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

📄 evm5509_dip.h

📁 dsp 5509a MMC 卡 ID号读取 12Mhzx16=192M
💻 H
字号:
/*
 *  Copyright 2001 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */
/* "@(#) DSP/BIOS 4.60.08 12-12-01 (bios,evm5509-a00)" */
/*
 *  ======== EVM5509_dip.h ========
 *
 *  Interface for DIP switches on the EVM5509 board
 */
#ifndef EVM5509_DIP_
#define EVM5509_DIP_

#ifdef __cplusplus
extern "C" {
#endif

#include <csl.h>

/* Initialize the DIP switches */
void EVM5509_DIP_init();

/* Retrieve the DIP switch value */
Uint32 EVM5509_DIP_get(Uint32 dipNum);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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