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

📄 prefer.lst

📁 智原mp3 SDK 开发包 与巨力 有mp3 wma ogg decoder
💻 LST
字号:
C51 COMPILER V7.50   PREFER                                                                09/05/2008 09:53:56 PAGE 1   


C51 COMPILER V7.50, COMPILATION OF MODULE PREFER
OBJECT MODULE PLACED IN ..\output\output_bin\output_program\prefer.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\..\code\ap_main\src\prefer.c LARGE OPTIMIZE(9,SIZE) BROWSE INCDIR(..\..\
                    -..\bsp\include;..\..\code\ap_main\src\include;..\..\code\global;..\..\code\include) DEFINE(CONFIG_ASIC,dynamic_load,FIRS
                    -T) DEBUG OBJECTEXTEND PRINT(..\output\output_bin\output_program\prefer.lst) OBJECT(..\output\output_bin\output_program\p
                    -refer.obj)

line level    source

   1          #include <string.h>
   2          #include "api.h"
   3          #include "lcd.h"
   4          #include "common.h"
   5          #include "display.h"
   6          #include "res.h"
   7          #include "res_show.h"
   8          #include "prefer.h"
   9          
  10          USER_PREFERENCE_T tUserPreference;
  11          
  12          void vPreferenceDataInit()
  13          {
  14   1      
  15   1              tUserPreference.u8magic = 0xa5;
  16   1              //tUserPreference.u8Contrast = 0x48;
  17   1              tUserPreference.u8BackLightTime = 0;
  18   1              tUserPreference.u8ShutDownTime = 0;
  19   1              tUserPreference.u8LanguageId = 2;
  20   1              tUserPreference.u8EqMode = 0;
  21   1              tUserPreference.u8RepeatMode = 2;
  22   1              tUserPreference.u8Volume = 24; 
  23   1              tUserPreference.u8MenuId=0;  
  24   1              tUserPreference.Fm_StationCurrPlayOrder = 0; 
  25   1              tUserPreference.Fm_StationCurrSaveOrder = 0;
  26   1              tUserPreference.Fm_StationTotalSaveNum  = 0;
  27   1              tUserPreference.u8Contrast = 10;
  28   1              tUserPreference.game_speed = 2;
  29   1      
  30   1      }
  31          
  32          
  33                                          
  34          
  35                                  


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =     64    ----
   CONSTANT SIZE    =   ----    ----
   XDATA SIZE       =     78    ----
   PDATA SIZE       =   ----    ----
   DATA SIZE        =   ----    ----
   IDATA SIZE       =   ----    ----
   BIT SIZE         =   ----    ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE.  0 WARNING(S),  0 ERROR(S)

⌨️ 快捷键说明

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