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

📄 wm_getinsiderect.txt

📁 STM32F103ZET6+UCOSII+UCGUI源码
💻 TXT
字号:
; generated by ARM C/C++ Compiler with , RVCT4.0 [Build 524] for uVision
; commandline ArmCC [--split_sections --debug -c --asm --interleave -o.\Obj\wm_getinsiderect.o --depend=.\Obj\wm_getinsiderect.d --device=DARMSTM --apcs=interwork -O3 -I..\..\include -I..\..\..\FWLib\library\inc -I..\..\..\USBLib\library\inc -I..\..\Config -I..\..\GUI\Core -I..\..\GUI\Font -I..\..\GUI\ConvertColor -I..\..\GUI\AntiAlias -I..\..\GUI\ConvertMono -I..\..\GUI\JPEG -I..\..\GUI\MemDev -I..\..\GUI\MultiLayer -I..\..\GUI\Widget -I..\..\GUI\WM -IC:\Keil\ARM\INC\ST\STM32F10x ..\..\GUI\WM\WM_GetInsideRect.c]
                          THUMB

                          AREA ||i.WM_GetInsideRect||, CODE, READONLY, ALIGN=2

                  WM_GetInsideRect PROC
;;;50     */
;;;51     void WM_GetInsideRect(GUI_RECT* pRect) {
000000  4601              MOV      r1,r0
;;;52       WM_GetInsideRectEx(GUI_Context.hAWin, pRect);
000002  4802              LDR      r0,|L1.12|
000004  f9b0003c          LDRSH    r0,[r0,#0x3c]  ; GUI_Context
000008  f7ffbffe          B.W      WM_GetInsideRectEx
;;;53     }
;;;54     
                          ENDP

                  |L1.12|
                          DCD      GUI_Context

                          AREA ||i.WM_GetInsideRectEx||, CODE, READONLY, ALIGN=1

                  WM_GetInsideRectEx PROC
;;;39     */        
;;;40     void WM_GetInsideRectEx(WM_HWIN hWin, GUI_RECT* pRect) {
000000  b50e              PUSH     {r1-r3,lr}
;;;41       WM_MESSAGE Msg;
;;;42       Msg.Data.p = pRect;
;;;43       Msg.MsgId  = WM_GET_INSIDE_RECT;
000002  9102              STR      r1,[sp,#8]
000004  2114              MOVS     r1,#0x14
;;;44       WM_SendMessage(hWin, &Msg);
000006  9100              STR      r1,[sp,#0]
000008  4669              MOV      r1,sp
00000a  f7fffffe          BL       WM_SendMessage
;;;45     }
00000e  bd0e              POP      {r1-r3,pc}
;;;46     
                          ENDP

⌨️ 快捷键说明

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