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

📄 prefer.lst

📁 智原mp3 SDK 开发包 与巨力 有mp3 wma ogg decoder
💻 LST
字号:
C51 COMPILER V7.50   PREFER                                                                08/18/2008 13:43:44 PAGE 1   


C51 COMPILER V7.50, COMPILATION OF MODULE PREFER
OBJECT MODULE PLACED IN ..\output\output_bin\output_mp3\prefer.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\..\code\common\prefer.c LARGE OPTIMIZE(9,SIZE) BROWSE INCDIR(..\..\..\bs
                    -p\include;..\..\code\ap_mp3\src\include;..\..\code\global;..\..\code\include) DEFINE(CONFIG_ASIC,dynamic_load) DEBUG OBJ
                    -ECTEXTEND PRINT(..\output\output_bin\output_mp3\prefer.lst) OBJECT(..\output\output_bin\output_mp3\prefer.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      #if 0
                      tUserPreference.u8magic = 0xa5;
                      //tUserPreference.u8Contrast = 0x48;
                      tUserPreference.u8BackLightTime = 0;
                      tUserPreference.u8ShutDownTime = 0;
                      tUserPreference.u8LanguageId = 0;
                      tUserPreference.u8EqMode = 0;
                      tUserPreference.u8RepeatMode = 2;
                      tUserPreference.u8Volume = 24; 
                      tUserPreference.u8MenuId=0;  
                      tUserPreference.Fm_StationCurrPlayOrder = 0; 
                      tUserPreference.Fm_StationCurrSaveOrder = 0;
                      tUserPreference.Fm_StationTotalSaveNum  = 0;
                      tUserPreference.u8Contrast = 192;
                      tUserPreference.game_speed = 2;
              #endif
  30   1      }
  31          
  32          
  33                                          
  34          
  35                                  


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =      1    ----
   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 + -