timer.a51

来自「演示了如何开发WINDOES下I/O口驱动」· A51 代码 · 共 11 行

A51
11
字号
; This module services the real time interrupt
;
; Get a Real Time interrupt every One millisecond (using SOF interrupt)
;
; HID devices work on a 4 millisecond timer
;
; There is nothing to do in this example!
ServiceTimerRoutine:
	Ret
		

⌨️ 快捷键说明

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