dsk5510_dip.h

来自「MSP430与DSP接口技术3 编辑环境C语言,未试过,仅供参考」· C头文件 代码 · 共 34 行

H
34
字号
/*
 *  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,dsk5510-a00)" */
/*
 *  ======== DSK5510_dip.h ========
 *
 *  Interface for DIP switches on the DSK5510 board
 */
#ifndef DSK5510_DIP_
#define DSK5510_DIP_

#ifdef __cplusplus
extern "C" {
#endif

#include <csl.h>

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

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

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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