root/platform/ixus60_sd600/sub/100a/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(physw_run, 0x1FAC)      // ok
   4 DEF(physw_status, 0xE5D8)   // 0xFF826ADC, in sub_FF826AA0
   5 
   6 // The names below could be found automanically
   7 // by looking up the strings with the same names as these variables
   8 // and function 'ShowPhySwStatus' which is also symbolic
   9 DEF(NotifyMask, 0x0000E5A8) // also in above sub
  10 DEF(SwitchMask, 0x0000E5B8)
  11 DEF(InvertData, 0x0000E5C8)
  12 DEF(GpioStatus, 0x0000E5D8) // This is the real name for 'physw_status'
  13 DEF(SwitchStatus, 0x0000E5E8)
  14 
  15 
  16 // Key values for 'Feather' on joystic
  17 // Could be retrieved from 'PhySW' Task function
  18 // DEF(touch_keys_angle, 0x0000E8C8)            // no idea??
  19 
  20 DEF(zoom_busy, 0x79BA0)         // "ZoomLens", 0xFFAA4E24
  21 DEF(focus_busy, 0x79EBC)        // FocusLensController, 0xFFAB4DD0 (zoom_busy + 0xFFAC)
  22 DEF(movie_compression, 0x6134)  // 0xFF955B1C (focus_busy - 15F2B4)
  23 DEF(zoom_status, 0x73E8) // "_MoveOpticalToTele" sub_FF9AEE6C
  24 DEF(FlashParamsTable,0xFF9749F0)
  25 
  26 DEF(canon_menu_active, 0x8194) // similar to a540, "StartRecModeMenu" sub_FFA0A8D0
  27 DEF(canon_shoot_menu_active, 0x7535) // 0x7534+1 similar to a540 near "DSITask"
  28 DEF(recreview_hold, 0x76C08) // sub_FF9A9DDC similar to a540 sub_FFD8F458
  29 
  30 DEF(movie_status, 0x6EB44)
  31 
  32 DEF(levent_table,0xFF96B4FC)
  33 DEF(playrec_mode,=0x643C) // "MenuIn"
  34 DEF(sys_mempart_id, 0xbf38)

/* [<][>][^][v][top][bottom][index][help] */