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

📄 gui_getcolor.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\gui_getcolor.o --depend=.\Obj\gui_getcolor.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\Core\GUI_GetColor.c]
                          THUMB

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

                  GUI_GetBkColor PROC
;;;43     */
;;;44     GUI_COLOR GUI_GetBkColor(void) {
000000  b510              PUSH     {r4,lr}
;;;45       GUI_COLOR r;
;;;46       GUI_LOCK();
;;;47       r = LCD_Index2Color(LCD_GetBkColorIndex());
000002  f7fffffe          BL       LCD_GetBkColorIndex
000006  e8bd4010          POP      {r4,lr}
00000a  f7ffbffe          B.W      LCD_Index2Color
;;;48       GUI_UNLOCK();
;;;49       return r;
;;;50     }
;;;51     
                          ENDP


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

                  GUI_GetBkColorIndex PROC
;;;31     */
;;;32     int GUI_GetBkColorIndex(void) {
000000  f7ffbffe          B.W      LCD_GetBkColorIndex
;;;33       int r;
;;;34       GUI_LOCK();
;;;35       r = LCD_GetBkColorIndex();
;;;36       GUI_UNLOCK();
;;;37       return r;
;;;38     }
;;;39     
                          ENDP


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

                  GUI_GetColor PROC
;;;67     */
;;;68     GUI_COLOR GUI_GetColor(void) {
000000  b510              PUSH     {r4,lr}
;;;69       GUI_COLOR r;
;;;70       GUI_LOCK();
;;;71       r = LCD_Index2Color(LCD_GetColorIndex());
000002  f7fffffe          BL       LCD_GetColorIndex
000006  e8bd4010          POP      {r4,lr}
00000a  f7ffbffe          B.W      LCD_Index2Color
;;;72       GUI_UNLOCK();
;;;73       return r;
;;;74     }
;;;75     
                          ENDP


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

                  GUI_GetColorIndex PROC
;;;55     */
;;;56     int GUI_GetColorIndex(void) {
000000  f7ffbffe          B.W      LCD_GetColorIndex
;;;57       int r;
;;;58       GUI_LOCK();
;;;59       r = LCD_GetColorIndex();
;;;60       GUI_UNLOCK();
;;;61       return r;
;;;62     }
;;;63     
                          ENDP

⌨️ 快捷键说明

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