int_test.h

来自「基于周立功arm开发板的实验程序」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef __uart_test_h__
#define __uart_test_h__
	
#include "2410addr.h"
#include "2410lib.h"

void  __irq int0_int(void);
void  __irq int11_int(void);
void int_init(void);
void int_test(void);
				
#endif 

⌨️ 快捷键说明

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