interrupts.h
来自「此程序为GPS接收机的源码」· C头文件 代码 · 共 16 行
H
16 行
// 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 + =
减小字号Ctrl + -
显示快捷键?