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

📄 interrupts.h

📁 此程序为GPS接收机的源码
💻 H
字号:
// interrupts.h: Header file for the interrupts.c file// Copyright (C) 2005  Andrew Greenberg// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).// See the "COPYING" file distributed with this software for more information.#ifndef __INTERRUPTS_H#define __INTERRUPTS_Hvoid  initialize_gp4020_interrupts( void);cyg_uint32 accum_isr( cyg_vector_t vector, cyg_addrword_t data);void       accum_dsr( cyg_vector_t vector, cyg_ucount32 count,                      cyg_addrword_t data);#endif // __INTERRUPTS_H

⌨️ 快捷键说明

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