default_hook_functions.s

来自「ucos如何移植到单片机mega128」· S 代码 · 共 40 行

S
40
字号
	.module default_hook_functions.c
	.area text(rom, con, rel)
	.dbfile E:\study\ucos_ii\ucos2_iccavr\iccavr\ucos2_application\default_hook_functions.c
	.dbfunc e OSInitHookBegin _OSInitHookBegin fV
	.even
_OSInitHookBegin::
	.dbline -1
	.dbline 2
; /* default no op hook functions */
; void OSInitHookBegin(void) {}
	.dbline -2
L1:
	.dbline 0 ; func end
	ret
	.dbend
	.dbfunc e OSTCBInitHook _OSTCBInitHook fV
;           junk -> R0,R1
	.even
_OSTCBInitHook::
	.dbline -1
	.dbline 3
; void OSTCBInitHook(void *junk) {}
	.dbline -2
L2:
	.dbline 0 ; func end
	ret
	.dbsym l junk 0 pV
	.dbend
	.dbfunc e OSInitHookEnd _OSInitHookEnd fV
	.even
_OSInitHookEnd::
	.dbline -1
	.dbline 4
; void OSInitHookEnd(void) {}
	.dbline -2
L3:
	.dbline 0 ; func end
	ret
	.dbend

⌨️ 快捷键说明

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