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

📄 gui_setcolorindex.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_setcolorindex.o --depend=.\Obj\gui_setcolorindex.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_SetColorIndex.c]
                          THUMB

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

                  GUI_SetBkColorIndex PROC
;;;31     */
;;;32     void GUI_SetBkColorIndex(int Index) {
000000  4a02              LDR      r2,|L1.12|
;;;33       GUI_LOCK(); {
;;;34         GUI_Context.BkColor = GUI_INVALID_COLOR;
000002  f06f4170          MVN      r1,#0xf0000000
;;;35         LCD_SetBkColorIndex(Index);
000006  6351              STR      r1,[r2,#0x34]  ; GUI_Context
000008  f7ffbffe          B.W      LCD_SetBkColorIndex
;;;36       } GUI_UNLOCK();
;;;37     }
;;;38     
                          ENDP

                  |L1.12|
                          DCD      GUI_Context

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

                  GUI_SetColorIndex PROC
;;;42     */
;;;43     void GUI_SetColorIndex(int Index) {
000000  4a02              LDR      r2,|L2.12|
;;;44       GUI_LOCK(); {
;;;45         GUI_Context.Color = GUI_INVALID_COLOR;
000002  f06f4170          MVN      r1,#0xf0000000
;;;46         LCD_SetColorIndex(Index);
000006  6311              STR      r1,[r2,#0x30]  ; GUI_Context
000008  f7ffbffe          B.W      LCD_SetColorIndex
;;;47       } GUI_UNLOCK();
;;;48     }
;;;49     
                          ENDP

                  |L2.12|
                          DCD      GUI_Context

⌨️ 快捷键说明

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