root/platform/sx420is/platform_kbd.h

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

INCLUDED FROM


   1 #ifndef PLATFORM_KBD_H
   2 #define PLATFORM_KBD_H
   3 
   4 #define KEYS_MASK0          0x00008F0C
   5 #define KEYS_MASK1          0x00000000
   6 #define KEYS_MASK2          0x0000FEC0
   7 
   8 // DryOS r58-> levent 0x000003xx
   9 #define SD_READONLY_FLAG    0x01000000 //levent 0x0000030a, 0x01000000, index 2
  10 #define SD_READONLY_IDX     2
  11 
  12 #define USB_MASK            0x04000000 //levent 0x00000302, 0x04000000, index 2
  13 #define USB_IDX             2
  14 
  15 #define BATTCOVER_FLAG      0x02000000 //levent 0x00000305, 0x02000000, index 2
  16 #define BATTCOVER_IDX       2
  17 
  18 #endif

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