evmdm642_gpio.h
来自「和众达DM642EVM基于DSP/BIOS的循环采集显示例程!」· C头文件 代码 · 共 34 行
H
34 行
/*
* Copyright 2005 by Zhongxon Digital Incorporated.
* All rights reserved. Property of Zhongxon Digital Incorporated.
*/
/*
* ======== evmdm642_gpio.h ========
*
* Interface for Gpio on the EVMDM642 board
*/
#ifndef EVMDM642_GPIO_
#define EVMDM642_GPIO_
#ifdef __cplusplus
extern "C" {
#endif
/* GPIO handle */
extern GPIO_Handle EVMDM642_GPIO_hGPIO;
void EVMDM642_GPIO_init();
void EVMDM642_GPIO_setgpio15(Uint8 val);
void EVMDM642_GPIO_ledblink();
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?