dsk6713_dip.h

来自「Header file for initialization of Texas 」· C头文件 代码 · 共 31 行

H
31
字号
/*
 *  Copyright 2002 by Spectrum Digital Incorporated.
 *  All rights reserved. Property of Spectrum Digital Incorporated.
 */

/*
 *  ======== dsk6713_dip.h ========
 *
 *  Interface for DIP switches on the DSK6713 board
 */
#ifndef DSK6713_DIP_
#define DSK6713_DIP_

#ifdef __cplusplus
extern "C" {
#endif

#include <csl.h>

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

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

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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