Index: do_sdk.bat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/do_sdk.bat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/do_sdk.bat	(working copy)
@@ -0,0 +1,106 @@
+@set FPGA_PATH=fpgajic\fpga
+@set ROM_PATH=.
+@set MV_PATCH=mv\src\yichip
+@set YC_PATCH_FILE=yc_patch_yc1021.h
+@set enc=1
+@set enckey=0000000000000000
+@rem set device_option=rfbqb
+@set device_option=mouse
+@rem set device_option=shutter
+@rem set device_option=shutter_dy
+@rem set device_option=hci
+@rem set device_option=antilost
+@rem set device_option=dongle
+@rem set device_option=module
+@rem set device_option=keyboard
+@rem set device_option=car
+@rem set device_option=remote_car
+@rem set device_option=mesh
+@rem set device_option=otp
+@rem set device_option=flippen
+@echo off
+
+set now_path=%~dp0
+set util_path=%now_path%util
+set/p mode=Please press mode SA or SB:
+
+setlocal enabledelayedexpansion
+copy program\patch_sdk.prog + program\patch.prog  output\bt_program23.meta
+copy format\rom.format + format\labels.format + format\command.format  output\bt_format.meta > nul
+
+::perl util/memalloc.pl output/bt_format.meta
+
+if "%device_option%" equ "hci" (
+  copy sched\hci_boot.dat output\sched.rom
+) else if "%device_option%" equ "keyboard" (
+  copy sched\keyboard.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "mouse" (
+  copy sched\mouse.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "module" (
+  copy sched\DM_module.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "shutter" (
+  copy sched\shutter.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "shutter_dy" (
+  copy sched\shutter_dy.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "antilost" (
+  copy sched\antilost.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "dongle" (
+  copy sched\dongle.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "car" (
+  copy sched\car.dat + sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "remote_car" (
+  copy sched\remote_car.dat + sched\1305.dat output\sched.rom
+ ) else if "%device_option%" equ "mesh" (
+  copy sched\1305.dat +sched\mesh.dat output\sched.rom
+) else if "%device_option%" equ "otp" (
+  copy sched\1305.dat output\sched.rom
+) else if "%device_option%" equ "flippen" (
+  copy sched\mouse.dat + sched\flippen.dat + sched\1305.dat output\sched.rom
+)else  (
+
+cd ..
+echo **********************************
+echo Error: illegal device_option !
+echo **********************************
+goto end
+) 
+
+perl util/mergepatch.pl 
+
+cd output
+osiuasm bt_program23 -O-W
+
+if /I "%mode%" equ "SA" (goto SAmode)
+if /I "%mode%" equ "SB" (goto SBmode)
+
+:SAmode
+%util_path%/geneep  -n
+goto contin
+
+:SBmode
+%util_path%/geneep  -n -s -i
+goto contin
+
+:contin
+echo create auth rom
+perl ../util/mergepatch.pl mouse_ble_att_list usb_kbdata_vendor_define usb_kbdata usb_msdata usb_devicedata usb_confdata ble_shutter_gatt_list ble_shutter_key_value_list ble_car_att_list sha256 
+perl ../util/romcrc.pl romcode.rom
+perl  ../util/mergepatch.pl otp
+
+
+if "%device_option%" equ "mouse" (
+cd ..\output
+copy eeprom.dat ..\util\eeprom.dat
+cd ..\util
+eeprom2fulleeprom.exe eeprom.dat 64>compare2.dat
+crc16.exe compare2.dat 2 >..\output\eeprom.dat
+del eeprom.dat
+del compare2.dat
+cd ..\output
+copy eeprom.dat ..\output\flash.dat 
+)
+
+cd ..
+call set_chip_type_flag.bat 
+
+:end
\ No newline at end of file
Index: format/command.format
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/command.format	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/command.format	(working copy)
@@ -0,0 +1,1446 @@
+
+/* Parse Command:
+TX: take bits from tx fifo, jam it into shift and a destination (rf,bucket)
+RX: take bits from demod,  jam it into shift and a destination (acl,sco,bucket) */
+
+/* Inject Command:
+TX: 0 into shift, send tail of shift into a destination (rf,bucket)
+RX: 0 into shift, send tail of shift into a destination (acl,sco,bucket) */
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ /* High 5 bytes of channel map */
+format
+  ! 15 pulse   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   /* set flag to 0 */
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  /* set selected bit of reg to 0 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  /* set selected bit of reg to 1 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          /* alu op demux */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  /* set selected bit of the reg to the polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  /* set the selected bit of the reg to the opposite polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    /* invert the selected bit of the reg */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            /* this is alu op */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      /* demux the lowest 4 bit of queue and OR it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 1 */
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      /* demux the lowest 4 bit of queue and AND it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 0 */
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   /* set the bit in reg index by queue to same as flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   /* set the bit in the reg index by queue to opposite of flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      /* flip the bit in reg index by queue */
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       /* take bits out of source (sco_tx,tx_buffer,rx-elas) into pdata and dest (sco_rx,rx_fifo,tx-elas) */
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      /* voice, data, demod */
+  [2] 0
+  [6] 0    
+  [2] 0           /* parse or inject */ 
+  [4] dest        /* acl, sco, mod, bucket */
+  [9] immediate   /* number of bits to parse off */
+end
+
+format
+  ! 1 inject      /* shift data from pdata into destination (tx-elas,rx_fifo,sco_rx) */
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] immediate   /* number of bits to be injected */
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       /* contain the number of bits to inject */
+  [6] 3
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] 0 
+end
+
+format
+  ! 1 stuff  /* automatic parse, stuff_counter decrement on every bit until hits zero */
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] immediate
+end
+
+format    /* force whatever is on shift_reg to regsiters */
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    /* alu operation add */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  /* pdata */
+  [6] 1   /* alu add */
+  [6] -1  /* back to pdata */
+  [9] immediate
+end
+
+format    /* force immediate value into registers */
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    /* pdata & regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] 0
+end
+  
+
+format    /* and whatever is in shiftreg with reg */
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   /* jump to location stored in reg */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   /* alu operation copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   /* copy the register content thru alu to shift register, not prealigned like preload */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] -1  /* pdata */
+  [9] 0
+end
+
+format
+  ! 3 icopy     /* copy the shift register lsb content directly to register, not aligned */
+  % regw
+  [5] opcode
+  [6] -1  /* pdata */
+  [6]  4  /* alu copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       /* regr + pdata -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          /* immediate - regr -> regw */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       /* pdata - regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  /* use shift register as immediate to do xor */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  /* pdata xor regr and store result in regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    /* invert pdata into itself */
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 /* regr div immediate div */
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           /* pdata div regr data ready at most after 41 nops */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           /* pdata div regr data 48bit */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            /* harvest div remainder */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             /* harvest div quotient */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 bcrc         // calculate regr's byte crc value into pdata
+  % regr
+  [5] opcode
+  [6] regr
+  [6] 24
+  [6] 63
+  [9] 0
+end
+
+
+format
+  ! 3 random               /* random number into regw */
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     /* bit reverse within a byte */
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    /* priority encode reg into regw, lsb is the top priority, ie, priority(8'b00010000) = 4 */
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   /* set a section of pdata */
+  % section    /* 0 sets 17:0 of pdata with set_data, 1 sets 35:18, 2 sets 53:36, 3 sets 71:54 */
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   /* load stuff into pdata according to fhs format, check us.v */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  /* load register with pdata content, according to fhs format, check us.v */
+  ! 10 ialigned   /* all bits are in position */
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  /* load register to another according to fhs format */
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          /* read from memory, data into pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          /* read from memory, data into temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         /* read from memory, data into pdata, address from regr then mem_ptr */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         /* read from memory, data into temp, address from regr won't increment */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          /* write to memory, data from pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          /* write to memory, data from temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        /* write pdata to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        /* write temp to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         /* read from memory, address from reg, count from loopcnt, put crc result into pdata */
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          /* write reg to memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        /* write regr to memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x1c lstorer        /* write regr to memory, address from regaddr, length from loopcnt */
+  % regr
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [6] 0
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c lstore        /* write pdata to memory, address from regaddr, length from loopcnt */
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [6] 0
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c lstorew        /* 32bit write pdata to memory, address from regaddr, length from loopcnt */
+  % regaddr
+  [5] opcode
+  [6] 63
+  [6] 42
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          /* read reg from memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        /* read regr from memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			/* 0x242... */
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  /* no-op for addr+2 clocks */
+  [5] opcode
+  [6] 0     
+  [6] 0     /* always */ 
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    /* always */
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   /* quit if 1. flag is true 2, regr time up 3, found sync,(cond_true) */
+  % reg          /* expire counter to check against */
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           /* correlate */
+  [9] 0           
+end
+
+format
+  ! 5 compare   /* sets cond flag,  if reg equals immediate */
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   /* sets cond flag,  if reg equals pdata */
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   /* sets cond. flag, if reg equals LS half of shift reg with MS half of reg being mask */
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	/* REVAB bug: cannot access bit above 35 */
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   /* branch when loopcnt is NOT zero, and decrease loopcnt */
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   /* branch when pdata is equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   /* branch when pdata is NOT equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   /* return when pdata is equal to immediate */
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   /* return when pdata is NOT equal to immediate */
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   /* branch when pdata's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   /* branch when pdata's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   /* branch when mark's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   /* branch when mark's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                  /* immediate mult regr */ 
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32           /* pdata mult regr 32x32=64bit */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults           /* pdata mult regr 32x32=64bit, signed */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          /* SHA256 Sx operation, immediate is Sx */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	/* regext[0] <- regext[7], regext[1] <- regext[0], regext[2] <- regext[1] ... */
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 adpcm         // encode adpcm from regr into regw
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 43
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 pcm         // decode adpcm from regr into regw
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 44
+  [6] regw
+  [9] 0
+end
+
+
Index: format/labels.format
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/labels.format	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/labels.format	(working copy)
@@ -0,0 +1,4088 @@
+0x2000 start
+0x2001 soft_reset
+0x200d main_loop
+0x2018 connection_dispatch
+0x201d connection_incontext
+0x2025 connection_nosniff
+0x202a idle_dispatch
+0x2031 idle_exit
+0x2033 idle_le_create_conn
+0x2036 context_load
+0x2041 context_save
+0x2047 context_get_next
+0x2049 context_get_next_loop
+0x204d context_get_next_cont
+0x2054 context_get_next_sniff
+0x2056 context_new
+0x205d context_check_idle
+0x205f context_search_conn_handle
+0x2060 context_search_conn_handle2
+0x2062 context_search_plap
+0x2064 context_search_plap2
+0x2066 context_search_insniff
+0x2068 context_search_sniff_window
+0x2069 context_search
+0x206c context_search_loop
+0x206e context_search_next
+0x2073 context_search_empty
+0x2075 context_search_lap
+0x2076 context_search_lap_cont
+0x207b context_search_handle
+0x2081 context_search_sniff
+0x2082 context_search_sniff_loop
+0x2090 context_search_sniff_sc
+0x2093 context_search_meet1
+0x2094 context_search_meet
+0x2097 context_search_sniff_miss
+0x209d sign_pdata_temp
+0x20a7 sign_pdata_temp_p0
+0x20ad context_check_inconn
+0x20af context_check_a_wack
+0x20b4 context_get_anchor
+0x20c0 context_next_anchor
+0x20c7 context_search_window
+0x20cf end_of_packet
+0x20dc sniff_check_window
+0x20e4 calc_slot_offset
+0x20ee calc_bt_portion
+0x20f0 calc_slot_offset_loop
+0x20f2 calc_skip_bt
+0x20f7 calc_clke_offset
+0x2105 calc_clke_pos
+0x2107 calc_clke
+0x2109 calc_clke2
+0x2113 calc_clke_pos2
+0x2115 calc_clke_pos_adj
+0x2117 qsetxor
+0x211c qset1_p
+0x211d qset_start
+0x211e qset_p
+0x2122 rx_dcoc_avg
+0x2123 btdma
+0x212d rx_dcoc_loop
+0x2133 rx_dcoc
+0x2145 rx_dcoc_loop2
+0x2152 shutdown_radio
+0x2160 set_sync_on
+0x216f set_freq_rx
+0x2179 aac_res_lookup
+0x2187 aac_res_lookup_end
+0x2189 set_lemode_2m_16m
+0x218c set_lemode_1m_16m
+0x218f set_lemode
+0x2197 set_lemode_2m
+0x21a3 set_lemode_1m
+0x21a6 rf_rx_enable
+0x21ba rf_rx_agc_set
+0x21c1 rf_rx_enable_no_soft_agc
+0x21c6 set_freq_tx_int
+0x21d0 calc_freq
+0x21e8 ghp_lookup
+0x21ee ghp_1m
+0x21f9 set_freq_tx
+0x21fc txon
+0x220c set_tx_power
+0x2217 set_tx_power_0db
+0x221a set_tx_power_8a63_28
+0x221c set_tx_power_3db
+0x221f set_tx_power_8a63_2f
+0x2221 set_tx_power_5db
+0x2225 set_tx_power_7db
+0x2229 set_tx_power_10db
+0x222d set_tx_power_f3db
+0x2231 set_tx_power_f5db
+0x2235 set_tx_power_f10db
+0x2239 set_tx_power_f20db
+0x223d initialize_radio
+0x223e initialize_radio_wait
+0x2242 initialize_radio_loop
+0x2248 initialize_radio_cont
+0x2257 initialize_radio2
+0x2266 initialize_radio_16m
+0x2271 rfpll_aac_ghpc
+0x227c rfpll_aac_ghpc_once
+0x227f rfpll_cal_loop
+0x2286 dpll_on
+0x228c dpll_on_24m
+0x2294 aac_ghpc
+0x2298 wait_cal_done
+0x22a7 aac_ghpc_1m
+0x22ae read_cal_result
+0x22b4 dpll_ring_ibias_calc
+0x22c7 dpll_ring_ibias_read_adc
+0x22df ring_ibias_trim_decrs
+0x22e4 ring_ibias_trim_incrs
+0x22e9 save_rssi
+0x22fd save_rssi_store
+0x22ff byte_sign_extern
+0x2304 rssi_hex2dec
+0x2308 bcd
+0x230f gain_control
+0x232e add_negative
+0x2336 gain_increase
+0x233a gain_descend
+0x233d set_rx_gain2
+0x233f set_rx_gain0
+0x2341 set_rx_gain1
+0x2343 ahead_window
+0x2352 get_clk
+0x2356 get_clkbt
+0x235a assert
+0x235c sleep
+0x235f sleep_loop
+0x2363 init_param
+0x2385 lpmstate
+0x2393 lpmwake
+0x239c power_up
+0x239d boot_load
+0x23a0 lpm_poweron_retmem
+0x23b0 lpm_xtal_default
+0x23b5 xtal_fast_wake
+0x23ba lpm_write_lock
+0x23c3 lpm_write_ice_disable
+0x23c7 lpm_write_ice_enable
+0x23cb lpm_preon_counter
+0x23cd lpm_write_3bytes
+0x23cf lpm_write_mpu_s0
+0x23d0 lpm_write_dword
+0x23d1 lpm_write_loop
+0x23d6 lpm_write_mpu_s1
+0x23d8 lpm_disable_exen_output
+0x23dc lpm_disable_io_dozed
+0x23e0 lpm_save_sel_hv
+0x23e1 lpm_write_sel_hv
+0x23e2 lpm_write_wait
+0x23e4 lpm_write_io_vsel
+0x23e6 lpm_load_context
+0x23f4 lpm_save_context
+0x23fd lpm_write_gpio_wakeup
+0x2400 lpm_write_gpio_loop
+0x2405 lpm_write_gpio
+0x2408 lpo_calibration
+0x240f lpo_cal_inited
+0x2414 lpm_doze
+0x2417 lpm_hibernate
+0x241e lpm_sleep
+0x2421 lpm_sleep_skip_cb_function
+0x242e lpm_sleep_loop
+0x2434 lpm_enter_sleep
+0x2438 lpm_cal_xtal_startup
+0x244f lpm_recover_clk
+0x2458 lpm_recover_xtal
+0x245a lpm_recover_timeout
+0x2477 lpm_adjust_clk
+0x2486 lpm_adjust_positive
+0x2489 lpm_clear_counter
+0x248c lpm_dispatch
+0x2496 lpm_dispatch_next
+0x24b4 lpm_dispatch_sleep
+0x24b5 lpm_dispatch_lpo
+0x24bd lpm_dispatch_unconn
+0x24c1 lpm_unconn_cont
+0x24c3 lpm_sleep_btclk
+0x24c8 lpm_mult_wait_timeout
+0x24d2 lpm_match
+0x24d7 lpm_lost
+0x24e0 lpm_mult_short
+0x24e4 lpm_mult_long
+0x24e7 lpm_get_wake_lock
+0x24eb lpm_put_wake_lock
+0x24ef lpm_check_wake_lock
+0x2501 lpm_uart_wake_lock
+0x2506 le_init_conn
+0x2519 le_init_master
+0x2525 le_init_slave
+0x2536 le_conn_dispatch
+0x253f le_master_dispatch
+0x254e le_master_disconn
+0x2551 le_slave_dispatch
+0x2562 le_slave_crc_fail
+0x2562 le_slave_match
+0x2571 le_slave_cont
+0x2577 le_slave_unsync
+0x257b le_check_md
+0x2580 le_slave_more_data
+0x2586 le_slave_disconn
+0x2586 le_disconnect
+0x258d le_clear_connection_info
+0x2592 le_clear_pairing_state
+0x2597 le_got_first_packet
+0x25a4 le_enable_phy_by_pdata
+0x25a6 le_enable_phy_by_pdata1
+0x25ad le_enable_2m
+0x25b0 le_enable_coded_s2
+0x25b0 le_enable_coded
+0x25b4 le_enable_coded_s8
+0x25b8 le_enable
+0x25bc le_disable
+0x25c2 le_prep
+0x25c8 le_prep_next
+0x25cc le_rx_setfreq
+0x25cd le_rf_rx_enable
+0x25d1 le_tx_setfreq
+0x25d3 le_tx_setfreq0
+0x25d5 le_setfreq
+0x25e2 le_ctf_normal
+0x25e5 le_ctf_low
+0x25e8 le_ctf_test
+0x25eb le_sca_map
+0x25fb le_setup
+0x2604 le_setup_master
+0x2609 le_context_nextevent
+0x261a le_context_nexthop
+0x2622 le_nexthop_nowrap
+0x2624 le_calc_channel_map
+0x2628 le_count_channels_loop
+0x262a le_count_channels_notused
+0x2630 le_map_channel
+0x2636 le_map_channel_next
+0x263b le_map_channel_cont
+0x263d le_map_channel_loop
+0x2640 le_map_channel_skip
+0x2645 le_map_channel_end
+0x2648 le_wait_tx
+0x264b le_wait_master
+0x264e le_receive_adv
+0x2652 le_receive_slave
+0x2658 le_receive_packet
+0x2659 le_receive_rxon
+0x2660 le_receive_nolr
+0x2669 le_receive_on_attempt
+0x2677 le_receive_skip
+0x2683 le_rx_loop
+0x2688 le_rx_dec
+0x2694 le_rx_dec_loop
+0x269b le_rx_dec_loop_end
+0x269d le_rx_nopayload
+0x26af le_rx_match
+0x26b2 le_crc_fail_tx
+0x26b9 le_match_set_sync_on
+0x26bb le_match_set_txfreq
+0x26be le_dec_init
+0x26c3 le_dec_start
+0x26d7 le_pcnt_rx_sub1
+0x26dc le_pcnt_rx_sub1_0
+0x26e1 le_dec
+0x26e9 le_dec_end
+0x26f2 le_mic_error
+0x26f3 le_retransmit_end_of_packet
+0x26f6 le_crc_fail
+0x26fa le_unsync_end
+0x26fa le_crc_fail_consecutive
+0x26fc le_end_of_packet
+0x26ff calc_clke_all_modem
+0x2705 calc_clke_modem_coded
+0x2709 calc_clke_modem_2m
+0x270d le_set_until_tx_timer
+0x2714 le_set_until_tx_timer_rx_lr
+0x2716 le_set_until_tx_timer_rx_1m
+0x2717 le_set_until_tx_timer_rx_2m
+0x2719 le_set_until_tx_timer_rx_coded_s2
+0x271c le_set_until_tx_timer_rx_coded_s8
+0x271e le_set_until_tx_timer_rx_coded
+0x2721 le_calc_stop_watch
+0x2729 le_transmit_receive_sifs_without_change_mode
+0x2730 le_transmit_receive_sifs
+0x2734 le_transmit_receive_sifs_notx
+0x273e le_transmit_norx
+0x2741 le_transmit
+0x2751 le_transmit_packet
+0x275e le_transmit_packet_not_enc
+0x275f le_tr_loop
+0x2762 le_tr_nopayload
+0x2769 le_transmit_skip
+0x2770 le_check_start_pause_enc
+0x2779 le_transmit_packet_enc
+0x277d le_transmit_packet_enc_loop
+0x2784 le_transmit_lr
+0x2785 le_transmit_lr_preamble_loop
+0x278f le_transmit_lr_s2
+0x2793 le_transmit_lr_s8
+0x2796 le_transmit_2m
+0x27a2 le_update_param
+0x27a6 le_update_param_ahead1_cb
+0x27bc le_update_param_cb
+0x27c4 le_update_channel_map
+0x27c8 le_update_channel_map_cb
+0x27cd le_update_phy
+0x27d1 le_update_phy_cb
+0x27de le_update_phy_cb_m2s
+0x27e6 le_update_phy_cb_m2s_no_change
+0x27ec le_update_phy_cb_s2m
+0x27f5 le_update_phy_cb_s2m_no_change
+0x27fb le_check_update_flag
+0x2809 le_update_ahead1
+0x280b le_update
+0x2810 le_check_update_small
+0x281c le_check_retransmit
+0x2823 le_acknowledge
+0x283c le_ack_unenc
+0x284a le_check_wak
+0x2857 le_set_enc
+0x285c le_clear_enc
+0x2868 le_scan_check_sender_addr_type
+0x286d le_get_master_rx_max
+0x2871 le_prepare_tx
+0x2892 le_check_tx_md
+0x2899 le_check_continue
+0x28a2 le_set_md
+0x28a4 le_clear_md
+0x28a6 le_update_tx_type
+0x28aa le_att_check_notification_enable
+0x28b6 le_send_empty
+0x28b8 le_send_packet
+0x28c8 le_send_no_txlen
+0x28ce le_send_packet_enc
+0x28d0 get_lpm_wake_ble_rx_lock
+0x28d2 put_lpm_wake_ble_rx_lock
+0x28d4 le_parse
+0x28e1 le_parse_l2cap
+0x28e9 le_parse_l2cap_next
+0x28ee le_check_l2cap_complete
+0x28f2 le_check_l2cap_cid_legal
+0x28fd le_check_l2cap_llid_start
+0x2910 le_check_l2cap_continue_legal
+0x2914 le_check_l2cap_llid_continue
+0x2929 le_writeatt_cb
+0x292b le_supervision_update
+0x2935 le_supervision_flush
+0x2938 le_receive_window_size
+0x2952 le_modified_name
+0x2955 le_modified_name_att_list
+0x2966 le_name_length_longer_than_att
+0x2969 le_modified_name_adv
+0x2976 le_modified_name_adv_and_scan
+0x2988 le_modified_name_adv_and_scan_store_data
+0x298e le_modified_name_adv_and_scan_name_overflow
+0x2990 le_modified_name_adv_loop
+0x299b le_modified_name_adv_loop2
+0x299f le_modified_name_adv_found_name
+0x29a1 memcpy_empty
+0x29a5 le_lpm_set_mult
+0x29a9 le_lpm_set_mult_attempt
+0x29b8 le_lpm_lost
+0x29c1 le_set_config_fixed_tk
+0x29c3 le_clr_config_fixed_tk
+0x29c5 le_set_config_fixed_ltk
+0x29c7 le_clr_config_fixed_ltk
+0x29c9 le_set_config_more_data
+0x29cb le_clr_config_more_data
+0x29cd le_set_config_read_authentication
+0x29cf le_clr_config_read_authentication
+0x29d1 le_set_config_write_authentication
+0x29d3 le_clr_config_write_authentication
+0x29d5 le_set_config_short_mult
+0x29d6 le_set_config
+0x29da le_clr_config_short_mult
+0x29db le_clr_config
+0x29df le_set_fixed_ltk
+0x29ec le_set_justwork
+0x29f2 le_fifo_malloc_tx_empty
+0x29f5 le_fifo_malloc_tx_ll
+0x29fb le_fifo_malloc_tx_l2cap
+0x2a05 le_fifo_malloc_tx
+0x2a10 le_fifo_get_first_tx_ptr
+0x2a14 le_fifo_get_second_tx_ptr
+0x2a16 le_fifo_get_last_tx_ptr
+0x2a19 le_fifo_get_last_tx_ptr0
+0x2a1b le_fifo_get_first_l2cap_ptr
+0x2a1e le_fifo_get_first_att_ptr
+0x2a21 le_fifo_get_last_att_ptr
+0x2a24 le_fifo_get_last_l2cap_ptr
+0x2a27 le_fifo_check_full
+0x2a28 le_fifo_check_nearly_full
+0x2a29 le_fifo_check_empty
+0x2a2a le_fifo_release_first_node
+0x2a2b le_set_dle
+0x2a2d le_set_phys
+0x2a30 le_set_rx_phy
+0x2a32 le_set_tx_phy
+0x2a33 le_set_phy_common
+0x2a38 le_set_feature_2m_phy
+0x2a3a le_set_feature_coded_phy
+0x2a3c le_set_feature_data_packet_length_extension
+0x2a3d le_set_feature
+0x2a41 le_set_fixed_ltk_justwork
+0x2a45 le_advertising_dispatch
+0x2a4b le_scan
+0x2a6a le_wait_adv
+0x2a71 le_create_conn
+0x2a84 le_connect_request
+0x2a8f le_con_req_hop_retry
+0x2acb le_adv
+0x2ad0 le_adv_loop
+0x2ae2 le_adv_not_match
+0x2aef le_send_adv_protect_txbuf
+0x2af2 le_send_adv_recover_txbuf
+0x2af5 le_init_adv
+0x2af7 le_adv_access
+0x2afe le_send_adv_ind
+0x2b0f le_send_adv_direct_ind
+0x2b15 le_send_adv_transmit
+0x2b1c le_send_scan_request
+0x2b2d le_send_scan_response
+0x2b40 le_parse_connect_req
+0x2b68 le_next_adv_channel
+0x2b6e le_next_adv_channel_curr_channel_37
+0x2b74 le_next_adv_channel_curr_channel_38
+0x2b7a le_next_adv_channel_curr_channel_39
+0x2b80 set_le_next_adv_channel_37
+0x2b85 set_le_next_adv_channel_38
+0x2b8a set_le_next_adv_channel_39
+0x2b8f le_parse_att
+0x2b96 le_parse_att2
+0x2ba4 le_send_att_exchange_mtu_requset
+0x2ba7 le_send_att_exchange_mtu_common
+0x2bab le_parse_att_exchange_mtu_request
+0x2bac le_send_att_exchange_mtu_response
+0x2bb0 le_parse_att_exchange_mtu_response
+0x2bb3 le_parse_att_find_information_request
+0x2bb6 le_att_handle_inrange
+0x2bc1 le_att_handle_blank
+0x2bc3 le_send_att_find_information_response
+0x2bc5 le_send_att_find_information_res_loop
+0x2bdc le_send_att_find_information_res_uuid16
+0x2bdf le_send_att_find_information_res_uuid128
+0x2be3 le_send_att_find_information_res_store_info2
+0x2be8 le_send_att_find_information_res_store_info
+0x2bf1 le_send_att_find_information_res_cont
+0x2bf3 le_send_att_find_information_res_next
+0x2bf5 le_send_att_find_information_res_end
+0x2bf7 le_parse_att_find_by_type_value_request
+0x2c00 le_start_end_handle_check_1
+0x2c07 le_start_end_handle_check_1_fail
+0x2c0a le_send_att_find_by_type_value_response
+0x2c11 le_send_att_find_by_type_value_res_primary
+0x2c16 le_send_att_find_primary_search_loop
+0x2c26 le_send_att_find_primary_search_loop1
+0x2c2a le_send_att_error_response_notfound2
+0x2c2d le_send_att_find_primary_search_end_start_handle_found
+0x2c35 le_send_att_find_primary_search_end_ending_handle_found
+0x2c3b le_send_att_find_primary_search_end
+0x2c44 le_parse_att_read_by_type_request
+0x2c47 le_send_att_read_by_type_response
+0x2c56 le_send_att_read_by_type_response_loop
+0x2c77 le_send_att_read_by_type_response_next_handle
+0x2c79 le_send_att_read_by_type_response_end
+0x2c7b le_send_att_read_by_type_res_found_next
+0x2c89 le_send_att_read_by_type_write_properties
+0x2c90 le_send_att_read_by_type_write_uuid
+0x2c9c le_send_att_read_by_type_res_not_characteristic
+0x2cb2 le_send_att_read_by_type_res_device_name
+0x2cc7 le_init_attlist_search
+0x2ccf le_att_get_handle_ptr
+0x2cd2 le_att_get_handle_ptr2
+0x2cd5 le_att_get_handle_loop1
+0x2cdd le_att_get_handle_ptr_found
+0x2cdd le_att_contr_add_len
+0x2ce0 le_att_get_uuid_ptr
+0x2ce3 le_att_get_uuid_loop
+0x2cf3 le_att_get_uuid_ptr_next
+0x2cf6 le_att_get_last_handle
+0x2cfa le_att_get_last_handle_loop
+0x2d02 le_att_get_handle_info_from_ptr
+0x2d04 le_att_get_handle_info
+0x2d06 le_att_get_handle_info_fast
+0x2d07 le_att_get_handle_loop
+0x2d0f le_att_unfind_handle
+0x2d10 le_att_finded_handle
+0x2d19 le_parse_att_read_request
+0x2d1d le_send_att_read_response
+0x2d2d le_send_att_read_response_less
+0x2d36 le_send_device_name
+0x2d42 le_send_att_read_response_check_auth
+0x2d46 le_send_att_read_response_error_insufficient_auth
+0x2d48 le_send_att_read_response_check_handle
+0x2d4c le_parse_att_read_blob_request
+0x2d50 le_send_att_read_blob_response
+0x2d59 le_send_att_read_blob_response_less
+0x2d63 le_parse_att_read_by_group_type_request
+0x2d66 le_send_att_read_by_group_type_response
+0x2d6d le_send_att_read_by_group_type_response_loop
+0x2d8a le_send_att_read_by_group_type_store_write_record
+0x2d90 le_send_att_read_by_group_type_store_record
+0x2d94 le_send_att_read_by_group_type_next_handle
+0x2d96 le_send_att_read_by_type_res_check_pair_length_type
+0x2d98 le_send_att_read_by_group_type_check_pair_length_type
+0x2d9c le_send_att_read_by_group_type_check_pair_length_type_16byte
+0x2d9e le_send_att_read_by_group_type_end0
+0x2da1 le_send_att_read_by_group_type_end1
+0x2da5 le_send_att_read_by_group_type_end_common
+0x2da8 le_parse_att_write_request
+0x2dac le_send_att_write_response_check_auth
+0x2dbc le_send_att_write_response
+0x2dc1 le_send_att_write_response_check_handle
+0x2dc5 le_send_att_write_response_error_invalid_handle
+0x2dc7 le_check_encrypt_state
+0x2dce le_parse_att_prepare_write_request
+0x2dd3 le_send_att_prepare_write_response
+0x2de1 le_parse_att_execute_write_request
+0x2de1 le_send_att_execute_write_response
+0x2de6 le_parse_handle_value_confirmation
+0x2dea le_parse_att_write_command
+0x2dee le_att_malloc_tx_notify
+0x2df7 le_att_malloc_tx_indication
+0x2e03 le_send_att_error_response_notfound
+0x2e05 le_send_att_error_response
+0x2e10 le_fifo_malloc_tx_l2cap_gatt
+0x2e13 le_att_next_handle
+0x2e17 le_att_check_handle_end
+0x2e1b le_att_same_type
+0x2e1e le_att_check_same_common
+0x2e24 le_store_att_record
+0x2e2a le_write_att_record
+0x2e30 le_write_att_record_common
+0x2e34 le_send_auto_len_by_mem
+0x2e41 le_get_search_handle_start_end_common
+0x2e46 le_get_search_max_mtu_data
+0x2e4a le_get_search_att_type
+0x2e4d le_get_search_common
+0x2e4f le_get_search_common2
+0x2e53 le_parse_writing_attribute_start
+0x2e61 le_clear_l2cap_att_states_deal_with_contiune_packet
+0x2e65 le_parse_writing_attribute_continue
+0x2e6e le_parse_attribute_write_request
+0x2e70 le_send_attribute_write_response_check_auth
+0x2e73 le_parse_attribute_write_command
+0x2e77 le_parse_attribute_check_complete_packet_init
+0x2e7e le_parse_l2cap_continue_common
+0x2e84 le_parse_attribute_check_complete_packet
+0x2e8a le_parse_signaling
+0x2e8f le_l2cap_parse_conn_parameter_update_rsp
+0x2e93 le_l2cap_tx_update_req
+0x2e9b le_fifo_malloc_tx_l2cap_signaling
+0x2ea3 le_l2cap_update_signaling_identifier
+0x2ea7 le_l2cap_reset_signaling_identifier
+0x2ea9 le_pairing_mode_init
+0x2eb1 le_set_pairing_mode_secure_justwork
+0x2eb3 le_set_pairing_mode_secure_numeric
+0x2eb6 le_set_pairing_mode_secure_passkey
+0x2eb8 le_set_no_pairing
+0x2eb9 le_set_noinputnooutput
+0x2ebb le_set_pairing_mode_lagacy_just_work
+0x2ebd le_set_pairing_mode_lagacy_passkey
+0x2ebe le_set_displayonly
+0x2ec0 le_secure_connection_enable
+0x2ec4 le_secure_connection_disable
+0x2ec8 le_parse_smp
+0x2ed5 le_send_smp_security_request
+0x2edc le_parse_smp_pairing_request
+0x2ee8 le_parse_smp_pairing_request2
+0x2ef0 le_set_tk_0
+0x2ef3 le_parse_smp_pairing_req_passkey
+0x2ef5 le_genernate_tk
+0x2efc le_parse_smp_pairing_req_fixed_passkey
+0x2efe le_send_smp_pairing_response
+0x2f03 le_parse_smp_pairing_confirm
+0x2f0b le_parse_smp_pairing_confirm_passkey_res_input
+0x2f0d le_parse_smp_pairing_confirm_secure_passkey
+0x2f10 le_parse_smp_pairing_confirm_sc_passkey_res_input
+0x2f13 le_send_smp_pairing_confirm
+0x2f1c le_send_smp_pairing_confirm_sc
+0x2f24 le_parse_smp_pairing_random
+0x2f2a le_send_pairing_confirm_value_failed
+0x2f2b le_send_pairing_failed
+0x2f31 le_parse_smp_pairing_failed
+0x2f37 le_smp_pairing_fail_reason_not_support_pairing
+0x2f39 le_parse_smp_pairing_random_sc
+0x2f45 le_parse_smp_pairing_random_sc_passkey
+0x2f4e le_parse_smp_pairing_random_success
+0x2f53 le_send_smp_pairing_random
+0x2f59 le_send_smp_encryption_information
+0x2f61 le_send_fixed_ltk
+0x2f63 le_send_smp_master_identification
+0x2f6f le_send_smp_identity_information
+0x2f77 le_send_smp_identity_address_information
+0x2f80 le_send_pairing_fail_unspecified_reason
+0x2f82 le_check_init_key_distribution
+0x2f86 le_parse_smp_identity_information
+0x2f90 le_check_master_addr_type
+0x2f96 le_parse_smp_identity_address_information
+0x2f9a le_parse_smp_signing_information
+0x2f9a le_parse_smp_security_request
+0x2f9b le_parse_smp_public_key
+0x2fa0 le_parse_smp_dhkey_check
+0x2fa5 le_send_smp_pairing_public_key
+0x2fab le_send_smp_pairing_dhkey_check
+0x2fb1 le_check_paring_time
+0x2fba le_pairing_sm
+0x2fc7 le_pairing_sm_null
+0x2fc7 le_pairing_sm_send_sec_req
+0x2fcd le_pairing_sm_start
+0x2fcf le_pairing_sm_rcv_pairing_req
+0x2fd3 le_pairing_sm_after_auth
+0x2fd6 le_pairing_sm_after_auth_start_enc
+0x2fda le_pairing_sm_after_auth_start_enc_common
+0x2fe1 le_pairing_sm_after_auth_start_enc_sc
+0x2fe3 le_pairng_sm_send_enc_information
+0x2fe5 le_pairng_sm_send_master_indentification
+0x2fec le_pairng_sm_send_indentity_information
+0x2fee le_parse_start_enc_rsp_after_auth_end
+0x2ff5 le_secure_connect_sm
+0x3003 le_sc_state_clear
+0x3007 le_sc_sm_passkey_wait_confirm
+0x3011 le_sc_sm_wait_confirm_gkey
+0x3016 le_sc_confirm_gkey_ok
+0x301a le_sc_sm_receive_dhkey
+0x301e le_dhkey_ready
+0x3023 le_dhkey_ready_common
+0x3029 le_dhkey_check_fail
+0x302b le_dhkey_check_ok
+0x3035 le_sc_sm_send_public_key
+0x3039 le_sc_sm_ready_send_pairing_confirm
+0x303a le_sc_sm_send_public_key_passkey
+0x303d le_sc_sm_receive_public_key
+0x3041 le_public_key_ready
+0x3044 le_sc_sm_wait_send_public_key
+0x3047 le_fifo_malloc_tx_l2cap_smp
+0x304a le_parse_ll
+0x3061 le_parse_connection_update_ind
+0x3069 le_parse_channel_map_ind
+0x306d le_update_map_enable
+0x3071 le_parse_terminate_ind
+0x3075 le_parse_enc_req
+0x3087 le_parse_enc_req_after_auth
+0x308a le_parse_enc_req_fixed_ltk
+0x308f le_ltk_lost
+0x3093 le_parse_enc_rsp
+0x3098 le_parse_start_enc_req
+0x309c le_parse_start_enc_rsp
+0x30a1 le_parse_unknown_rsp
+0x30a2 le_parse_feature_req
+0x30a3 le_parse_feature_rsp
+0x30a4 le_parse_pause_enc_req
+0x30a8 le_parse_pause_enc_rsp
+0x30a9 le_parse_version_ind
+0x30ab le_parse_reject_ind
+0x30ac le_parse_ping_req
+0x30ad le_parse_ping_rsp
+0x30ae le_parse_length_req
+0x30b0 le_parse_length_rsp
+0x30bb le_parse_phy_req
+0x30bc le_parse_phy_update_ind
+0x30c5 le_send_terminate_ind_user_terminated
+0x30c6 le_send_terminate_ind
+0x30cc le_send_enc_rsp
+0x30da le_send_start_enc_req
+0x30dd le_send_start_enc_rsp
+0x30df le_send_unknown_rsp
+0x30e4 le_send_feature_rsp
+0x30eb le_send_pause_enc_rsp
+0x30ed le_send_version_ind
+0x30f3 le_send_reject_ind
+0x30f9 le_send_ping_rsp
+0x30fb le_send_data_length_req
+0x30fd le_send_data_length_res
+0x30fe le_send_data_length
+0x3103 le_send_phy_rsp
+0x310d le_send_ll_one_lenth
+0x310f g24_dispatch
+0x3112 g24_prep
+0x3119 g24_receive_packet
+0x3121 g24_receive_rxon
+0x3126 g24_receive_nolr
+0x3135 g24_receive_skip_fec1
+0x3148 g24_receive_skip
+0x3151 g24rx_loop
+0x3154 g24rx_nopayload
+0x3159 g24_receive_skip_rssi
+0x3160 g24_receive_skip_next
+0x316d g24_receive_skip_disable_fec1
+0x316f g24_lr_receive_pdu_len
+0x3176 g24_lr_receive_pdu_norssi
+0x3178 g24_lr_receive_payload_len
+0x317d g24_receive_byte
+0x3180 g24_sync_timeout
+0x3183 g24_end_of_packet
+0x3188 g24_hec_error
+0x318a g24_lr_len_error
+0x318c g24_type_error
+0x318e g24_len_over_error
+0x3190 g24_crc_error
+0x3192 g24_set_freq_tx
+0x3195 g24_transmit
+0x31a8 g24_transmit_packet
+0x31ae g24_transmit_nolr
+0x31b3 g24tr_loop
+0x31bd g24_transmit_skip
+0x31c4 g24_transmit_skip_disable_fec1
+0x31c7 g24_transmit_lr
+0x31c8 g24_transmit_lr_preamble_loop
+0x31d2 g24_transmit_lr_s2
+0x31d6 g24_transmit_lr_s8
+0x31d9 g24_transmit_2m
+0x31db g24_transmit_2m_dealy
+0x31e5 g24_transmit_prep
+0x31f0 g24_transmit_prep_pdu
+0x3206 g24_lr_transmit_prep
+0x320a g24_lr_transmit_prep_skip
+0x3214 g24_read_len_pid_crc
+0x3222 g24_ch
+0x3227 g24_ch_map_size
+0x322c g24_ch_calc
+0x3236 g24_update_addr_and_synccrc8
+0x3238 g24_syncword_crc8
+0x323b g24_syncword_crc8_loop
+0x3245 g24_timer_check
+0x3255 g24_timer_timeout
+0x3258 g24_timer_init
+0x325b g24_chmap_param_init
+0x326b g24_chamap_param_update
+0x3278 g24_rx_window_init
+0x327f g24_rx_window_store
+0x3281 g24_enable_1m
+0x3284 g24_enable_2m
+0x3287 g24_pair_param_init
+0x328e g24_pair_timeout_timer
+0x3291 g24_pair_start
+0x329c g24_pair_init_param
+0x32a3 g24_pair_dispatch
+0x32b2 g24_pair_sm_1
+0x32b4 g24_pair_sm_2
+0x32b8 g24_pair_sm_2_skip
+0x32ba g24_pair_sm_3
+0x32c0 g24_pair_sm_4
+0x32c1 g24_pair_sm_prep
+0x32c3 g24_pair_sm_common
+0x32d6 g24_pair_sm_reinit
+0x32db g24_pair_sm_1_waiting_ack
+0x32dd g24_pair_sm_2_waiting_ack
+0x32e1 g24_pair_sm_2_waiting_ack_skip
+0x32e3 g24_pair_sm_3_waiting_ack
+0x32e9 g24_pair_sm_3_waiting_ack_skip
+0x32eb g24_pair_sm_4_waiting_ack
+0x32f1 g24_pair_sm_4_waiting_ack_skip
+0x32f8 g24_pair_exit
+0x32fc g24_bind_mode_enable
+0x32ff g24_bind_init
+0x330a g24_bind_ackpayload_prep
+0x330f g24_bind_data_process
+0x331c g24_bind_data_error
+0x331e g24_bind_data_parse
+0x3329 g24_bind_first_step
+0x332d g24_bind_first_step_device1
+0x3330 g24_bind_dvc1_payload_cfg
+0x3331 g24_bind_payload_cfg
+0x3335 g24_bind_first_step_device2
+0x3338 g24_bind_dvc2_payload_cfg
+0x333a g24_bind_second_step
+0x3340 g24_bind_second_step_skip
+0x3344 g24_bind_second_step_device1
+0x3349 g24_bind_dvc1_step_set2
+0x334c g24_bind_dvc1_payload_cfg_transmitter_addr
+0x334d g24_bind_payload_cfg_transmitter_addr
+0x3351 g24_bind_second_step_device2
+0x3356 g24_bind_dvc2_step_set2
+0x335b g24_bind_third_step
+0x3361 g24_bind_third_step_skip
+0x3365 g24_bind_third_step_device1
+0x336a g24_bind_dvc1_step_success
+0x336f g24_bind_exit
+0x3372 g24_bind_third_step_device2
+0x3377 g24_bind_dvc2_step_success
+0x337e g24_binding_device_check
+0x3386 g24_binding_dvc1_status
+0x3388 disable_user3
+0x338a g24_binding_dvc2_status
+0x338d g24_binding_dvc1_living
+0x3393 g24_binding_dvc2_living
+0x3399 g24_bind_device_status_check
+0x339b g24_bind_device_status
+0x339f g24_receive_init
+0x33a3 g24_receive_dispatch
+0x33a5 g24_ackpayload_prep
+0x33ab g24_receive_packet_start
+0x33ad g24_receive_packet_parse
+0x33be g24_rx_interrupt_clear
+0x33c2 g24_data_receive_attemp
+0x33c4 g24_data_device1
+0x33d3 g24_data_device2
+0x33d9 g24_data_attemp_device1_abort
+0x33e1 g24_data_attemp_device2_abort
+0x33e3 g24_receive_packet_parse_pid_crc
+0x33f1 g24_receive_transmit_ack
+0x33f4 g24_transmit_ack
+0x33fa g24tx_with_ack
+0x33fd g24tx_no_ack
+0x33fe g24_enable_nodata_timer
+0x33ff g24_enable_nodata_timer_init
+0x3402 g24_mode_switch_init
+0x3407 g24_mode_switch_bind_work
+0x3414 g24_bind_mode_continue
+0x3419 g24_work_mode_switch
+0x341c g24_bind_mode_switch
+0x341f g24_mode_b_s_switch_init
+0x342d g24_mode_switch_bind_search
+0x3448 g24_mode_switch_search
+0x344b g24_mode_b_s_switch_exit
+0x344d g24_mode_b_s_switch_stop
+0x344f g24_mode_b_s_switch_start
+0x3451 g24_work_init
+0x3460 g24_switch_work_mode
+0x3461 g24_work_mode_enable
+0x3464 g24_work_mode_start
+0x3469 g24_bind_mode_auto
+0x3476 g24_search_mode_init
+0x3488 g24_search_mode_auto
+0x34a7 g24_self_ch_num_reinit
+0x34a8 g24_current_ch_num_reinit
+0x34aa g24_device2_ch_num_reinit
+0x34ac g24_device1_ch_num_reinit
+0x34ae g24_auto_addr_ch_search
+0x34b8 g24_auto_bind_config_device1
+0x34cd g24_device1_config_ch_once
+0x34d2 g24_auto_bind_config_device2
+0x34e7 g24_device2_config_ch_once
+0x34ec g24_auto_bind_config_self
+0x3500 g24_self_config_ch_once
+0x3504 g24_ackpayload_disable
+0x3506 g24_receiver_addr_check
+0x350a g24_nodata_process
+0x3514 g24_search_mode_enable
+0x3518 g24_ch_process
+0x352c g24_ch_receive_hop_pac
+0x352e g24_ch_timer_reinit
+0x3531 g24_reconn_timeout_timer
+0x3534 g24_reconn_start
+0x3541 g24_reconn_fast_conn
+0x3549 g24_reconn_receiver_addr
+0x3550 g24_reconn_device_3_0_addr
+0x3557 g24_store_receiver_addr
+0x355a g24_ch_syncword_crc8_init
+0x355c g24_reconn_dispatch
+0x3565 g24_reconn_dispatch_next
+0x357b g24_txbuf_clear
+0x357f g24_reconn_data_prep
+0x3586 g24_reconn_device_fail
+0x3593 g24_reconn_fast_conn_and_receiver
+0x3595 g24_reconn_fast_conn_and_3_0
+0x3597 g24_reconn_receiver_and_3_0
+0x3599 g24_reconn_pair_and_3_0
+0x359b g24_data_attemp
+0x359f g24_data_attemp_device1
+0x35a3 g24_store_device1_addr
+0x35a5 g24_data_attemp_device2
+0x35a9 g24_store_device2_addr
+0x35ab rssi_store
+0x35b4 rssi_average
+0x35bb rssi_average_loop
+0x35c8 save_rssi_dec
+0x35c9 rssi_transmitter_buff_init
+0x35cb rssi_signal
+0x35d6 rssi_receiver_buff_init
+0x35dd rssi_buff_clear
+0x35e3 rssi_noise
+0x35ea rssi_noise_monitor
+0x35f0 g24_transmit_init
+0x35f3 g24_interval_param_4ms
+0x35fb g24_interval_param_8ms
+0x3603 g24_transmit_dispatch
+0x3609 g24_transmit_no_interrupt
+0x360c g24_transmit_start
+0x3610 g24_transmit_start_next
+0x3616 g24_short_sleep
+0x361d g24_long_sleep
+0x3622 g24_long_seep2
+0x3625 g24_txdata_prep
+0x3628 g24_package_data
+0x362e g24_accumulate_data
+0x3636 g24_transmit_rf_ctrl_clear
+0x363a g24_transmit_process
+0x363d g24_transmit_loop
+0x3646 g24_transmit_no_ack
+0x3647 g24_transmit_next_packet
+0x364c g24_transmit_abandon
+0x3651 g24_transmit_receive_ack
+0x365f g24_retransmit
+0x3662 g24_retransmit0
+0x366e g24_ackpayload_parse
+0x3676 g24_tx_attempt_fail
+0x367a g24_stop_24g_mode
+0x367c g24_transmit_hop_process
+0x3689 g24_transmit_hop_process_4ms
+0x368d g24_hop_ch_enable
+0x368d g24_txpayload_type_update
+0x3690 g24_lr_type_update
+0x3692 g24_hop_enable_packet
+0x3694 g24_hop_ch_disable
+0x369a g24_tx_fast_hop
+0x369d g24_search_receiver
+0x369f g24_nodata_transmit
+0x36a6 g24_send_abort_packet
+0x36b4 g24_lpm_wait
+0x36be g24_setgpio_lpm_before
+0x36c0 g24_transmit_by_interrupt
+0x36ca g24_transmit_by_interrupt_exit
+0x36cf g24_interval_min
+0x36d1 g24_interval_store
+0x36d3 g24_interval_max
+0x36d5 g24_interval_calibrate
+0x36db g24_transmit_by_interrupt_enable
+0x36df g24_factory_check
+0x36e1 pdata_0xff_check
+0x36e3 pdata_0xff_check_loop
+0x36e8 power_ctrl_start
+0x36f3 power_ctrl_start_next
+0x36fb power_ctrl_txpower_decrs_check
+0x3700 power_ctrl_txpower_decrs
+0x3704 power_ctrl_txpower_decrs_next
+0x370b power_ctrl_decrs_level1
+0x370b power_ctrl_incrs_level1
+0x370d power_ctrl_txpower_incrs_force
+0x370e power_ctrl_txpower_incrs
+0x3713 power_ctrl_incrs_level2
+0x3715 power_ctrl_decrs_level0
+0x3717 power_ctrl_pac_succ_cnt_init
+0x371a power_ctrl_pac_succ_incrs
+0x371e power_ctrl_pac_succ_decrs
+0x3726 power_ctrl_pac_succ_cnt_reinit
+0x3728 ali_mesh_access_layer_resolve_message
+0x372e ali_mesh_access_layer_check_access_message_opcode
+0x3739 ali_mesh_access_layer_message_opcode_config_appkey_add
+0x3745 ali_mesh_access_layer_recv_cfg_appkey_add_cb
+0x374f ali_mesh_accesss_layer_check_message_type
+0x3754 ali_mesh_access_layer_send_config_appkey_status
+0x375e ali_mesh_access_layer_finish_pairing_init_subscription_list
+0x3761 ali_mesh_access_layer_finish_pairing_init_subscription_list_loop
+0x376c ali_mesh_access_layer_send_generic_onoff_status
+0x3774 ali_mesh_access_layer_send_light_lightness_status
+0x377c ali_mesh_access_layer_send_light_ctl_stauts
+0x3784 ali_mesh_access_layer_send_scene_status
+0x378c ali_mesh_app_recv_new_mesh_pkt
+0x3791 ali_mesh_report_power_on_timer
+0x3794 ali_mesh_report_full_attribute_timer
+0x3797 ali_mesh_app_report_device_state
+0x3799 ali_mesh_ali_vendor_message_attribute_set
+0x37ba ali_mesh_ali_vendor_message_opcode_attr_get
+0x37bb ali_mesh_ali_vendor_message_opcode_attr_confrimation
+0x37c4 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid
+0x37cf ali_mesh_ali_vendor_message_attribute_set_main_light
+0x37d2 ali_mesh_ali_vendor_message_attribute_set_background_light
+0x37d5 ali_mesh_ali_vendor_message_attribute_set_color
+0x37d8 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time
+0x37dc ali_mesh_ali_vendor_message_status_add_head
+0x37e4 ali_mesh_ali_vendor_message_opcode_device_power_on
+0x37e8 ali_mesh_ali_vendor_message_opcode_generic_onoff
+0x37ea ali_mesh_ali_vendor_message_ack_attr_status_uint64
+0x37ec ali_mesh_ali_vendor_message_ack_attr_status_uint56
+0x37ee ali_mesh_ali_vendor_message_ack_attr_status_uint48
+0x37f0 ali_mesh_ali_vendor_message_ack_attr_status_uint32
+0x37f2 ali_mesh_ali_vendor_message_ack_attr_status_uint16
+0x37f4 ali_mesh_ali_vendor_message_ack_attr_status_uint8
+0x37f6 ali_mesh_ali_vendor_message_ack_attr_status
+0x37fc ali_mesh_ali_vendor_message_opcode_para_uint8
+0x3801 ali_mesh_ali_vendor_message_opcode_para_uint16
+0x3806 ali_mesh_ali_vendor_message_send_message
+0x3808 ali_mesh_ali_vendor_message_indication_info_add_head
+0x3817 ali_mesh_ali_vendor_message_indication_info_reset_tid
+0x3819 ali_mesh_ali_vendor_message_opcode_delete_timer
+0x3823 ali_mesh_ali_vendor_message_opcode_delete_timer_loop
+0x382e ali_mesh_access_layer_send_ali_vendor_message_delete_timer
+0x3837 ali_mesh_ali_vendor_aim_timer_buffer_clear
+0x383f ali_mesh_ali_vendor_aim_timer_buffer_clear_all
+0x3845 ali_mesh_ali_vendor_message_opcode_timer_inquire
+0x3856 ali_mesh_ali_vendor_message_opcode_timer_inquire_time
+0x385e ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer
+0x3867 ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error
+0x386a ali_mesh_ali_vendor_message_opcode_timer_set_state
+0x387d ali_mesh_time_function
+0x3889 ali_mesh_time_init_system_time
+0x388a ali_mesh_time_init_system_time_without_clk
+0x388f ali_mesh_timer_timeout
+0x3896 ali_mesh_clkn_bt_add_1s
+0x3897 ali_mesh_time_loop
+0x389a ali_mesh_ali_vendor_check_time
+0x38a0 ali_mesh_ali_vendor_check_time_loop
+0x38a8 ali_mesh_ali_vendor_had_timing
+0x38b5 ali_mesh_ali_vendor_had_timing_single_time
+0x38bc ali_mesh_ali_vendor_time_out_of_date
+0x38bf ali_mesh_ali_vendor_had_timing_cyclically
+0x38d5 ali_mesh_ali_vendor_had_timing_cyclically_continue
+0x38e3 ali_mesh_ali_vendor_time_timeout
+0x38ef ali_mesh_ali_vendor_time_timeout_continue
+0x38f4 ali_mesh_ali_vendor_time_timeout_cyclic
+0x38ff ali_mesh_ali_vendor_message_opcode_timing_finish
+0x3907 ali_mesh_ali_vendor_message_opcode_timer_set_timing
+0x391c ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically
+0x3928 ali_mesh_access_layer_send_ali_vendor_message_current_timing
+0x3930 ali_mesh_ali_vendor_store_mesh_timer_infmatn
+0x3937 ali_mesh_vendor_timer_buffer_offset_cal
+0x393b ali_mesh_get_all_timer_index_timer
+0x3940 ali_mesh_get_all_timer_index_timer_loop
+0x3945 ali_mesh_get_all_timer_index_timer_loop_end
+0x394a peripherals_write_mesh_timer_infmatn
+0x394c ali_mesh_bearer_layer_send_packet_by_network_layer
+0x3961 ali_mesh_bearer_layer_gatt_send_packet_by_network_layer
+0x3964 ali_mesh_send_ble_data_control_package
+0x3967 ali_mesh_advertising_bearer_layer_init_queue
+0x396c ali_mesh_advertising_bearer_layer_init_queue_param
+0x396f ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue
+0x396f ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal
+0x3973 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param
+0x397c ali_mesh_advertising_add_adtype_flags
+0x3984 ali_mesh_advertising_add_adtype_16bit_complete
+0x398b mesh_ble_rx_packet_only
+0x3995 mesh_ble_rx_packet
+0x3997 mesh_ble_rx_packet_check_timer
+0x39a1 mesh_ble_rx_packet_check_and_init
+0x39a9 mesh_le_calc_next_scan_channel
+0x39b1 mesh_check_ble_rx_packet
+0x39b6 ali_mesh_match_advertising_packet
+0x39bd ali_mesh_find_adv_ind_packet
+0x39d1 ali_mesh_receive_adtype_manufacturer_specific_tmall_control
+0x39d3 mesh_le_send_adv
+0x39e0 mesh_le_send_adv_loop
+0x39f0 mesh_le_send_adv_nonconn_ind
+0x39fb ali_mesh_base_adt_cache
+0x3a09 ali_mesh_base_adt_cache_loop
+0x3a16 ali_mesh_base_adt_cache_empty_space
+0x3a18 ali_mesh_chip_peripherals_load_data
+0x3a1a ali_mesh_chip_peripherals_load_data_from_flash
+0x3a21 ali_mesh_chip_peripherals_load_three_tuple_from_flash
+0x3a25 ali_mesh_chip_peripherals_load_network_key_from_flash
+0x3a2c ali_mesh_chip_peripherals_load_application_key_from_flash
+0x3a30 ali_mesh_chip_peripherals_load_device_key_from_flash
+0x3a34 ali_mesh_chip_peripherals_load_reset_count_from_flash
+0x3a35 ali_mesh_chip_peripherals_load_seq_from_flash
+0x3a39 ali_mesh_chip_peripherals_load_subscription_from_flash
+0x3a43 ali_mesh_chip_peripherals_load_data_from_eep
+0x3a4a ali_mesh_chip_peripherals_load_three_tuple_from_eep
+0x3a4e ali_mesh_chip_peripherals_load_network_key_from_eep
+0x3a55 ali_mesh_chip_peripherals_load_application_key_from_eep
+0x3a59 ali_mesh_chip_peripherals_load_device_key_from_eep
+0x3a5d ali_mesh_chip_peripherals_load_reset_count_from_eep
+0x3a5e ali_mesh_chip_peripherals_load_seq_from_eep
+0x3a62 ali_mesh_chip_peripherals_load_subscription_from_eep
+0x3a6b ali_mesh_chip_peripherals_load_subscription_loop
+0x3a71 mesh_receive_config_appkey_add_cb
+0x3a74 mesh_receive_config_appkey_add_flash_cb
+0x3a77 ali_mesh_chip_peripherals_save_network_key_from_flash
+0x3a7b ali_mesh_chip_peripherals_save_application_key_from_flash
+0x3a7f ali_mesh_chip_peripherals_save_device_key_from_flash
+0x3a83 mesh_receive_config_appkey_add_eeprom_cb
+0x3a86 ali_mesh_chip_peripherals_save_network_key_from_eep
+0x3a8a ali_mesh_chip_peripherals_save_application_key_from_eep
+0x3a8e ali_mesh_chip_peripherals_save_device_key_from_eep
+0x3a92 mesh_store_new_seq_data
+0x3a9a ali_mesh_chip_peripherals_save_seq_from_flash
+0x3a9e ali_mesh_chip_peripherals_save_seq_from_eep
+0x3aa2 mesh_store_new_subscriptuion_list_data
+0x3aa9 mesh_store_new_subscriptuion_list_data_from_flash
+0x3aad ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep
+0x3ab0 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop
+0x3ab6 mesh_clear_pairing_key
+0x3ab8 ali_mesh_chip_clear_pairing_key_from_flash
+0x3abb ali_mesh_chip_clear_pairing_key_from_eeprom
+0x3abc mesh_vendor_timming_chage_cb
+0x3ac3 ali_mesh_vendor_timer_message_read
+0x3aca ali_mesh_control_ble_adv_process
+0x3acc ali_mesh_control_ble_adv_timer_process
+0x3ace ali_mesh_control_ble_advertising_on_advertising
+0x3ad0 ali_mesh_control_ble_advertising_off_advertising
+0x3ad2 ali_mesh_control_ble_adv_tmall_packet
+0x3ad6 ali_mesh_control_ble_adv_tmall_packet_send_package
+0x3adc ali_mesh_control_ble_advertising_send_device_silence_beacon_packet
+0x3ade ali_mesh_control_ble_advertising_send_paired_packet
+0x3aef ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy
+0x3af5 ali_mesh_control_ble_advertising_send_paired_packet_end_duration
+0x3afb ali_mesh_send_paired_packet_init_advertising
+0x3afd ali_mesh_control_ble_advertising_send_device_beacon_packet
+0x3b05 ali_mesh_control_ble_advertising_device_beacon_check_duration
+0x3b09 ali_mesh_end_advertising_silence_device_beacon_packet
+0x3b0b ali_mesh_end_advertising_unprovisioned_device_beacon_packet
+0x3b0d ali_mesh_control_ble_advertising_send_pairing_packet
+0x3b0e ali_mesh_chip_timer_check_with_random_timer
+0x3b10 ali_mesh_chip_timer_check_with_random_timer_continue
+0x3b13 ali_mesh_chip_timer_check
+0x3b19 ali_mesh_advertising_unprovisioned_timer
+0x3b1c ali_mesh_advertising_unprovisioned_timeout
+0x3b23 ali_mesh_advertising_unprovisioned_timer_interval_timer
+0x3b26 ali_mesh_advertising_unprovisioned_timer_interval_timeout
+0x3b2a ali_mesh_stop_send_indication_packet
+0x3b2f ali_mesh_send_unprovisioned_device_beacon_init_advertising
+0x3b31 ali_mesh_send_silence_device_beacon_init_advertising
+0x3b33 ali_mesh_network_layer_control_relay_packet
+0x3b37 ali_mesh_network_layer_control_send_relay_packet
+0x3b45 ali_mesh_encrypt_calc_random_data
+0x3b4b ali_mesh_encrypt_calc_random_data_calc_confirmationkey
+0x3b53 ali_mesh_encrypt_calc_random_data_calc_authvalueprov
+0x3b59 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice
+0x3b5f ali_mesh_encrypt_calc_random_data_calc_confirmationcloud
+0x3b67 ali_mesh_encrypt_calc_random_data_calc_confirmationdevice
+0x3b6b ali_mesh_encrypt_calc_random_data_calc_devicekey
+0x3b75 ali_mesh_encrypt_load_randomba_to_sha256
+0x3b76 ali_mesh_encrypt_load_randoma_to_sha256
+0x3b78 ali_mesh_encrypt_load_randomab_to_sha256
+0x3b79 ali_mesh_encrypt_load_randomb_to_sha256
+0x3b7b ali_mesh_encrypt_load_three_tuple_to_sha256
+0x3b86 ali_mesh_encrypt_calc_provisioning_data
+0x3b87 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data
+0x3b8a ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop
+0x3b92 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey
+0x3b99 ali_mesh_encrypt_calc_network_key_by_k2
+0x3b9c ali_mesh_encrypt_base_function_k2
+0x3bb1 ali_mesh_encrypt_base_function_k4
+0x3bbf ali_mesh_encrypt_base_function_k3
+0x3bcc ali_mesh_encrypt_obfuscation_deceypt_send_message
+0x3bcf ali_mesh_encrypt_obfuscation_deceypt_recevie_message
+0x3bd1 ali_mesh_encrypt_obfuscation_deceypt
+0x3bda ali_mesh_encrypt_generate_pecb
+0x3bda ali_mesh_encrypt_generate_privacy_random
+0x3bdc ali_mesh_encrypt_base_function_generate_pecb
+0x3be3 ali_mesh_encrypt_base_function_sha256_load_data_64bit
+0x3be4 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii
+0x3be7 ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii
+0x3bea ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma
+0x3bee ali_mesh_encrypt_base_function_sha256_store_dataptr
+0x3bf1 ali_mesh_encrypt_base_function_sha256_check_first_load_data
+0x3bfa ali_mesh_encrypt_base_function_sha256_first_load_data
+0x3bfe ali_mesh_encrypt_base_function_sha256_clear_data_chunk
+0x3c01 ali_mesh_encrypt_base_function_sha256_calc
+0x3c06 ali_mesh_encrypt_base_function_sha256_calc_loop
+0x3c17 ali_mesh_encrypt_base_function_sha256_load_data_end
+0x3c30 ali_mesh_encrypt_base_function_sha256_add_chunk
+0x3c32 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse
+0x3c33 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte
+0x3c39 ali_mesh_encrypt_base_function_hex2ascii
+0x3c42 ali_mesh_encrypt_base_function_dialog2uchar
+0x3c46 ali_mesh_encrypt_base_function_dialog2uchar_num
+0x3c48 ali_mesh_encrypt_base_function_aes_cmac_32byte
+0x3c4a ali_mesh_encrypt_base_function_aes_cmac_16byte
+0x3c4c ali_mesh_encrypt_base_function_k2_aes_cmac_t
+0x3c5a ali_mesh_encrypt_base_function_aes_cmac
+0x3c64 ali_b0_block_generate
+0x3c66 ali_a_block_generate
+0x3c67 ali_block_generate
+0x3c79 ali_generate_mic
+0x3c84 ali_ccm_encrypt_64bit
+0x3c86 ali_ccm_encrypt
+0x3c88 ali_ccm_encrypt_function
+0x3ca5 ali_ccm_decrypt_64bit
+0x3ca7 ali_ccm_decrypt
+0x3ca9 ali_ccm_decrypt_function
+0x3cc4 ali_ccm_decrypt_function_check_mic64
+0x3cc7 ali_fetcht_ccm_mic
+0x3ccf ali_aes_crypt_data
+0x3cd9 mesh_send_unprovisioned_beacons
+0x3ce0 ali_mesh_config_device_uuid_by_three_tuple
+0x3cec ali_mesh_send_unprovisioned_beacons_tmall
+0x3cee ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package
+0x3cf5 ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid
+0x3cfa ali_mesh_receive_adtype_manufacturer_specific
+0x3d01 ali_mesh_advertising_receive_privisioning_random
+0x3d03 ali_mesh_advertising_calc_encrypt_random_data
+0x3d07 ali_mesh_advertising_send_provisioning_confirmation
+0x3d0f ali_mesh_advertising_receive_privisioning_random_check_states
+0x3d1c ali_mesh_decrypt_tmall_privisioning_data_package
+0x3d27 ali_mesh_advertising_receive_privisioning_data
+0x3d37 ali_mesh_resolve_privisioning_data_package
+0x3d3f ali_mesh_advertising_send_provisioning_complete
+0x3d46 ali_mesh_advertising_send_packet_common
+0x3d5a ali_mesh_receive_provisioning_package_check_header
+0x3d63 ali_mesh_fast_pairing_timer
+0x3d66 ali_mesh_fast_pairing_timeout
+0x3d66 ali_mesh_fast_pairing_failed
+0x3d67 ali_mesh_access_layer_config_or_health_message_opcode
+0x3d6e ali_mesh_message_config_modle_subscription_add_overwrite
+0x3d83 ali_mesh_message_config_modle_subscription_add_value_address_ow
+0x3d8b ali_mesh_byte_swap
+0x3d90 ali_mesh_message_config_modle_subscription_set_addr_max
+0x3d92 ali_mesh_access_layer_config_composition_data
+0x3db1 ali_mesh_access_layer_config_or_health_message_opcode_node_reset
+0x3db2 ali_mesh_access_layer_send_config_node_reset_status
+0x3db8 ali_mesh_access_layer_health_node_reset_timer
+0x3dbb ali_mesh_access_layer_health_node_reset_timeout
+0x3dbc ali_mesh_app_delete_paired
+0x3dbd ali_mesh_message_config_modle_subscription_add
+0x3dc2 ali_mesh_message_config_modle_subscription_save
+0x3dc4 ali_mesh_message_config_modle_subscription_delete
+0x3dcd ali_mesh_message_config_modle_subscription_delete_next
+0x3dd3 ali_mesh_message_config_modle_subscription_delete_group_addr
+0x3dd8 ali_mesh_message_config_modle_subscription_check_value_address
+0x3dd9 ali_mesh_message_config_modle_subscription_check_value_address_loop
+0x3ddf ali_mesh_message_config_modle_subscription_check_value_address_loop_empty
+0x3de2 ali_mesh_message_config_modle_subscription_status
+0x3dec ali_mesh_message_config_modle_subscription_check_element
+0x3df5 ali_mesh_message_config_modle_subscription_add_value_address
+0x3df7 ali_mesh_message_config_modle_subscription_add_value_address_loop
+0x3dff ali_mesh_message_config_modle_subscription_add_value_address_in
+0x3e02 ali_mesh_init
+0x3e3a mesh_inverse_three_tuple_mac
+0x3e3e mesh_get_element_info_config
+0x3e42 mesh_idle_process
+0x3e4a mesh_cb_event_timer
+0x3e50 mesh_clear_provisioning_data_only
+0x3e53 mesh_clear_timer_data
+0x3e58 ali_mesh_upper_transport_layer_queue_init
+0x3e5a ali_mesh_advertising_bearer_layer_queue_init
+0x3e5c ali_mesh_network_layer_gatt_queue_init
+0x3e5e ali_mesh_network_layer_init_gatt_queue_param
+0x3e61 ali_mesh_advertising_init_send_unprovisioned_device_beacon
+0x3e6b ali_mesh_lower_transport_layer_receive_lower_transport_pdu
+0x3e70 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message
+0x3e76 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon
+0x3e93 ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero
+0x3e97 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack
+0x3ea1 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop
+0x3ea7 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment
+0x3eb4 ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment
+0x3ec1 ali_mesh_lower_transport_layer_send_unsegmented_access_message
+0x3ecb ali_mesh_lower_transport_layer_send_segmented_access_message
+0x3ed4 ali_mesh_model_layer_check_model_message_opcode
+0x3ed5 ali_mesh_model_layer_check_generic_onoff_message_opcde
+0x3edb ali_mesh_model_layer_message_opcode_generic_onoff_get
+0x3edd ali_mesh_model_layer_message_opcode_generic_onoff_get_cb
+0x3ee1 ali_mesh_model_layer_message_opcde_generic_onoff_set
+0x3ee3 ali_mesh_model_layer_message_opcde_generic_onoff_set_cb
+0x3ee6 ali_mesh_model_layer_message_opcde_scene_recall
+0x3ee9 ali_mesh_model_layer_message_opcde_light_lightness_set
+0x3eef ali_mesh_model_layer_message_opcde_light_ctl_set
+0x3efe ali_mesh_model_layer_message_calc_lightness
+0x3f0a ali_mesh_model_layer_message_calc_actual_lightness
+0x3f10 ali_mesh_model_layer_message_calc_temperature
+0x3f18 ali_mesh_model_layer_message_calc_actual_temperature
+0x3f1f ali_mesh_model_layer_message_calc_temperature_k
+0x3f26 ali_mesh_more_element_check_unicast_address
+0x3f2a ali_mesh_more_element_check_unicast_address_loop
+0x3f32 ali_mesh_more_element_found_unicast_address_element
+0x3f36 ali_mesh_more_element_check_group_address
+0x3f3a ali_mesh_more_element_check_group_address_loop
+0x3f3f ali_mesh_more_element_check_address_common
+0x3f47 ali_mesh_more_element_found_group_address_element
+0x3f49 ali_mesh_more_element_check_subscription_address
+0x3f4b ali_mesh_more_element_check_subscription_address_loop
+0x3f51 ali_mesh_more_element_found_subscription_address_element
+0x3f53 ali_mesh_more_element_check_element_address
+0x3f58 ali_mesh_more_element_check_element_address_loop
+0x3f5f ali_mesh_more_element_check_element_address_no_group_address
+0x3f64 ali_mesh_more_element_push_stack
+0x3f69 ali_mesh_more_element_pop_stack
+0x3f6e ali_mesh_more_element_calc_queue_address
+0x3f7c ali_mesh_receive_adtype_mesh_message
+0x3f7d ali_mesh_network_layer_recevice_network_pdu
+0x3f8c ali_mesh_network_layer_check_dup
+0x3f95 ali_mesh_network_layer_check_dup_loop
+0x3fa1 ali_mesh_network_layer_check_msg
+0x3fa5 ali_mesh_network_layer_check_msg_loop
+0x3fb2 ali_mesh_network_layer_store_proxy_unicast_address
+0x3fb7 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32
+0x3fbc ali_mesh_network_layer_recevice_network_pdu_check_dst
+0x3fcf ali_mesh_more_found_unicast_address_element
+0x3fd3 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address
+0x3fdd ali_mesh_network_layer_check_nid_ivi
+0x3fea ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq
+0x3fec ali_mesh_network_layer_raverse_src_seq_cache
+0x3ff4 ali_mesh_network_layer_find_empty_space
+0x3ff5 ali_mesh_network_layer_find_src_space
+0x3ffa ali_mesh_network_layer_recevice_network_pdu_check_seq_legal
+0x4002 ali_mesh_inverse_seq
+0x4005 ali_mesh_network_load_network_nonce_and_encryptionkey
+0x4006 ali_mesh_upper_transport_layer_load_encryptionkey
+0x4008 ali_mesh_network_layer_load_network_nonce
+0x400e ali_mesh_network_store_in_mem
+0x4016 ali_mesh_network_layer_relay_access_message
+0x402b ali_mesh_network_layer_white_list_fliter
+0x402c ali_mesh_network_layer_white_list_fliter_check
+0x4031 ali_mesh_network_layer_white_list_fliter_check_loop
+0x4036 ali_mesh_network_layer_check_relay_states
+0x404a ali_mesh_network_layer_encrypt_relay_package
+0x404f ali_mesh_network_layer_check_network_mic_cache
+0x4052 ali_mesh_network_layer_send_access_message
+0x4056 ali_mesh_network_layer_send_access_message_encrypt_netmic
+0x405c ali_mesh_network_layer_encrypt_by_network_nonce
+0x405f ali_mesh_network_layer_send_access_message_encrypt_obfuscation
+0x4060 ali_mesh_network_layer_check_gatt_relay_packet
+0x4069 mesh_generate_nonce
+0x406e ali_mesh_network_layer_init_queue_param
+0x4071 ali_mesh_network_layer_queue_init
+0x4073 ali_mesh_ble_adv
+0x4079 ali_mesh_ble_adv_network_id
+0x4083 ali_mesh_ble_adv_mesh_beacon
+0x4090 mesh_le_receive_data
+0x4095 ali_mesh_receive_ble_data_proxy_data_in
+0x409a ali_mesh_network_layer_recevice_proxy_configuration_messages
+0x40a4 ali_mesh_recevice_proxy_configuration_messages_decrypt
+0x40ae ali_mesh_proxy_configuration_message_add_addr_to_filter
+0x40bd ali_mesh_proxy_configuration_message_set_filter_type
+0x40bf ali_mesh_proxy_configuration_message_filter_status
+0x40d6 ali_mesh_receive_ble_data_provisioning_data_in
+0x40da ali_mesh_network_load_proxy_nonce_and_encryptionkey
+0x40e1 ali_mesh_network_layer_recevice_network_pdu_proxy_control
+0x40e3 ali_mesh_proxy_process_bb_event
+0x40e7 app_ble_conn_event
+0x40e8 mesh_ble_start_adv
+0x40eb ali_mesh_proxy_white_list_clear
+0x40f0 ali_mesh_send_ble_data
+0x40fa ali_mesh_send_pairing_data
+0x4106 ali_mesh_white_filter_check
+0x410a ali_mesh_white_list_num_increase
+0x410e sha_endian_swap2
+0x4111 sha_endian_loop
+0x4119 sha_getw
+0x411d sha_r
+0x411f sha_r_loop
+0x4134 sha_init
+0x4136 sha_init_0
+0x413b sha
+0x413f sha_0
+0x4147 sha_loop
+0x4170 sha_1
+0x4176 sha_result
+0x4178 sha_regext_save
+0x417d ali_mesh_upper_transport_layer_receive_unsegmented_access_message
+0x417e ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key
+0x4180 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key
+0x4182 ali_mesh_upper_transport_layer_decrypt_unsegmented_message
+0x4187 ali_mesh_upper_transport_layer_receive_segmented_access_message
+0x4189 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key
+0x418b ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key
+0x418d ali_mesh_upper_transport_layer_decrypt_segmented_message
+0x4194 ali_mesh_upper_transport_layer_decrypt_message
+0x419c ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic
+0x419f ali_mesh_upper_transport_layer_check_transport_mic_cache
+0x41a2 ali_mesh_upper_transport_layer_load_application_nonce_and_application_key
+0x41a3 ali_mesh_upper_transport_layer_load_application_key
+0x41a5 ali_mesh_upper_transport_layer_load_application_nonce
+0x41af ali_mesh_upper_transport_layer_load_device_nonce_and_device_key
+0x41b0 ali_mesh_upper_transport_layer_load_device_key
+0x41b2 ali_mesh_upper_transport_layer_load_device_nonce
+0x41b5 ali_mesh_upper_transport_layer_send_access_message
+0x41b5 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer
+0x41bd ali_mesh_upper_transport_layer_store_packet_header
+0x41d0 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu
+0x41d8 ali_mesh_upper_transport_layer_control_packet
+0x41d8 ali_mesh_upper_transport_layer_control_packet_deal
+0x41f8 ali_mesh_upper_transport_layer_control_packet_unsegment_msg
+0x41f9 ali_mesh_upper_transport_layer_control_packet_segment_msg
+0x41fc ali_mesh_upper_transport_layer_control_packet_load_header
+0x4202 ali_mesh_upper_transport_layer_control_packet_load_app_control
+0x4208 ali_mesh_store_tran_package_type
+0x420b ali_mesh_upper_transport_layer_queue_pop
+0x420f ali_mesh_upper_transport_layer_control_packet_encrypt_access
+0x421f ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg
+0x4222 ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg
+0x4228 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload
+0x4230 ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer
+0x4233 ali_mesh_upper_transport_layer_send_segmented_access_message_loop
+0x4249 ali_mesh_upper_transport_layer_calc_transport_mic
+0x424b ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey
+0x424d ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey
+0x424e ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm
+0x4253 ali_mesh_upper_transport_layer_send_access_message_calc_seq
+0x425b ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst
+0x4267 ali_mesh_upper_transport_layer_send_access_message_add_seq
+0x426f ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon
+0x427c ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header
+0x4289 ali_mesh_upper_transport_layer_receive_new_msg_timer
+0x428c ali_mesh_upper_transport_layer_receive_new_msg_timeout
+0x428f ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one
+0x4291 ali_mesh_upper_transport_layer_clear_tx_buffer
+0x4292 ali_mesh_upper_transport_layer_init_queue_param
+0x4295 app_init
+0x42a3 app_param_init
+0x42ad app_process_idle
+0x42b2 app_process_ble
+0x42b4 app_process_bb_event
+0x42bb app_discard_event
+0x42bd app_event_normal_process
+0x42c1 app_process_bb_event_priority
+0x42c3 app_check_wake_lock
+0x42c5 app_will_enter_lpm
+0x42c7 app_le_event_bb_connected
+0x42cb app_le_event_bb_disconn
+0x42d0 app_evt_button_long_pressed
+0x42d4 app_evt_timer
+0x42d5 app_evt_100ms_loop
+0x42e0 timer_single_step
+0x42e7 timer_single_step_2b
+0x42ee app_power_timer
+0x42f2 app_power_timer_timeout
+0x42f4 app_enter_power_off_state
+0x42f5 app_enter_power_stanby_state
+0x42f8 app_power_cb_common
+0x42fa app_bb_hibernate
+0x42fc app_disconn_reason_clear
+0x42ff app_disconn_reason_flag_clear
+0x4302 app_disconn_reason_collect_ble
+0x4308 app_get_lpm_wake_lock
+0x430a app_put_lpm_wake_lock
+0x430c app_lpm_wake_auto_lock
+0x430e app_lpm_wake_auto_lock_timer
+0x4311 app_ble_start_direct_adv
+0x4313 app_ble_stop_direct_adv
+0x4315 app_ble_stop_adv
+0x4317 app_ble_start_adv
+0x4319 app_ble_start_scan
+0x431b app_ble_stop_scan
+0x431d app_ble_start_conn
+0x431f app_ble_disconnect
+0x4321 app_led_start_blink
+0x4323 app_led_on
+0x4325 app_led_stop_blink
+0x4325 app_led_off
+0x4327 app_enter_hibernate
+0x4329 app_ble_store_reconn_info
+0x432b app_lpm_mult_enable
+0x432d app_lpm_mult_disable
+0x432f app_button_long_pressed
+0x4331 app_power_starting
+0x4335 app_power_common
+0x4339 app_power_shutting_down
+0x433f app_power_off_end
+0x4343 app_got_power_state_common
+0x4347 app_event_button_up
+0x434a app_power_release
+0x434c adpcm_decode
+0x4355 adpcm_decode_loop
+0x435f adpcm_next_byte
+0x4362 adpcm_cal
+0x4379 adpcm_cal_valpred
+0x437c adpcm_cal_valpred_end
+0x4382 adpcm_cal_valpred_overflow
+0x4388 adpcm_cal_valpred_overflow_end
+0x439a adpcm_cal_index
+0x439e adpcm_cal_bigger_zero
+0x43a3 adpcm_cal_vpdiff
+0x43a9 adpcm_cal_vpdiff1
+0x43ad adpcm_cal_vpdiff2
+0x43b2 car_init
+0x43d4 car_soft_switch_power_on_init
+0x43da car_power_off_signal
+0x43db car_hard_switch_power_on_signal
+0x43dc car_soft_switch_power_on_signal
+0x43df car_le_modified_name_adv
+0x43e1 car_name_loop
+0x43ee car_le_modified_name_scan
+0x43f3 car_hex_to_ascii
+0x43f7 car_hex_num
+0x43f9 car_ui_led_init
+0x43fb car_ui_led_init_1
+0x43fd car_ui_led_init_2
+0x43ff car_ui_led_init_3
+0x4403 car_in_lp1
+0x4409 car_in_lp1_end
+0x440a car_ui_led_init_end
+0x440b car_blood_led_gpio_set
+0x440e car_pairing_led_gpio_set
+0x4410 car_low_voltage_led_gpio_set
+0x4412 car_init_environment
+0x441a car_read_otp_addr
+0x441b car_motor_init
+0x441f p_in_lp1
+0x4426 p_in_lp1_end
+0x4427 p_car_ui_led_init_end
+0x4428 car_ui_gpio_init
+0x442c car_init_adc_hvin
+0x442e car_le_before_hibernate
+0x4430 car_le_process_lpm_before
+0x4431 car_gpio_set_before_hibernate
+0x4432 car_gpio_set_before_lpm_common
+0x4434 car_setgpio_loop
+0x443e car_setgpio_loop_end
+0x4442 car_setgpio_loop_ext
+0x4445 car_setgpio_pullup
+0x4448 car_setgpio_pulldown
+0x444b car_motor_setgpio
+0x444e car_motor_setgpio_loop
+0x4454 car_key_scan_process
+0x4455 car_scale_process_idle
+0x4458 car_g24_status_process
+0x445d car_g24_connected_event
+0x4463 car_lpm_timer_enable
+0x4467 car_lpm_timer_disable
+0x4469 car_stop_blink
+0x446b car_start_blink
+0x446d car_le_send_packet
+0x4476 car_scale_process_bb_event
+0x447c car_scale_event_le_conn
+0x4480 car_g24_connected
+0x4482 car_scale_process_conn
+0x4486 car_scale_event_le_discon
+0x448a car_g24_disconnect
+0x4494 car_le_bb_event_timer
+0x4499 car_24g_bind_enable_timer
+0x449c car_enter_lpm_timer
+0x449f car_enter_lpm_enable
+0x44a1 car_24g_no_data_timeout_timer
+0x44a4 car_24g_no_data_timer_timeout
+0x44a7 car_notify_vdd_timer
+0x44ac car_notify_vdd
+0x44b0 car_read_hvin
+0x44b9 car_notify_vdd_next2
+0x44c4 car_enter_low_bat
+0x44c9 car_low_bat_led_off
+0x44cb calc_check_sum_start
+0x44cc calc_check_sum_loop
+0x44cf calc_check_sum_and
+0x44d1 car_le_receive_data
+0x44d4 car_le_parse_att_write_request
+0x44d7 le_app_receive_data
+0x44eb car_control_le_receive
+0x44f3 car_receive_cmd_select
+0x44fd car_24g_receive_data
+0x4502 car_24g_receive_data_next
+0x4509 car_moto1_enable_blank_data_timer
+0x450b car_moto2_enable_blank_data_timer
+0x450d car_moto3_enable_blank_data_timer
+0x450f car_moto1_blank_data_timer
+0x4512 car_moto2_blank_data_timer
+0x4515 car_moto3_blank_data_timer
+0x4518 car_moto1_blank_data
+0x451a car_moto2_blank_data
+0x451c car_moto3_blank_data
+0x451e car_drive_old
+0x4523 car_left_right_control_old
+0x4526 car_front_back_control_old
+0x452b car_reset_old_speed
+0x452f car_reset_old_speed2
+0x4531 car_reset_old_speed3
+0x4533 car_speed_set_old
+0x453a car_motor_control
+0x4544 car_motor_control_common
+0x454b car_conn_led_state
+0x4550 car_motor1_control
+0x4552 car_motor2_control
+0x4554 car_motor3_control
+0x4556 car_motor_working_flag
+0x4558 car_motor1_status_select
+0x455d car_motor2_status_select
+0x4562 car_lr_motor_stop
+0x4566 car_lr_motor_left
+0x456a car_lr_motor_right
+0x456e car_fb_motor_stop
+0x4572 car_fb_motor_front
+0x4576 car_fb_motor_back
+0x457a car_motor_status_select
+0x4580 car_motor_positive
+0x4582 car_motor_negative
+0x4587 car_motor_stop
+0x458c car_motor_work
+0x4590 car_motor_select_negative
+0x4593 car_motor_work_next
+0x459a car_motor_select_positive
+0x459e car_motor_speed_duty_setting
+0x45a1 car_motor_speed_duty_transform
+0x45aa car_ir_data_rx_from_app
+0x45ab car_led_control_receive
+0x45ae car_info_request
+0x45ba car_g24_init
+0x45be car_g24_receive_process
+0x45c2 car_g24_mode_switch
+0x45c3 car_g24_bind_mode_enable
+0x45ca car_g24_work_mode
+0x45ce car_g24_receive_ch_polling
+0x45d7 car_g24_ch_polling_clear
+0x45d9 car_g24_work_mode_start
+0x45de car_g24_work_init
+0x45ea car_g24_receive_packet_start
+0x45ec p_g24_receive_packet_parse
+0x45fc car_g24_data_attemp
+0x4601 car_g24_data_device1
+0x4609 car_g24_data_attemp_device1_abort
+0x460e car_g24_bind_mode
+0x4621 car_g24_bind_mode_exit
+0x462c car_g24_save_commom_addr
+0x4640 car_g24_load_commom_addr
+0x464a car_g24_search_commom_addr
+0x464e car_g24_search_commom_addr_loop
+0x465b car_g24_bind_device_addr
+0x465e car_g24_cb_data_device1
+0x4665 car_g24_lpm_dipatch
+0x466d car_g24_lpm_wait
+0x4672 remote_car_init
+0x468e remote_car_soft_switch_power_on_init
+0x4695 remote_car_hard_switch_power_on_signal
+0x4696 remote_car_soft_switch_power_on_signal
+0x46a2 remote_car_set_24g_addr_eeprom
+0x46a6 remote_car_power_off_signal
+0x46a6 remote_car_ui_led_init
+0x46a9 remote_car_ui_led_init_1
+0x46ab remote_car_pairing_led_gpio_set
+0x46ad remote_car_init_environment
+0x46ae remote_no_data_timer_init
+0x46b1 remote_car_le_before_hibernate
+0x46b2 remote_gpio_set_before_hibernate
+0x46b6 remote_car_process_lpm_before
+0x46b8 remote_car_key_scan_process
+0x46bc remote_conn_led_state
+0x46c3 remote_car_stop_state
+0x46c9 get_remote_key_state
+0x46d7 send_data
+0x46dd remote_car_no_data_timeout_check
+0x46e6 remote_car_fb_check
+0x46eb remote_car_lr_check
+0x46f0 remote_car_scale_process_idle
+0x46f2 remote_car_scale_process_bb_event
+0x46f9 remote_car_24g_attempt_fail
+0x46fa remote_car_24g_pairing_complete
+0x4701 remote_car_24g_attempt_success
+0x4706 remote_car_g24_save_commom_addr
+0x4719 remote_car_g24_load_commom_addr
+0x4720 remote_car_g24_search_commom_addr
+0x4723 remote_car_g24_search_commom_addr_loop
+0x4730 remote_car_24g_status_process
+0x4735 remote_car_scale_process_paired
+0x4737 remote_car_scale_process_shutdown
+0x473b remote_car_event_timer
+0x473f remote_car_no_data_timer
+0x4746 remote_car_send_motor1_key0_press
+0x4748 remote_car_send_motor1_key1_press
+0x474a remote_car_send_motor2_key2_press
+0x474c remote_car_send_motor2_key3_press
+0x474e remote_car_send_motor1_key0_rel
+0x474e remote_car_send_motor1_key1_rel
+0x4750 remote_car_send_motor2_key2_rel
+0x4750 remote_car_send_motor2_key3_rel
+0x4752 remote_car_send_key
+0x4754 remote_car_send_attack
+0x4756 remote_car_g24_package_data
+0x475b remote_car_g24_package_data_continue
+0x4760 remote_car_g24_send_empty
+0x4765 remote_car_moto_data
+0x4769 remote_car_moto_data_next
+0x4770 remote_car_moto_data_enable_user
+0x4772 remote_car_default_init
+0x47b7 dongle_init
+0x47c2 dongle_default_init
+0x47cb dongle_default_no_eeprom
+0x47e5 dongle_xtal_select
+0x47ea dongle_dispatch
+0x47ef dongle_read_kb_bind_status
+0x47f4 dongle_write_kb_bind_status
+0x47f9 dongle_usb_config
+0x47fd dongle_usb_config_kb
+0x4801 dongle_usb_config_param
+0x4805 dongle_usb_vid_pid_config
+0x4809 dongle_usb_vid_pid_for_mouse_only_auto_pair
+0x480a dongle_usb_vid_pid_store
+0x480c dongle_usb_vid_pid_for_suit
+0x480e dongle_usb_hid_icon_config
+0x4814 dongle_usb_kb_hidreportdesc
+0x4818 dongle_usb_device_name
+0x481e dongle_all_powerful
+0x481f dongle_all_powerful_loop
+0x4822 dongle_pc_bind
+0x4823 dongle_pc_bind_loop
+0x4827 dongle_g24_blank_data_process
+0x482b dongle_g24_ms_blank_data
+0x4836 dongle_usb_tx_ms_data
+0x4837 dongle_usb_tx_enable_ep2
+0x483b dongle_g24_kb_blank_data
+0x4846 dongle_usb_tx_kb_data
+0x4847 dongle_usb_tx_enable_ep1
+0x484c dongle_g24_kb_sys_ctrl_blank_data
+0x4857 dongle_usb_tx_sys_ctrl_data
+0x4859 dongle_g24_kb_mul_blank_data
+0x4865 dongle_usb_tx_multikey_data
+0x4867 dongle_usb_dispatch
+0x487a dongle_usb0_data_ready_report_set0
+0x487c dongle_dispose_cmd_mode
+0x487f dongle_enter_bind_mode
+0x4880 dongle_usb0_data_ready_report_set1
+0x4882 dongle_dispose_cmd_bind
+0x4887 dongle_dispose_cmd_get_bind
+0x488a dongle_dispose_cmd_exit_bind
+0x488c dongle_dispose_cmd_read_mode
+0x488c dongle_dispose_in_bind_mode
+0x488e dongle_dispose_cmd_current_project
+0x4890 dongle_dispose_cmd_current_mode
+0x4894 dongle_dispose_in_work_mode
+0x4896 dongle_dispose_cmd_current_fw_version
+0x489b dongle_auto_bind
+0x489c dongle_auto_bind_loop
+0x48a3 dongle_work_mode_auto
+0x48ab dongle_ackpayload_prep
+0x48ae dongle_ackpayload_prep_mouse
+0x48b1 dongle_set_pc_sleep_flag
+0x48b5 dongle_clear_pc_sleep_flag
+0x48b7 dongle_ackpayload_prep_keyboard
+0x48b9 dongle_ackpayload_prep_end
+0x48bd dongle_pc_sleep_ackpayload_prep_mouse
+0x48c1 dongle_pc_sleep_ackpayload_prep_keyboard
+0x48c4 dongle_pc_sleep_ackpayload_prep
+0x48c8 dongle_g24_bind_ackpayload_prep
+0x48cc dongle_g24_kb_led_ackpayload_prep
+0x48d4 dongle_g24_mouse
+0x48dd dongle_g24_ms_enable_blank_data_forcibly
+0x48e1 dongle_g24_ms_disable_blank_data_forcibly
+0x48e5 dongle_g24_kb
+0x48ea dongle_g24_kb_type0
+0x48fd dongle_g24_kb_enable_blank_data_forcibly
+0x4901 dongle_g24_kb_disable_blank_data_forcibly
+0x4905 dongle_g24_kb_type3
+0x4915 dongle_g24_kb_mul_enable_blank_data_forcibly
+0x4919 dongle_g24_kb_mul_disable_blank_data_forcibly
+0x491d dongle_g24_kb_type2
+0x492d dongle_g24_kb_sys_enable_blank_data_forcibly
+0x4931 dongle_g24_kb_sys_disable_blank_data_forcibly
+0x4935 dongle_usb_tx_sys_data
+0x4937 dongle_g24_store_dvc2_bind_flag
+0x493b dongle_prep_soft_reset
+0x493d dongle_kb_bind_soft_reset
+0x4942 dongle_wirte_efuse_bind_status
+0x494c keyboard_softreset_process
+0x4959 keyboard_init
+0x4962 keyboard_init_wireless
+0x4966 keyboard_usb_check_enable
+0x496c keyboard_usb_config_param
+0x496f keyboard_usb_config_kb_check
+0x4974 keyboard_usb_config_param_init
+0x497b keyboard_usb_report_rate_set_250hz
+0x497e keyboard_usb_report_rate_set_500hz
+0x4981 keyboard_usb_report_rate_set_1000hz
+0x4984 keyboard_usb_config_param_setup
+0x4987 keyboard_usb_vid_pid_config
+0x498c keyboard_usb_hid_icon_config
+0x498e keyboard_usb_interface_check
+0x4993 keyboard_usb_gpio_low
+0x499a keyboard_usb_gpio_high
+0x49a1 keyboard_setting_config
+0x49af keyboard_param_init
+0x49c1 ble_store_le_name
+0x49c6 ble_name_set_no_swift_pair
+0x49c8 keyboard_gpio_init
+0x49d7 keyboard_key_row_init
+0x49e1 keyboard_key_cow_init
+0x49e7 keboard_gpio_set_high_impedance
+0x49ea keyboard_low_vol_mult_set
+0x49f1 keyboard_low_vol_mult_ble_set
+0x49f8 keyboard_pairing_check_otp_offset
+0x49fd keyboard_load_otp_info_check
+0x4a02 keyboard_load_otp_device_info_g24_init
+0x4a0c keyboard_load_otp_device_info_ble_init
+0x4a16 keyboard_load_otp_device_info
+0x4a19 keyboard_load_otp_info_check_page_loop
+0x4a28 keyboard_load_otp_info_check_first_time
+0x4a2a keyboard_load_otp_info_check_first_time_loop_init
+0x4a2c keyboard_load_otp_info_check_first_time_loop
+0x4a38 keyboard_load_otp_info_check_first_time_process
+0x4a3a keyboard_load_otp_info_check_offset_process
+0x4a47 keyboard_load_otp_info_check_offset_process_g24
+0x4a4a keyboard_load_otp_info_check_offset_process_ble
+0x4a55 keyboard_load_otp_info_check_overwise
+0x4a56 keyboard_store_device_info
+0x4a5c keyboard_store_otp_device_info
+0x4a61 keyboard_store_otp_device_info_g24
+0x4a6b keyboard_store_otp_device_info_ble
+0x4a76 keybaord_load_device_info
+0x4a7a keyboard_cb_fuction
+0x4a9a keyboard_priority_bb_event
+0x4aaa keyboard_le_bb_event_connected
+0x4ab0 keyboard_le_bb_event_connected_next
+0x4ab8 keyboard_le_bb_disconnected
+0x4abd keyboard_le_bb_disconnected_next
+0x4ac1 keyboard_bb_disconnected
+0x4ac6 keyboard4_0_event_bb_disconn
+0x4acb keyboard_le_ll_start_encryt
+0x4ad0 keyboard_le_ll_reconn_start_encryt
+0x4ad3 keyboard_le_parse_conn_param_accepted
+0x4add keyboard_le_conn_param_update_rsp_recieved
+0x4ae2 keyboard_24g_pairing_complete
+0x4ae5 keyboard_24g_attempt_success
+0x4aed keyboard_24g_get_led
+0x4af1 keyboard_24g_led_get_status_check
+0x4af3 keyboard_24g_led_data_check
+0x4af9 keyboard_get_24g_led_enable
+0x4afc keyboard_set_repeat_send_flag
+0x4afe keyboard_24g_attempt_fail
+0x4b04 keyboard_24g_attempt_fail_enter_hibernate
+0x4b0a keyboard_24g_fast_conn_attempt_fail
+0x4b11 keyboard_24g_hibernate_set
+0x4b19 keyboard_bb_event_timer
+0x4b32 keyboard_commbination_key_process
+0x4b37 keyboard_commbination_fast_conn_bt_check
+0x4b3f keyboard_commbination_key_down
+0x4b43 keyboard_check_discovery_timeout_timer
+0x4b46 keyboard_check_discovery_timeout
+0x4b48 keyboard_store_information_delay_timer
+0x4b4b keyboard_store_device_info_check
+0x4b4f keyboard_low_voltage_param_set
+0x4b53 keyboard_low_voltage_param_set_33v
+0x4b55 keyboard_le_auto_recognize_timer
+0x4b58 keyboard_check_direct_timeout_timer
+0x4b5c keyboard_le_battery_updata_timer
+0x4b5f keyboard_le_send_conn_param_update_timer
+0x4b62 keyboard_24g_repeat_send_data
+0x4b68 keyboard_24g_led_status_get_timer
+0x4b6b keyboard_24g_led_status_clear
+0x4b6d keyboard_device_led_off
+0x4b6f keyboard_power_led_off
+0x4b71 keyboard_numlock_led_off
+0x4b72 keyboard_capslock_led_on_timer
+0x4b7c keyboard_capslock_led_off
+0x4b7e keyboard_capslock_led_check_on
+0x4b82 keyboard_long_press_timer
+0x4b85 keyboard_long_press_timerout
+0x4b87 keyboard_commbination_delay_release_timer
+0x4b8a keyboard_check_no_data_timeout_timer
+0x4b8d keyboard_check_no_data_timeout
+0x4b90 keyboard_bb_event_discovery_btn
+0x4b95 keyboard_start_discovery
+0x4bac keyboard_start_discovery_norandom
+0x4bbb keyboard_low_voltage_led_blink_disable
+0x4bbd keyboard_stop_discovery
+0x4bc5 keyboard_store_remote_bdaddr
+0x4bcc keyboard_idle
+0x4bcf keyboard_start_work
+0x4bdc keyboard_start_work_next
+0x4be6 keyboard_le
+0x4bee keyboard_le_next
+0x4bfb kscan_dispatch
+0x4c00 keyboard_keyscan
+0x4c0f keyboard_keyscan_copy_value
+0x4c12 keyboard_compare_col_excol_gpio_loop
+0x4c17 keyboard_compare_col_gpio_loop
+0x4c1c keyboard_compare_col_excol_gpio_loop_next
+0x4c23 keyboard_copy_value_exmcu_to_mcu
+0x4c2f keyboard_keyscan_get_exmcu_value
+0x4c32 keyboard_keyscan_exmcu_start
+0x4c3d keyboard_keyscan_exmcu_start_loop
+0x4c46 keyboard_keyscan_exmcu_get_col_value
+0x4c4a keyboard_keyscan_value_store
+0x4c53 keyboard_keyscan_get_mcu_value
+0x4c57 keyboard_keyscan_mcu_start
+0x4c5f keyboard_keyscan_mcu_start_loop
+0x4c65 keyboard_keyscan_get_col_value
+0x4c68 keyboard_keyscan_get_col_value_loop
+0x4c71 keyboard_keyscan_reset_exmcu
+0x4c79 keyboard_clk_state_high
+0x4c7b keyboard_clk_state_low
+0x4c7d keyboard_gpio_config_input_pu
+0x4c81 keyboard_clk_input
+0x4c83 keyboard_stb_state_high
+0x4c85 keyboard_stb_state_low
+0x4c87 keyboard_press_change_or_no_key
+0x4c8b keyboard_key_process
+0x4c9d keyboard_keyvalue_process
+0x4ca6 keyboard_keyvalue_change
+0x4cb3 keyboard_keyvalue_change_loop
+0x4cbd keyboard_keyvalue_process_loop
+0x4cc5 keyboard_keyscan_value_current_zero_check
+0x4ccd keyboard_ghost_key_check
+0x4cd2 keyboard_ghost_key_check_loop
+0x4cd5 keyboard_current_col_press_key_count_check
+0x4ce8 keyboard_same_row_key_check
+0x4cf7 keyboard_ghost_key_check_next_loop
+0x4cfa keyboard_same_row_key_check_loop
+0x4cfc keyboard_keyvalue_fn_replace
+0x4d11 keyboard_keyvalue_fn_replace_press
+0x4d19 keyboard_keyvalue_fn_esc
+0x4d1b keyboard_keyvalue_fn_delete
+0x4d1d keyboard_keyvalue_fn_up_arrow
+0x4d21 keyboard_keyvalue_fn_down_arrow
+0x4d25 keyboard_keyvalue_fn_left_arrow
+0x4d29 keyboard_keyvalue_fn_right_arrow
+0x4d2d keyboard_keyvalue_fn_left_ctrl
+0x4d33 keyboard_keyvalue_windows_osk
+0x4d35 keyboard_keyvalue_fn_space
+0x4d38 keyboard_keyvalue_store_temp
+0x4d3a keyboard_keyvalue_commbination_replace
+0x4d4a keyboard_commbination_delay_release_set
+0x4d4e keyboard_commbination_delay_release_clear
+0x4d50 keyboard_commination_screen_shot_replace
+0x4d56 keyboard_commination_pageup_replace
+0x4d57 keyboard_commination_ios_mac_command_commiation
+0x4d5c keyboard_commination_pagedown_replace
+0x4d5e keyboard_commination_home_replace
+0x4d60 keyboard_commination_end_replace
+0x4d62 keyboard_commination_select_all
+0x4d63 keyboard_commbination_text_edit
+0x4d69 keyboard_commbination_copy
+0x4d6b keyboard_commbination_paste
+0x4d6d keyboard_commbination_cut
+0x4d6f keyboard_commination_os_lock
+0x4d74 keyboard_commination_windows_lock
+0x4d77 keyboard_commination_mac_lock
+0x4d7a keyboard_commbination_osk
+0x4d7e keyboard_commbination_windows_osk
+0x4d81 keyboard_commbination_language
+0x4d85 keyboard_commbination_language_next
+0x4d88 keyboard_commbination_language_windows
+0x4d8a keyboard_commbination_language_andriod
+0x4d8c keyboard_commbination_app_tiling
+0x4d92 keyboard_commbination_app_tiling_windows_android
+0x4d95 keyboard_commbination_keypress
+0x4d9a keyboard_commbination_key_press_set
+0x4d9c keyboard_commbination_key_wait_release_set
+0x4d9e keyboard_commbination_key_null_set
+0x4da0 keyboard_commbination_key_value_store
+0x4da5 keyboard_commbination_key_press_process
+0x4da8 keyboard_commbination_key_hold_set
+0x4daa keyboard_commbination_key_hold_process
+0x4dae keyboard_commbination_key_wait_release_process
+0x4db4 keyboard_commbination_key_release_set
+0x4db6 keyboard_commbination_key_release_process
+0x4db7 keyboard_commbination_key_null_process
+0x4dbb keyboard_keyvalue_in_out
+0x4dc3 keyboard_keyvalue_standard
+0x4dc6 keyboard_keyvalue_standard_out
+0x4dc9 keyboard_keyvalue_standard_out_loop
+0x4dd3 keyboard_keyvalue_standard_out_next
+0x4dd8 keyboard_keyvalue_control_key_out
+0x4ddd keyboard_keyvalue_standard_in
+0x4de0 keyboard_keyvalue_standard_in_loop
+0x4de9 keyboard_keyvalue_control_key_in
+0x4dee keyboard_keyvalue_standard_in_data
+0x4df2 keyboard_keyvalue_standard_in_data_next
+0x4df5 keyboard_special_key_check
+0x4dfe keyboard_special_key_check_loop
+0x4e06 keyboard_special_key_check_bluetooth
+0x4e11 keyboard_special_key_check_24g
+0x4e14 keyboard_pairing_button_check
+0x4e20 keyboard_pairing_button_release
+0x4e24 keyboard_enable_bt_button_pairing
+0x4e29 keyboard_long_button_bt_discovery
+0x4e32 keyboard_commbination_pairing_24g_check
+0x4e39 keyboard_24g_start_pair_mode
+0x4e41 keyborad_control_key_set
+0x4e43 keyboard_fn_set
+0x4e45 keyboard_pb_set
+0x4e47 keyboard_motion
+0x4e61 keyboard_current_mult_update
+0x4e64 keyboard_no_key_press
+0x4e74 keyboard_motion_data_check
+0x4e78 keyboard_value_tpye_check
+0x4e7b keyboard_value_tpye_check_loop
+0x4e85 keyboard_tx_data_store
+0x4e87 keyboard_tx_data_store_loop
+0x4e89 keyboard_motion_data_check_next
+0x4e90 device_send_keyboard_data
+0x4e92 keyboard_value_release_all_key
+0x4e95 keyboard_tx_data_skip_fn
+0x4e9a keyboard_tx_data_clear_fn
+0x4e9c keyboard_value_tpye_consumer_set
+0x4ebb keyboard_value_media
+0x4ebe keyboard_value_play
+0x4ec1 keyboard_value_stop
+0x4ec4 keyboard_value_pre_track
+0x4ec7 keyboard_value_next_track
+0x4eca keyboard_value_vol_down
+0x4ecd keyboard_value_vol_up
+0x4ed0 keyboard_value_mute
+0x4ed3 keyboard_value_my_computer
+0x4ed6 keyboard_value_mail
+0x4ed9 keyboard_value_calculator
+0x4edc keyboard_value_light_down
+0x4edf keyboard_value_light_up
+0x4ee2 keyboard_value_ac_favorites
+0x4ee5 keyboard_value_ac_forward
+0x4ee8 keyboard_value_ac_back
+0x4eeb keyboard_value_ac_stop
+0x4eee keyboard_value_ac_refresh
+0x4ef1 keyboard_value_ac_search
+0x4ef7 keyboard_value_ac_home
+0x4efa keyboard_value_os_lock
+0x4efd keyboard_value_os_soft_kb
+0x4f02 keyboard_value_os_soft_kb_andriod
+0x4f05 keyboard_value_consumer_all_key_release
+0x4f05 keyboard_value_consumer_release
+0x4f0c keyboard_value_system_sleep
+0x4f10 keyboard_device_data_tpye_check
+0x4f18 keyboard_device_data_tpye_check_next
+0x4f1e keyboard_mouse_data_send
+0x4f23 keyboard_standard_data_send
+0x4f2a keyboard_standard_data_send_end
+0x4f2e keyboard_consumer_data_send
+0x4f36 keyboard_system_control_data_send
+0x4f3e keyboard_clear_key_data
+0x4f41 keyboard_lpm_before_common
+0x4f4c keyboard_key_col_wake_init
+0x4f54 keyboard_key_row_wake_init
+0x4f5a keyboard_key_row_wake_set
+0x4f5d keyboard_process_lpm_before
+0x4f62 keyboard_before_hibernate
+0x4f6b keyboard_power_down
+0x4f6c keyboard_app_enter_hibernate
+0x4f70 keyboard_device_led_all_off
+0x4f75 keyboard_setgpio_hibernate
+0x4f7f keyboard_g24_reconn_dispatch
+0x4f86 keyboard_g24_reconn_dispatch_next
+0x4f8c keyboard_g24_transmit_no_interrupt
+0x4f8e keyboard_g24_transmit_start
+0x4f91 keyboard_g24_nodata_transmit
+0x4f9a keyboard_g24_long_sleep
+0x4fa0 keyboard_g24_transmit_process
+0x4fa2 keyboard_g24_transmit_loop
+0x4faf keyboard_g24_retransmit
+0x4fb8 keyboard_g24_transmit_hop_process
+0x4fbe keyboard_g24_tx_fast_hop
+0x4fc8 keyboard_g24_lpm_wait
+0x4fd5 keyboard_power_ctrl_start
+0x4fdb keyboard_g24_transmit_start_next
+0x4fdf keyboard_g24_short_sleep
+0x4fe5 keyboard_24g_package_data
+0x4fed keyboard_24g_keyboard_package_data
+0x4ff3 keyboard_customer_key_press
+0x4ff5 keyboard_24g_search_dongle_init
+0x4ff8 keyboard_24g_search_dongle
+0x5005 keyboard_24g_search_dongle_loop
+0x5010 keyboard_24g_search_dongle_loop_end
+0x5016 keyboard_24g_search_dongle_loop_retry
+0x5018 keyboard_24g_search_dongle_check
+0x5020 keyboard_24g_search_dongle_success
+0x5028 keyboard_g24_ackpayload_parse
+0x502f keyboard_le_send_att_find_by_type_value_request_ancs
+0x503d keyboard_le_att_auto_reco_process
+0x5048 keyboard_le_parse_att_find_by_type_value_rsp
+0x504a keyboard_le_parse_att_find_ios_report
+0x504c keyboard_le_parse_att_not_find_mac_report
+0x504f keyboard_le_parse_att_find_mac_report
+0x5050 keyboard_otp_store_computer_system_ble
+0x505b keyboard_le_send_att_find_by_type_value_request_mac
+0x506c keyboard_le_parse_att_find_by_type_value_rsp_mac
+0x5078 keyboard_le_send_att_read_by_type_rsp_mac
+0x5080 keyboard_le_check_att_read_type_manu_loop
+0x5089 keyboard_le_send_att_read_by_type_rsp_manufactory
+0x5091 keyboard_le_parse_att_manu_resp
+0x5099 module_init
+0x50ab module_lpm_uart_init
+0x50bd module_lpm_init
+0x50be module_gpio_init
+0x50c3 module_lpm_lock
+0x50c7 module_process_idle
+0x50ca module_process_bb_event
+0x50d8 module_process_bb_even_le_disconn
+0x50dc module_process_le_conn
+0x50e0 module_disconn_start
+0x50e2 module_process_ble_ltk_lost
+0x50e4 module_process_ble_update_phy
+0x50e5 module_set_conn_pin_high
+0x50e7 module_conn_start
+0x50e9 module_stop_adv_discovery
+0x50ed module_set_conn_pin_low
+0x50ef module_process_check_hci_command_complete
+0x5105 module_hci_in_excp
+0x5108 module_hci_release_except
+0x510e module_hci_dicard_packet
+0x5112 module_hci_dicard_bytes
+0x5113 module_hci_cmd_control
+0x513d module_hci_cmd_set_le_addr
+0x5142 module_hci_cmd_set_visibility
+0x5149 module_start_adv_discovery_by_command
+0x5149 moudle_start_adv_by_command
+0x5150 module_hci_cmd_set_le_name
+0x5154 module_hci_cmd_receive_le_data
+0x5179 module_hci_cmd_receive_le_data_finish
+0x517c module_hci_cmd_transmit_handle_error
+0x5180 module_hci_cmd_transmit_le_notify
+0x519e module_hci_cmd_transmit_le_notify_malloc_l2cap
+0x51a3 module_get_le_remote_mtu
+0x51a8 module_check_ble_encrypt_state
+0x51ab module_hci_cmd_inquire_status
+0x51ac module_hci_cmd_set_uart_control_mode
+0x51b4 module_hci_cmd_set_uart_baud
+0x51bc module_hci_cmd_version_request
+0x51c0 module_hci_cmd_ble_disconnect
+0x51c2 module_hci_cmd_ble_disconnect_doing
+0x51c4 module_hci_cmd_set_nvram
+0x51c9 module_hci_cmd_confirm_gkey
+0x51cc module_hci_cmd_auto_adv
+0x51d2 module_hci_cmd_auto_adv_loop
+0x51dc module_hci_cmd_auto_adv_store_adv
+0x51e6 module_hci_cmd_auto_adv_store_scan
+0x51ef module_hci_cmd_auto_adv_store_common
+0x51fa module_hci_cmd_auto_adv_adv_analys
+0x51ff module_hci_cmd_power_request
+0x5205 module_hci_cmd_power_set
+0x520c module_hci_cmd_passkey_entry
+0x5211 module_hci_cmd_set_gpio
+0x5217 module_set_gpio_input
+0x521d module_set_gpio_output
+0x5222 module_hci_cmd_read_gpio
+0x522d module_hci_cmd_le_set_pairing_mode
+0x523c module_le_set_pairing_mode_secure_justwork
+0x5240 module_le_set_pairing_mode_secure_numeric
+0x5245 module_le_set_pairing_mode_secure_passkey
+0x5249 module_le_set_pairing_mode_secure_passkey_res_input
+0x524d module_le_set_no_pairing
+0x524e module_le_set_noinputnooutput
+0x5250 module_le_set_pairing_mode_lagacy_just_work
+0x5252 module_le_set_pairing_mode_lagacy_passkey
+0x5254 module_le_set_pairing_mode_lagacy_passkey_res_input
+0x5256 module_le_set_keboadonly
+0x5258 module_le_set_displayonly
+0x525a module_hci_cmd_le_set_adv_data
+0x525d module_hci_cmd_le_set_scan_data
+0x5260 module_hci_cmd_receive_store_mem
+0x5266 module_hci_cmd_le_send_conn_update_req
+0x526f module_hci_cmd_set_le_adv_parameter
+0x5275 module_hci_cmd_le_start_pairing
+0x527d module_hci_cmd_set_wake_gpio
+0x5287 module_hci_cmd_set_tx_power
+0x528c module_hci_cmd_le_confirm_gkey
+0x5293 module_hci_cmd_le_confirm_gkey_ok
+0x5295 module_hci_cmd_le_confirm_gkey_fail
+0x5297 module_hci_cmd_reset_chip
+0x529b module_hci_cmd_le_set_fixed_passkey
+0x52a8 module_hci_cmd_le_set_random_passkey
+0x52aa module_hci_cmd_delete_customize_service
+0x52b0 module_hci_cmd_add_service_uuid
+0x52b5 module_hci_cmd_add_characteristic_uuid
+0x52b9 module_hci_cmd_add_service_uuid_set_uuid
+0x52bd module_hci_cmd_add_characteristic_uuid_set_handle
+0x52c4 module_hci_cmd_add_characteristic_uuid_set_uuid
+0x52dc module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+0x52e4 le_att_creat_new_handle
+0x52e7 uart_copy_rx_bytes_len_data
+0x52eb module_hci_cmd_le_passkey_entry_input
+0x52f1 module_hci_cmd_passkey_entry_sc_res_input
+0x52f4 module_hci_cmd_receive_ble_passkey
+0x52f7 module_hci_cmd_passkey_entry_res_input
+0x52f9 module_hci_cmd_le_create_conn
+0x52ff module_hci_cmd_ble_set_phy
+0x5304 module_hci_cmd_ble_read_current_phy
+0x5308 module_hci_cmd_ble_set_dle
+0x530d module_hci_cmd_read_chip_data
+0x5311 module_hci_cmd_write_chip_data
+0x5317 module_hci_cmd_close_lpm
+0x5319 module_hci_event_receive_invalid_cmd
+0x531c module_hci_event_receive_valid_cmd
+0x531f module_hci_event_le_connect
+0x5321 module_hci_event_le_disconnect
+0x5323 module_hci_event_set_cmd
+0x5330 module_hci_event_receive_le_data
+0x533b module_hci_event_enter_standby_mode
+0x533c module_hci_event_enter_standby_mode_len0
+0x533f module_hci_event_status_res
+0x5349 module_hci_read_bt_status
+0x534f module_hci_event_store_device
+0x5358 module_hci_event_gkey_generate
+0x535e module_hci_event_invalid_packet
+0x536d module_hci_event_passkey_entry_mode
+0x536f module_hci_event_le_tk
+0x5375 module_hci_event_le_pairing_fail
+0x5377 module_hci_event_le_pairing_success
+0x5379 module_hci_event_pairing_completed
+0x537f module_hci_event_pause_enc
+0x5381 module_hci_event_start_enc
+0x5382 module_hci_event_enc
+0x5388 module_hci_event_uuid_handle
+0x538f module_hci_event_le_input_passkey
+0x5391 module_hci_event_le_update_phy
+0x5397 module_hci_prepare_tx
+0x53a1 module_hci_transmit_tx
+0x53a3 module_set_mcu_wake_pin_high_delay
+0x53a5 module_set_mcu_wake_pin_h_delay
+0x53aa module_set_mcu_wake_pin_high
+0x53ac module_check_mcu_wake_pin_high
+0x53ae module_set_mcu_wake_pin_low
+0x53b0 module_le_receive_data
+0x53b6 module_le_receive_data_ok
+0x53c1 module_bb_event_timer
+0x53c2 module_read_vdd_timer
+0x53d4 module_set_le_tx_data_flag
+0x53d6 module_clear_le_tx_data_flag
+0x53d8 module_clr_state
+0x53dc module_set_state
+0x53e0 mouse_init
+0x53e8 mouse_init_wireless
+0x53ec mouse_cb_fuction
+0x5410 mouse_setting_config
+0x5419 mouse_load_device_info_check
+0x541f mouse_xtal_init
+0x5424 mouse_24g_phy_select
+0x5428 mouse_default_init
+0x542c mouse_default_parm_init
+0x5436 mouse_default_parm_init_next
+0x543b mouse_param_common_init
+0x544a mouse_param_init
+0x5458 mouse_param_init_intervl_end
+0x545c mouse_24g_short_sleep_set_end
+0x5468 mouse_sensor_set_angle
+0x5473 mouse_sensor_switch_angle
+0x5476 mouse_g24_interval_param_4ms
+0x547e mouse_report_rate_set_250hz
+0x5481 mouse_g24_interval_param_8ms
+0x5489 mouse_report_rate_set_125hz
+0x548c mouse_start_work
+0x5491 mouse_le_fast_conn_judge
+0x5496 mouse_le_device1_judge
+0x549b mouse_le_device2_judge
+0x54a0 mouse_start_reconnect_device
+0x54a9 mouse_start_reconnect
+0x54ac mouse_wakeup_from_power_check
+0x54b3 mouse_wakeup_from_poweron
+0x54b6 mouse4_0_check_reconn_target
+0x54bb mouse4_0_check_reconn_target_next
+0x54c5 mouse_lpm_check_wake_lock
+0x54cd mouse_app_enter_hibernate
+0x54d3 mouse_app_enter_hibernate_next
+0x54d5 mouse_before_hibernate
+0x54dc mouse_setgpio_hibernate
+0x54e5 mouse_setgpio_hibernate_next
+0x54e8 mouse_wheel_gpio_set_before_hibernate
+0x54ea mouse_wheel_gpio_clr_wakeup
+0x54f2 mouse_adc_gpio_set_before_hibernate
+0x54f9 mouse_gpio_pd_idle
+0x54fb mouse_gpio_pd_idle_loop
+0x5500 mouse_gpio_pd_idle_configured
+0x5504 mouse_gpio_pd_idle_ext
+0x5507 mouse_process_lpm_before
+0x550c mouse_lpm_before_common
+0x552f mouse_set_mult
+0x5534 mouse_adc_gpio_set
+0x5539 mouse_adc_gpio_mux_init
+0x553d mouse_adc_read
+0x5545 mouse_adc_read_gpio_mux_start
+0x5547 mouse_adc_read_start
+0x5553 mouse_adc_data_process
+0x555a mouse_adc_low_voltage
+0x555c mouse_adc_no_low_voltage
+0x5563 mouse_adc_bat_percent_lowpower_out
+0x556a mouse_adc_bat_percent_lowpower_out_battery
+0x5573 mouse_adc_bat_level_set
+0x5584 mouse_adc_bat_level_100_percent
+0x5586 mouse_adc_bat_level_0_percent
+0x5588 mouse_adc_bat_percent_lowpower_out_hvin_multiple
+0x5589 mouse_gpio_init
+0x55ab mouse_gpio_set_pupd_by_input
+0x55b1 mouse_gpio_config_input_pd
+0x55b5 mouse_gpio_config_input_pu
+0x55b9 mouse_gpio_set_high_impedance
+0x55bd mouse_gpio_set_high_impedance_bit_loop
+0x55c6 mouse_le_name_modify
+0x55d3 mouse_le_name_modify_next
+0x55d6 mouse_le_name_clear
+0x55db mouse_le_name_clear_next
+0x55dd mouse_le_name_patch_len_overflow
+0x55f3 mouse_le_swift_pair_disable
+0x55f6 mouse_sensor_spi_init
+0x55fa mouse_spi_write_flash_cb
+0x55fa mouse_spi_init
+0x55fb mouse_spid_init_pin
+0x5601 mouse_motion
+0x5612 mouse_zwheel
+0x5617 mouse_t_zwheel
+0x561c mouse_wheel_check
+0x5629 mouse_t_wheel_scan
+0x5639 mouse_t_wheel_scan_judge1
+0x563d mouse_t_wheel_scan_judge2
+0x5641 mouse_t_wheel_scan_judge11
+0x5643 mouse_t_wheel_scan_judge12
+0x5645 mouse_t_wheel_scan_judge21
+0x5647 mouse_t_wheel_scan_judge22
+0x5649 mouse_t_wheel_scan_judge3
+0x5651 mouse_t_wheel_scan_judge30
+0x5654 mouse_t_wheel_scan_judge31
+0x5657 mouse_t_wheel_scan_judge32
+0x565a mouse_t_wheel_scan_judge33
+0x565d mouse_wheel_t_forward
+0x5661 mouse_wheel_t_back
+0x5665 mouse_wheel_scan
+0x5675 mouse_wheel_scan_judge1
+0x5679 mouse_wheel_scan_judge2
+0x567d mouse_wheel_scan_judge11
+0x567f mouse_wheel_scan_judge12
+0x5681 mouse_wheel_scan_judge21
+0x5683 mouse_wheel_scan_judge22
+0x5685 mouse_wheel_scan_judge3
+0x568d mouse_wheel_scan_judge30
+0x5690 mouse_wheel_scan_judge31
+0x5693 mouse_wheel_scan_judge32
+0x5696 mouse_wheel_scan_judge33
+0x5699 mouse_wheel_forward
+0x569d mouse_wheel_back
+0x56a1 mouse_wheel_gpio_set_wake
+0x56a9 mouse_before_hibernate_wheel_gpio_set
+0x56b1 mouse_wheel_trigger
+0x56b6 mouse_wheel_trigger_timer
+0x56b9 mouse_wheel_trigger_disable
+0x56bb mouse_dpi_check
+0x56c1 mouse_dpi_check_next
+0x56c5 mouse_dpi_check_exit
+0x56c8 mouse_dpi_key_check
+0x56ce mouse_dpi_key_check_next
+0x56d0 mouse_dpi_key_connect_matrix
+0x56d8 mouse_3io6key_dpi_check_end
+0x56db mouse_dpi_check_end
+0x56de mouse_dpi_key_connect_gnd
+0x56e0 mouse_dpi_down
+0x56e7 mouse_dpi_up
+0x56ee mouse_dpi_up_next
+0x56f2 mouse_dpi_up_after_long_press
+0x56f7 mouse_dpi_process
+0x5701 mouse_dpi_level_store
+0x5704 mouse_double_dpi_check
+0x5706 mouse_dpi_increase
+0x570a mouse_dpi_increase_level
+0x570d mouse_dpi_level_1
+0x570f mouse_dpi_level_2
+0x5711 mouse_dpi_level_3
+0x5713 mouse_dpi_level_4
+0x5715 mouse_dpi_increase_level_4
+0x571b mouse_dpi_decrease_level_4
+0x5721 mouse_another_dpi_button_down
+0x5721 mouse_dpi_decrease
+0x5725 mouse_dpi_decrease_level
+0x5728 mouse_dpi_ghost_check
+0x572c mouse_dpi_key_check_long_press
+0x5730 mouse_select_device_by_dpi_button
+0x5735 mouse_ready_reconnection_by_dpi_button
+0x5737 mouse_discovery_by_dpi_button
+0x573c mouse_long_dpi_button_bt_discovery
+0x573e mouse_setting_dpi_4_level
+0x5744 mouse_setting_dpi
+0x5747 mouse_setting_sensor_type
+0x5751 mouse_set_cpi1
+0x5753 mouse_set_cpi0
+0x5755 mouse_set_cpi2
+0x5757 mouse_set_cpi3
+0x5758 mouse_dpi_store
+0x575e mouse_dpi_write
+0x5767 mouse_3065xy_set_dpi
+0x5769 mouse_ka8_set_dpi
+0x576b mouse_seting_s201_dpi
+0x576f mouse_set_s201_dpi_0
+0x5772 mouse_set_s201_dpi_1
+0x5775 mouse_set_s201_dpi_2
+0x5778 mouse_set_s201_dpi_3
+0x577b mouse_set_s201_dpi_4
+0x577d mouse_dpi_s201_store
+0x5785 mouse_seting_3212_dpi
+0x578a mouse_set_p3212_cpi1
+0x578c mouse_set_p3212_cpi0
+0x578e mouse_set_p3212_cpi2
+0x5790 mouse_set_p3212_cpi3
+0x5791 mouse_p3212_dpi
+0x5799 mouse_seting_ka8g2_dpi
+0x579e mouse_set_pka8g2_cpi1
+0x57a0 mouse_set_pka8g2_cpi0
+0x57a2 mouse_set_pka8g2_cpi2
+0x57a4 mouse_set_pka8g2_cpi3
+0x57a6 mouse_key
+0x57b7 mouse_24g_key
+0x57bc mouse_ghost_key_check
+0x57cc mouse_matrix_ghost_key_l_bk
+0x57d1 mouse_matrix_ghost_key_l_fw
+0x57d6 mouse_ghost_key_lbk_mfw
+0x57d9 mouse_ghost_key_lbk_rfw
+0x57db mouse_ghost_key_lfw_mbk
+0x57de mouse_ghost_key_lfw_rbk
+0x57e0 mouse_ghost_key_mbk_rfw
+0x57e1 mouse_ghost_key_rfw
+0x57e3 mouse_ghost_key_mfw_rbk
+0x57e4 mouse_ghost_key_rbk
+0x57e5 mouse_ghost_key_check_next
+0x57ef mouse_ghost_key_check_l_bk
+0x57f2 mouse_ghost_key_check_m_bk
+0x57f5 mouse_ghost_key_check_r_bk
+0x57f8 mouse_ghost_key_check_l_fw
+0x57fb mouse_ghost_key_check_m_fw
+0x57fe mouse_ghost_key_check_r_fw
+0x5801 mouse_ghost_key_check_bk_fw
+0x5804 mouse_ghost_key_check_lmr
+0x580a mouse_matrix_row_more_than_one_key
+0x580c mouse_matrix_cow_more_than_one_key
+0x580e mouse_dpi_another_gpio_check
+0x5811 mouse_dpi_another_gpio_connect_gnd_check
+0x5816 mouse_dpi_another_gpio_connect_vin_check
+0x581f mouse_dpi_another_down_new
+0x5824 mouse_dpi_another_check
+0x5828 mouse_dpi_another_state_check
+0x582b mouse_dpi_another_down
+0x582f mouse_dpi_another_up
+0x5833 mouse_check_key_connect_gnd_new
+0x583d mouse_check_key_connect_vin_new
+0x5848 mouse_another_dpi_key_press
+0x584a mouse_another_dpi_key_release
+0x584c mouse_check_firekey_gpio
+0x5851 mouse_check_firekey_connect_gnd
+0x5856 mouse_firekey_state_store
+0x5859 mouse_check_firekey_connect_vin
+0x585f fire_key_process
+0x5860 fire_key_press
+0x586e fire_key_process_start
+0x586f fire_key_down
+0x5871 fire_key_process_release1
+0x5872 fire_key_release
+0x5874 fire_key_process_start2
+0x5876 fire_key_process_release2
+0x5878 fire_key_process_end
+0x587b firekey_clkn_bt_timer_check
+0x5880 firekey_clkn_bt_timer_timeout
+0x5883 mouse_key_check_once
+0x5888 mouse_check_key_gpio
+0x5895 mouse_check_key_gpio_once
+0x5898 mouse_check_lkey_gpio
+0x58a1 mouse_check_rkey_gpio
+0x58aa mouse_check_mkey_gpio
+0x58b3 mouse_check_bkkey_gpio
+0x58c2 mouse_check_bkkey_gpio_end
+0x58c4 mouse_check_bk_button_connect_gnd
+0x58c8 mouse_3io6key_bk_check
+0x58cf mouse_check_fwkey_gpio
+0x58de mouse_check_fwkey_gpio_end
+0x58df mouse_matrix_public_gpio_reset
+0x58e1 mouse_check_fw_button_connect_gnd
+0x58e5 mouse_3io6key_fw_check
+0x58ec mouse_check_customerkey_gpio
+0x58f2 mouse_customer_key_connect_gnd
+0x58f7 mouse_check_customerkey_gpio_next
+0x58fa mouse_check_customerkey_gpio_exit
+0x58fd mouse_customer_key_connect_vin
+0x590b mouse_check_customer_button_connect_gnd
+0x590f mouse_3io6key_customer_key_check_vin
+0x5913 mouse_check_customerkey_gpio_over
+0x5917 mouse_customerkey_press
+0x591a mouse_customerkey_release
+0x591d mouse_customer_key_need_send
+0x591f mouse_check_matrix_button_connect_gnd
+0x5923 mouse_key_release
+0x5925 mouse_check_key_connect_gnd
+0x5929 mouse_check_key_connect_gnd_1
+0x592a mouse_check_key_connect_gnd_next
+0x592f mouse_key_press
+0x5931 mouse_3io6key_check
+0x593d mouse_check_press
+0x5943 mouse_gpio_config_output_high
+0x5946 mouse_gpio_config_output_low
+0x5949 mouse_init_sunt
+0x594c mouse_init_sensor_wakeup
+0x594d mouse_init_sensor
+0x5955 mouse_twspi_reset
+0x5958 mouse_read_sensor_id
+0x595f mouse_init_p32xx_id2_judge
+0x5968 mouse_s210x_3205_3t_judge
+0x596c mouse_s201x_init_param
+0x596e mouse_mx8650_init_param
+0x5974 mouse_8009_init_param
+0x5983 mouse_3205_3t_init_param
+0x598c mouse_3204_3l_init_param
+0x5993 mouse_3212_init_param
+0x5995 mouse_sensor_wr_seq
+0x599c mouse_ka8_init_param_check
+0x59ae mouse_ka8_init_param
+0x59b0 mouse_ka8ul_init_param
+0x59b3 mouse_ka8hd_sensor_judge
+0x59bd mouse_ka8hd_init_param
+0x59c0 mouse_enable_ka8_sensor_wp
+0x59c3 mouse_p6520_init_param
+0x59c6 mouse_init_p3065
+0x59cb mouse_p3065_init_param
+0x59cd mouse_p3065xy_init_param
+0x59cf mouse_ka8g2_id2_judge
+0x59d3 mouse_ka8g2_init_param
+0x59d6 mouse_sensor_enable_wp
+0x59d8 mouse_sensor_disable_wp
+0x59da mouse_sensor_reset
+0x59de mouse_sensor_reset_end
+0x59e2 mouse_sensor_poweron_init
+0x59e7 mouse_sensor_poweron
+0x59ed mouse_sensor_powerdown
+0x59f4 mouse_sensor_powerdown_end
+0x59f6 mouse_check_sensor_data
+0x5a02 mouse_p32xx_sensor_motion
+0x5a09 mouse_p32xx_sensor_motion_2
+0x5a0c mouse_p32xx_sensor_motion_1
+0x5a1c mouse_p3065_judge
+0x5a1e mouse_motion32xx_6clk_direction_selection
+0x5a20 mouse_motion32xx_9clk_direction_selection
+0x5a22 mouse_motion32xx_12clk_direction_selection
+0x5a24 mouse_motion32xx_3clk_direction_selection
+0x5a26 mouse_p3212_sensor_motion
+0x5a2c mouse_p3212_sensor_motion_1
+0x5a2f mouse_p3212_sensor_motion_2
+0x5a42 mouse_read_3212sensor_xy_high
+0x5a44 mouse_pka8g2_sensor_motion
+0x5a4a mouse_pka8g2_sensor_motion_1
+0x5a4b mouse_p8009_sensor_motion
+0x5a56 mouse_motion_6clk_direction_dispose
+0x5a5a mouse_motion_12clk_direction_dispose
+0x5a5e mouse_motion_9clk_direction_dispose
+0x5a66 mouse_motion_3clk_direction_dispose
+0x5a68 mouse_sensor_data_swap_places
+0x5a6d mouse_clear_sensor_data
+0x5a71 mouse_clear_sensor_data_by_reset
+0x5a73 mouse_init_sensor_reset
+0x5a74 mouse_data_xy_release
+0x5a7c mouse_data_extsign
+0x5a80 mouse_data_extsign_bit3
+0x5a84 mouse_read_sensor_common
+0x5a8b mouse_sensor_sdio_low
+0x5a92 mouse_set_sdio_high
+0x5a94 mouse_bluetooth_fast_conn_init
+0x5a95 mouse_ble_fast_conn_init
+0x5a9a mouse_buletooth_fast_conn_end
+0x5aa1 mouse_device1_check_auto_discover
+0x5aa3 mouse_device2_check_auto_discover
+0x5aa4 mouse_device_check_auto_discover
+0x5aa8 mouse_bluetooth_fast_conn_disable
+0x5aaa mouse_stop_bluetooth_mode
+0x5aad mouse_disconnect
+0x5ab2 mouse_check_125hz
+0x5ab4 mouse_bluetooth_125hz
+0x5aba mouse_bluetooth_125hz_clear
+0x5abc mouse_current_mult_update
+0x5ac1 mouse_priority_bb_event
+0x5ad0 mouse_le_bb_event_connected
+0x5ad8 mouse_le_bb_event_connected_next
+0x5ae0 mouse_le_bb_disconnected
+0x5ae7 mouse_le_bb_disconnected_next
+0x5aed mouse_le_pairing_success
+0x5aef mouse_le_enc_info
+0x5aef mouse_updata_le_param
+0x5af1 mouse_le_ll_start_encryt
+0x5af4 mouse_le_ll_reconn_start_encryt
+0x5af6 mouse_le_ll_enable_start_enc_flag
+0x5af8 mouse_le_enable_connect_flag
+0x5afc mouse_le_conn_param_update_rsp_recieved
+0x5b06 mouse_le_conn_param_lpm_disable
+0x5b08 mouse_le_bb_event_connect_complete
+0x5b0e mouse_le_write_enable
+0x5b10 mouse_le_parse_conn_param_accepted
+0x5b1d mouse_le_lpm_mult_reinit
+0x5b1f mouse_le_conn_param_lpm_enable
+0x5b21 mouse_le_clean_connect_flag
+0x5b23 mouse_le
+0x5b2b mouse_le_next
+0x5b3c mouse_le_send_mouse_data
+0x5b3d mouse_le_send_keyboard_package_data
+0x5b40 mouse_fill_keyboard_package_data_le
+0x5b46 mouse_fill_data_le
+0x5b4d mouse_le_release_keyboard_data
+0x5b4f mouse_fill_multimedia_key_data_le
+0x5b52 mouse_fill_systemctrl_key_data_le
+0x5b55 mouse_fill_battery_level_le
+0x5b5b mouse_le_send_empty_packet
+0x5b5d mouse_fill_mouse_data_le
+0x5b62 mouse_check_51cmd_adv
+0x5b6b mouse_le_check_adv_flag
+0x5b6c mouse_le_check_adv_flag_loop
+0x5b72 mouse_le_adv_data_update
+0x5b76 mouse_bb_disconnected
+0x5b7b mouse_bb_discon_clear_stack
+0x5b81 mouse4_0_event_bb_disconn
+0x5b85 mouse_bb_event_timer
+0x5b9b mouse_bt_discovery_check
+0x5b9e mouse_bt_discovery_by_pb_button
+0x5ba3 mouse_long_button_bt_discovery
+0x5bab mouse_commbination_key_process
+0x5bb1 mouse_24g_commbination_key_process
+0x5bb4 mouse_commbination_key_start
+0x5bba mouse_commbination_key_up
+0x5bc0 mouse_commbination_key_down
+0x5bc5 mouse_combination_ui_timer
+0x5bce mouse_check_discovery_timeout_timer
+0x5bd1 mouse_check_discovery_timeout
+0x5bd3 mouse_check_direct_timeout_timer
+0x5bd9 mouse_check_direct_timeout
+0x5be1 mouse_le_enable_att_list_timer
+0x5be4 mouse_le_send_smp_security_request_timer
+0x5be9 mouse_le_pairing_sm_start_check
+0x5bee mouse_le_battery_updata_timer
+0x5bf3 mouse_le_battery_level_updata
+0x5bf6 mouse_le_enable_att_list
+0x5bfb mouse_check_reconnect_delay_long_sleep
+0x5bfe mouse_current_mult_update_timer
+0x5c01 mouse_current_mult_reinit
+0x5c05 mouse_check_no_data_timeout_timer
+0x5c08 mouse_check_no_data_timeout
+0x5c0b mouse_no_data_timer_init
+0x5c0e mouse_store_information_delay_timer
+0x5c11 mouse_store_device_info_check
+0x5c15 mouse_bb_event_discovery_btn
+0x5c1a mouse_start_discovery
+0x5c2a mouse_start_discovery_norandom
+0x5c39 mouse_stop_discovery
+0x5c3e mouse_stop_le_adv
+0x5c42 mouse_store_remote_bdaddr
+0x5c48 mouse_unplug_clean_bdaddr
+0x5c4a mouse_check_device_addr
+0x5c4d mouse_check_le_device_addr
+0x5c4f mouse_check_bt_device_addr_common
+0x5c53 mouse_check_device_addr_end
+0x5c59 mouse_before_store_reconn_info
+0x5c62 mouse_store_le_device
+0x5c69 mouse_clean_addr
+0x5c6f mouse_select_reconn_device
+0x5c79 mouse_load_le_device
+0x5c7a mouse_load_le_device_end
+0x5c80 mouse_app_initflag_check
+0x5c85 mouse_app_initflag_check_next
+0x5c8c mouse_load_default_dpi
+0x5c8f mouse_load_device_info
+0x5c94 mouse_otp_load_dpi
+0x5c9c mouse_ble_init_address
+0x5ca3 mouse_store_device_info_delay
+0x5ca6 mouse_store_device_info
+0x5cac mouse_store_dpi_info_check
+0x5cb1 mouse_store_eeprom_device_info
+0x5cb5 mouse_store_eerpom_dpi
+0x5cb9 mouse_store_flash_device_info
+0x5cc0 mouse_store_otp_device_info
+0x5cc3 mouse_write_otp_device_flag
+0x5cc5 mouse_write_otp_device_flag_loop
+0x5ccf mouse_device_flag_store
+0x5cd4 mouse_devoce_flag_store_end
+0x5cd8 mouse_device_flag_store_check
+0x5ce5 mouse_write_otp_device_info
+0x5cea mouse_write_otp_24g_addr
+0x5cec mouse_otp_store_24g_addr_loop
+0x5cf6 mouse_24g_addr_store
+0x5cfe mouse_write_otp_le_device1
+0x5d00 mouse_otp_store_le_addr1_loop
+0x5d0a mouse_le_addr1_store
+0x5d12 mouse_write_otp_le_device2
+0x5d14 mouse_otp_store_le_addr2_loop
+0x5d1e mouse_le_addr2_store
+0x5d26 mouse_write_otp_le_addr_increase_count_info
+0x5d2a mouse_otp_store_le_addr_increase_count_loop
+0x5d34 mouse_le_addr_increase_count_store
+0x5d3c mouse_store_otp_dpi
+0x5d40 mouse_otp_store_dpi_loop
+0x5d4a mouse_otp_dpi_store
+0x5d4f mouse_dpi_store_end
+0x5d53 mouse_dpi_store_last
+0x5d60 mouse_load_eeprom_info_check
+0x5d66 mouse_eeprom_load_recon_info
+0x5d6a mouse_load_eeprom_dpi
+0x5d6e mouse_load_flash_info_check
+0x5d75 mouse_information_flash_parameters
+0x5d7b mouse_spid_flash_release_form_powerdown
+0x5d7c mouse_spid_write_flash_cmd
+0x5d82 mouse_spid_flash_powerdown
+0x5d84 mouse_spid_write_flash_cmd_common
+0x5d90 mouse_flash_erase_sector
+0x5d93 mouse_spid_write_flash
+0x5d9e mouse_flash_power_down
+0x5da6 mouse_load_otp_info_check
+0x5daa mouse_otp_load_app_initflag
+0x5db0 mouse_otp_store_app_initflag
+0x5db4 mouse_read_otp_device_flag
+0x5db6 mouse_read_otp_device_flag_loop
+0x5dc0 mouse_read_otp_device_flag_common
+0x5dc3 mouse_device_flag_load
+0x5dc9 mouse_device_flag_load_last
+0x5dca mouse_device_flag_load_end
+0x5dcc mouse_read_otp_device_info
+0x5dd1 mouse_read_otp_le_device1
+0x5dd3 mouse_read_otp_le_device2
+0x5dd5 mouse_read_otp_le_device1_addr
+0x5dd7 mouse_read_otp_le_device1_addr_loop
+0x5de1 mouse_read_otp_le_addr1_common
+0x5de4 mouse_le_addr1_load
+0x5de7 mouse_read_otp_le_device1_locall_addr
+0x5de9 mouse_read_otp_le_device1_locall_addr_loop
+0x5df3 mouse_read_otp_le_locall_addr1_common
+0x5df6 mouse_le_locall_addr1_load
+0x5df9 mouse_read_otp_le_device2_addr
+0x5dfb mouse_read_otp_le_device2_addr_loop
+0x5e05 mouse_read_otp_le_addr2_common
+0x5e08 mouse_le_addr2_load
+0x5e0b mouse_read_otp_le_device2_locall_addr
+0x5e0d mouse_read_otp_le_device2_locall_addr_loop
+0x5e17 mouse_read_otp_le_locall_addr2_common
+0x5e1a mouse_le_locall_addr2_load
+0x5e1d mouse_read_otp_24g_addr
+0x5e1f mouse_read_otp_24g_addr_loop
+0x5e29 mouse_read_otp_24g_addr_common
+0x5e2c mouse_24g_addr_load
+0x5e2f mouse_read_otp_le_addr_increase_count_info
+0x5e33 mouse_read_otp_le_addr_increase_count_loop
+0x5e3d mouse_read_otp_le_addr_increase_count_common
+0x5e40 mouse_le_addr_increase_count_load
+0x5e43 mouse_read_otp_dpi
+0x5e47 mouse_read_otp_dpi_loop
+0x5e51 mouse_read_otp_dpi_common
+0x5e54 mouse_dpi_load
+0x5e5a mouse_dpi_load_last
+0x5e5b mouse_dpi_load_end
+0x5e5d mouse_idle
+0x5e66 mouse_select_device_check
+0x5e6a mouse_select_device_by_pb_button_check_once
+0x5e6b mouse_select_device_by_pb_button
+0x5e6d mouse_select_device_by_pb_button_check
+0x5e78 mouse_retransmit_select_device_by_pb_button
+0x5e7c mouse_3io6key_pb_button_check_end
+0x5e7e mouse_select_device_by_pb_button_exit
+0x5e81 mouse_pb_button_check
+0x5e8a mouse_select_device_by_pb_button_end
+0x5e8d mouse_pb_button_connect_gnd
+0x5e8f mouse_pb_button_connect_matrix
+0x5e97 mouse_select_device_button_up
+0x5ea2 mouse_select_device_button_down
+0x5eae mouse_select_device_ghost_check
+0x5eb1 mouse_ghost_key_value_check
+0x5eb6 mouse_check_select_device_by_switch
+0x5eb9 mouse_switch_gpio_connect_gnd
+0x5ebe mouse_select_btdevice
+0x5ec2 mouse_check_select_24g_device
+0x5ec6 mouse_ready_reconnection_by_button
+0x5ecb mouse_store_device_number_before_reset
+0x5ed1 mouse_soft_reset
+0x5ed3 mouse_select_device_number
+0x5eda mouse_select_device_number_24g
+0x5edf mouse_select_device_count_clean_24g
+0x5ee1 mouse_select_device_count_clean_bt
+0x5ee3 mouse_store_device_number2eeprom
+0x5ee7 mouse_bt_button_check
+0x5eea mouse_select_device_enable
+0x5eec mouse_select_device_disable
+0x5eee mouse_bt_cannel_reconn_enable
+0x5ef0 mouse_bt_cannel_reconn_disable
+0x5ef2 mouse_bt_discovery_button_down_enable
+0x5ef4 mouse_bt_discovery_button_down_disable
+0x5ef6 mouse_adc_read_enable
+0x5ef8 mouse_24g_set_250hz
+0x5efa mouse_24g_search_dongle_enable
+0x5efc mouse_16m_enable
+0x5efe mouse_dpi_4level_enable
+0x5f00 mouse_enable_function_flag
+0x5f04 mouse_disable_function_flag
+0x5f08 mouse_customer_key_enable
+0x5f10 mouse_customer_standrad_key_set
+0x5f12 mouse_customer_key_ctrl_alt_a
+0x5f14 mouse_customer_ac_home
+0x5f15 mouse_customer_media_key_set
+0x5f19 mouse_customer_key_play
+0x5f1b mouse_polling_device
+0x5f26 mouse_drawing_optima
+0x5f37 mouse_drawing_optima_init
+0x5f3c mouse_drawing_optima_modify
+0x5f50 mouse_drawing_optima_xy_offset_modify
+0x5f64 mouse_pre_xy_data_judge
+0x5f67 mouse_pre_xy_pdata_offset
+0x5f6a mouse_xy_data_offset_new
+0x5f6c mouse_pre_xy_ndata_offset
+0x5f72 mouse_current_xy_data_judge
+0x5f75 mouse_current_xy_pdata_offset
+0x5f79 mouse_current_xy_ndata_offset
+0x5f7f mouse_pre_xy_get_0_4_times
+0x5f84 mouse_current_xy_get_0_6_times
+0x5f89 mouse_drawing_optima_data_x
+0x5f91 mouse_drawing_optima_data_y
+0x5f99 mouse_drawing_optima_data
+0x5f9f mouse_data_store_pre
+0x5fa3 mouse_data_sum_overflow
+0x5fa7 mouse_data_sum_overflow_p
+0x5faa mouse_data_sum_n
+0x5fb0 mouse_data_set_direction
+0x5fb3 mouse_data_zero
+0x5fb5 mouse_pdata_get_half
+0x5fb7 mouse_pdata_get_new_value
+0x5fbb mouse_pdata_invert
+0x5fbc mouse_rega_in_out
+0x5fbf mouse_disable_asm
+0x5fc1 mouse_enable_asm
+0x5fc3 mouse_pdata_greater_than_check
+0x5fc8 mouse_data_less_than_check
+0x5fcd mouse_data_abs_check
+0x5fd4 mouse_data_abs
+0x5fd8 mouse_data_abs_store
+0x5fda mouse_data_reversal
+0x5fdd mouse_24g_long_sleep_param_update_timer
+0x5fe0 mouse_24g_long_sleep_normal_param
+0x5fe4 mouse_24g_long_sleep_set
+0x5fe9 mouse_24g_long_sleep_set_80ms
+0x5fea mouse_24g_long_sleep_set_end
+0x5fec mouse_24g_long_sleep_set_30ms
+0x5fee mouse_24g_long_sleep_set_50ms
+0x5ff0 mouse_24g_long_sleep_set_100ms
+0x5ff2 mouse_24g_hibernate_set
+0x5ffd mouse_wakeup_24g
+0x6001 mouse_wakeup_24g_from_long_sleep
+0x6004 mouse_wheel_gpio_init
+0x600a mouse_24g_transmit_start
+0x600e mouse_24g_fast_conn_mode_check
+0x6013 mouse_soft_agc_enable
+0x6016 mouse_soft_agc_disable
+0x6018 mouse_24g_stop
+0x601c mouse_24g_start_mode
+0x602a mouse_24g_mode_setup_error
+0x602d mouse_24g_first_start_auto_pair_mode
+0x602f mouse_24g_reconn_general_dongle
+0x6034 mouse_24g_start_auto_pair
+0x6038 mouse_24g_first_start_reconn
+0x603b mouse_24g_first_bluetooth_reconnect
+0x603f mouse_24g_first_bb_event_reconn_timeout
+0x6042 mouse_24g_first_store_reconn_info
+0x6047 mouse_24g_start_pair_mode
+0x6053 mouse_24g_attempt_fail
+0x6059 mouse_24g_attempt_fail_enter_hibernate
+0x605f mouse_24g_fast_conn_attempt_fail
+0x6067 mouse_24g_reconn_dongle_start
+0x606b mouse_24g_auto_pair_attempt_fail
+0x6070 mouse_reconn_dongle_attempt_fail
+0x6075 mouse_24g_attempt_success
+0x6084 mouse_24g_pairing_complete
+0x6086 mouse_24g_pairing_complete_common
+0x6094 mouse_24g_short_sleep_clear_wake
+0x6096 mouse_24g_package_data
+0x60a1 mouse_24g_mouse_package_data
+0x60b0 mouse_24g_mouse_package_data_now
+0x60b6 mouse_24g_keyboard_package_data
+0x60bc mouse_customer_key_press
+0x60be mouse_24g_search_dongle_init
+0x60c1 mouse_24g_search_dongle
+0x60cd mouse_24g_search_dongle_loop
+0x60d9 mouse_24g_search_dongle_loop_end
+0x60df mouse_24g_search_dongle_loop_retry
+0x60e1 mouse_24g_search_dongle_check
+0x60e9 mouse_24g_search_dongle_success
+0x60f2 mouse_g24_ackpayload_parse
+0x60f9 mouse_g24_retransmit
+0x60fe mouse_select_device_by_dpi_button_once
+0x6103 mouse_g24_retransmit_100ms_timer_init
+0x6106 mouse_dpi_check_once
+0x6109 mouse_24g_before_lpm_sleep
+0x610d mouse_peripheral_clock_off
+0x6110 mouse_logo_led_on_timer
+0x611a mouse_logo_led_off
+0x611c mouse_logo_led_on
+0x611e mouse_dpi_led_blink_delay_timer
+0x6121 mouse_dpi_led_blink_init
+0x6127 mouse_dpi_led_blink_init_next
+0x612d mouse_multi_dpi_led_blink_enable
+0x6131 mouse_dpi_led_blink_init_another
+0x6134 mouse_dpi_led_blink_init_level_4
+0x6138 mouse_dpi_led_blink_count_clean
+0x613a mouse_dpi_led_blink_delay
+0x6148 mouse_check_dpi_blink
+0x614d mouse_low_voltage_led_timer
+0x615c mouse_low_led_blink_timer
+0x6165 mouse_low_voltage_led_on_judge
+0x6168 mouse_low_voltage_led_on
+0x616a mouse_low_led_timer_count_clean
+0x616e mouse_low_voltage_led_off_judge
+0x6171 mouse_low_voltage_led_off
+0x6173 mouse_low_led_blink_count_init_judge
+0x6177 mouse_device_multi_led_parm_init
+0x617e mouse_multi_low_led_blink_count_init
+0x6181 mouse_multi_led_blink_timer_init
+0x6185 mouse_multi_dpi_led_blink_timer_init
+0x6186 mouse_store_multi_led_blink_timer
+0x6188 mouse_device_24g_led_blink_timer_init
+0x618a mouse_device_le_discovery_led_blink_timer_init
+0x618c mouse_device_le_reconn_led_blink_timer_init
+0x618e mouse_device_poweron_led_config
+0x6192 mouse_multi_led_enable
+0x6195 mouse_device_24g_pair_led_config
+0x619f mouse_device_le_reconn_led_config
+0x61a9 mouse_device_led_blink_count_init
+0x61ab mouse_device_discovery_led_config
+0x61ae mouse_multi_led_blink_enable_init
+0x61b1 mouse_led_multi_timer
+0x61b5 mouse_device_multi_led_type_on
+0x61ba mouse_device_poweron_led_off
+0x61bd mouse_multi_led_type_blink
+0x61c2 mouse_device_led_blink_judge
+0x61c5 mouse_device_led_blink_limit
+0x61c7 mouse_multi_led_type_blink_next
+0x61ca mouse_multi_led_type_blink_start
+0x61ce mouse_multi_led_blink
+0x61d2 mouse_multi_led_blink_count_decrease
+0x61d6 mouse_multi_led_on_judge
+0x61d8 mouse_device_multi_led_on
+0x61d9 mouse_device_led_on
+0x61df mouse_device_24g_led_on
+0x61e1 mouse_device_bt1_led_on
+0x61e3 mouse_device_bt2_led_on
+0x61e4 mouse_led_on
+0x61e5 mouse_led_off
+0x61e6 mouse_multi_led_off_judge
+0x61e8 mouse_multi_led_off_judge_next
+0x61ea mouse_device_multi_led_off
+0x61eb mouse_device_led_off
+0x61f1 mouse_device_24g_led_off
+0x61f5 mouse_device_bt1_led_off
+0x61f9 mouse_device_bt2_led_off
+0x61fd mouse_device_multi_led_all_off
+0x6202 mouse_multi_dpi_led_off_judge
+0x6206 mouse_multi_dpi_led_off
+0x6208 mouse_multi_dpi_led_on_judge
+0x620c mouse_multi_dpi_led_on
+0x620e mouse_low_voltage_led_no_enter_lpm
+0x6214 mouse_low_voltage_led_no_enter_lpm_next
+0x6218 g24_transmit_by_interrupt_exit_check
+0x621b mouse_lpm_mode_clear
+0x621f mouse_store_signal_rssi
+0x6221 mouse_le_transmit
+0x6223 mouse_le_set_lpm_mult
+0x6228 mouse_set_lpm_mult
+0x622b mouse_24g_long_sleep
+0x6235 mouse_24g_short_sleep
+0x6242 mouse_24g_short_sleep_notify
+0x624c mouse_24g_short_sleep2
+0x624f mouse_24g_short_sleep3
+0x6252 mouse_24g_short_sleep_default
+0x6255 mouse_24g_short_sleep_long
+0x6259 mouse_24g_miss_temp_clear
+0x625c mouse_24g_short_sleep_last_miss
+0x6260 mouse_24g_short_sleep_2
+0x6262 mouse_24g_transmit_callback
+0x6264 mouse_24g_send_time_check
+0x6274 mouse_24g_send_time_check_1
+0x627e mouse_24g_send_time_check_average
+0x6299 mouse_24g_send_time_check_average_late
+0x62a4 mouse_24g_send_time_check_average_min
+0x62a6 mouse_24g_send_timer_first
+0x62aa mouse_24g_send_time_long_wake
+0x62ae shutter_init
+0x62bd shutter_power_switch
+0x62c2 shutter_common_init
+0x62d0 shutter_hart_swtich_power_on
+0x62d3 shutter_le_scale_lpm_lock
+0x62d9 shutter_process_bb_event
+0x62e2 ble_shutter_process_baseband_connect
+0x62e6 ble_shutter_process_baseband_disconnect
+0x62e9 ble_shutter_process_reconnect_complete
+0x62ef ble_shutter_process_parse_connect_parameter_update_response
+0x62f5 shutter_process_soft_swtich_button_down
+0x62fb shutter_store_currenct_led_state
+0x6300 shutter_process_soft_swtich_button_up
+0x6305 shutter_load_currenct_led_state
+0x630e shutter_le_bb_event_timer
+0x6311 shutter_check_sleep_timer
+0x6314 shutter_sleep_timeout
+0x6318 shutter_check_power_off_timer
+0x631b shutter_check_power_off_timeout
+0x6322 ble_shutter_reconn_timer
+0x6327 shutter_process_idle
+0x6329 shutter_process_lpm_before
+0x632b shutter_le_before_hibernate
+0x632d shutter_stop_bluetooth_discovery
+0x632d ble_shutter_stop_bluetooth_discovery
+0x6331 shutter_start_bluetooth_discovery
+0x6333 ble_shutter_start_discovery
+0x6340 shutter_soft_swtich_power_on
+0x6340 shutter_start_reconnect
+0x6342 ble_shutter_start_reconnect
+0x634e shutter_disconnect_current_connection
+0x6351 shutter_check_data_enable
+0x6355 shutter_check_ble_data_enable
+0x6358 shutter_check_bluetooth_conn
+0x635c shutter_change_bluetooth_status_bt_disconn
+0x635c ble_shutter_change_bluetooth_status_bt_disconn
+0x635d shutter_check_send_data
+0x6365 shutter_key_change
+0x6369 shutter_key_press
+0x636c shutter_key_release
+0x636e push_queue_press_or_release
+0x6371 push_buffer_in_queue
+0x6376 shutter_send_data_to_master
+0x6379 pop_queue_to_ble_data
+0x6382 queue_push_one_byte
+0x6385 queue_pop_one_byte
+0x638a ble_shutter_receive_data
+0x638d shutter_init_param
+0x6396 shutter_load_buffer_config_form_datarom
+0x639a shutter_soft_swtich_power_off
+0x639e shutter_wait_power_off
+0x63a1 ui_soft_swtich_init
+0x63a6 ui_soft_switch_first_power_on
+0x63aa ui_soft_swtich_init_next
+0x63ad ui_soft_swtich_init_power_on_time
+0x63b2 ui_soft_switch_botton_up
+0x63b6 ui_soft_switch_botton_long_press
+0x63b9 ui_soft_switch_power_on
+0x63c1 ui_soft_switch_power_off
+0x63c7 shutter_ble_adv_interval_set
+0x63cb le_send_notify_from_list
+0x63d3 shutter_le_uuid_table_conf
+0x63d6 shutter_dy_le_uuid_table_conf
+0x63d9 shutter_default_init
+0x6442 shutter_dy_6_key_conf
+0x6448 shutter_dy_7_key_conf
+0x644e shutter_dy_8_key_conf
+0x6454 shutter_dy_key_conf
+0x6459 shutter_dy_adv_conf
+0x646e shutter_dy_init
+0x6484 shutter_dy_process_idle
+0x648e shutter_dy_iphone_every_move_max_set
+0x649b shutter_dy_shutter_send_data_to_master
+0x64a0 shutter_dy_pop_queue_to_ble_data
+0x64ac shutter_dy_pop_queue_to_ble_data2
+0x64b5 shutter_dy_le_bb_event_timer
+0x64bc shutter_dy_iphone_move_mid_timer
+0x64bf shutter_dy_iphone_move_mid_timeout
+0x64c3 shutter_dy_iphone_move_mid
+0x64cd shutter_dy_android_like_loaction_mid
+0x64cf shutter_dy_iphone_up_mid
+0x64d1 shutter_dy_iphone_like_mid
+0x64d3 shutter_dy_clear_key_state_timer
+0x64d6 shutter_dy_clear_key_state_timeout
+0x64d9 shutter_dy_check_power_off_timer
+0x64dc shutter_dy_check_power_off_timeout
+0x64df shutter_dy_process_bb_event
+0x64e6 ble_shutter_dy_pairing_success
+0x64ef ble_shutter_dy_process_baseband_disconnect
+0x64f4 ble_shutter_dy_process_baseband_connect
+0x64f8 shutter_dy_check_send_data
+0x6500 shutter_dy_over_clear
+0x6502 shutter_dy_key_value_filter
+0x6505 shutter_dy_key_change
+0x6509 shutter_dy_key_press
+0x650c shutter_dy_key_press_next
+0x651c shutter_dy_page_set
+0x651f shutter_dy_move_set
+0x6524 shutter_dy_key_move_to_specify_location
+0x6526 shutter_dy_iphone_check_move_mid
+0x652c shutter_dy_key_press_clk
+0x6537 shutter_dy_shutter_key_release
+0x653a shutter_dy_shutter_key_release_time
+0x654b shutter_dy_key_release_led
+0x654e shutter_dy_push_queue_release
+0x6551 shutter_dy_push_queue_release1
+0x6554 shutter_dy_push_queue_release1_next
+0x655a shutter_dy_push_queue_press_or_release
+0x655d shutter_dy_move_mode_queue_release
+0x6561 shutter_dy_jude_queue_size
+0x6566 shutter_dy_push_queue_long_release
+0x656b shutter_clear_dy_key_state
+0x656e shutter_dy_keyscan_key_process
+0x6577 shutter_dy_keyscan_key_check_release_loop
+0x658b shutter_dy_keyscan_key_check_long_press
+0x65a2 shutter_dy_key_long_press_set_key_normal
+0x65a5 shutter_dy_key_long_press_set_move_trigger
+0x65ad shutter_dy_move_mode_disable
+0x65af shutter_dy_long_press_android_or_ios
+0x65b4 shutter_dy_keyscan_key_check_release
+0x65be shutter_dy_keyscan_key_process_next
+0x65cf shutter_dy_skip_check_combine_key
+0x65d5 shutter_dy_single_key_led
+0x65dc shutter_dy_check_combine_key
+0x65dd shutter_dy_check_combine_key_loop
+0x65e8 shutter_dy_check_combine_key_parse
+0x65f0 shutter_dy_push_buffer_in_queue
+0x65f4 shutter_dy_move_to_specify_location
+0x65ff shutter_dy_move_down_left_corner_count_set
+0x6609 shutter_dy_move_down_left_corner
+0x660d shutter_dy_move_down_left_corner_loop
+0x6614 shutter_dy_move_x_max
+0x6617 shutter_dy_move_x_max_number
+0x661e shutter_dy_move_y_max
+0x6621 shutter_dy_move_y_max_number
+0x6628 shutter_dy_check_combine_key_release
+0x6633 shutter_dy_combine_key_enableuser
+0x6636 shutter_dy_check_combine_key_release_all
+0x6642 shutter_dy_check_move_data
+0x6647 shutter_dy_check_move_data_single_key
+0x664d shutter_dy_check_move_data_combine_key
+0x6654 shutter_dy_get_move_data
+0x665e shutter_dy_get_move_data_iphone
+0x666b shutter_dy_move_x_empty_check
+0x6671 shutter_dy_every_move_size_set
+0x6676 shutter_dy_move_left
+0x667c shutter_dy_move_store_x
+0x667d shutter_dy_move_data_store
+0x6685 shutter_dy_move_x_check_max
+0x6690 shutter_dy_clear_move_x
+0x6693 shutter_dy_move_right
+0x6697 shutter_dy_move_right_next
+0x669b shutter_dy_move_up
+0x669f shutter_dy_move_y_check_max
+0x66af shutter_dy_clear_move_y
+0x66b0 shutter_dy_android_move_y_empty_check
+0x66b2 shutter_dy_move_y_empty_check
+0x66bc shutter_dy_move_store_y
+0x66be shutter_dy_move_down
+0x66c0 shutter_dy_move_down_next
+0x66c5 ble_shutter_dy_receive_data
+0x66c8 shutter_dy_le_find_service_hand_by_uuid
+0x66d5 shutter_dy_le_parse_att
+0x66de shutter_dy_le_parse_att_read_blob_request
+0x66e9 shutter_dy_le_parse_att_read_blob_request_ios
+0x66ea shutter_dy_le_parse_att_read_blob_request2
+0x66f4 shutter_dy_le_parse_att_read_request
+0x66f8 shutter_dy_le_send_att_read_response_check_auth
+0x66fe shutter_dy_le_send_att_read_response
+0x6704 shutter_dy_le_parse_att_find_by_type_value_rsp
+0x6704 shutter_dy_le_remote_iphone
+0x671e shutter_dy_iphone_move_initial_set
+0x6725 shutter_dy_le_parse_error_rsp
+0x6729 shutter_dy_remote_not_iphone
+0x672e shutter_dy_not_iphone_read_conf
+0x6730 shutter_dy_check_iphone
+0x6732 shutter_dy_le_get_press_ptr
+0x6738 shutter_dy_le_get_release_ptr
+0x6738 shutter_dy_le_get_release_ptr_set
+0x6740 shutter_dy_le_get_release_ptr_volume
+0x6747 shutter_dy_le_get_release_ptr_set_volume_dec
+0x6749 shutter_dy_le_get_release_ptr_set_volume_inc
+0x674b shutter_dy_le_get_vol_inc_ptr
+0x6750 shutter_dy_le_get_vol_dec_ptr
+0x6755 shutter_dy_long_key_function
+0x675a shutter_dy_long_key_volume_timer
+0x675d shutter_dy_long_key_volume_timeout
+0x6761 shutter_dy_loop_send_volume_inc_page
+0x6765 shutter_dy_loop_send_volume_dec_page
+0x6769 shutter_dy_clear_volume_timer
+0x676c shutter_dy_link_key_loop_timer
+0x676f shutter_dy_link_key_loop_timeout
+0x6772 shutter_dy_link_data_android_or_ios
+0x6777 shutter_dy_link_key_long_press
+0x677c shutter_dy_clear_link_key_timer
+0x677f shutter_dy_jude_clear_move_config
+0x6783 shutter_dy_clear_move_config
+0x6786 shutter_dy_write_otp_convert_data
+0x678a shutter_dy_read_otp_convert_data
+0x678e shutter_dy_store_ios_config_data
+0x67a0 shutter_dy_store_android_config
+0x67a7 shutter_dy_get_ios_config
+0x67b9 shutter_dy_get_android_config
+0x67be shutter_dy_store_move_config_info
+0x67bf shutter_dy_load_move_config_info
+0x67c0 shutter_dy_shutter_uart_config_loop
+0x67cb shutter_dy_shutter_get_first_read_addr
+0x67cf shutter_dy_shutter_next_read_addr
+0x67d3 shutter_dy_shutter_last_read_addr
+0x67d7 shutter_dy_shutter_read_ios_android_addr
+0x67e2 shutter_dy_update_read_check_addr
+0x67e6 shutter_dy_campare_otp_data
+0x67f6 shutter_dy_set_shutter_valid_data_flag
+0x67fa shutter_dy_shutter_judge_ios_or_android
+0x6806 shutter_dy_shutter_not_find_ios_or_android
+0x680b shutter_dy_shutter_android_save_init_loaction
+0x6812 shutter_dy_shutter_ios_save_init_loaction
+0x6821 shutter_dy_clear_temp_count
+0x6823 shutter_dy_campare_effective_addr_read_otp
+0x683c shutter_dy_campare_effective_addr_write_otp
+0x684f shutter_dy_shutter_read_move_config_from_otp_addr
+0x6854 shutter_dy_shutter_write_move_config_to_otp_addr
+0x6858 shutter_dy_shutter_1s_timer
+0x685b p_crc16_ccitt_false
+0x685c p_crc16_ccitt_false_loop
+0x6860 p_crc16_for_byte
+0x6862 p_crc16_for_byte_loop
+0x6867 p_crc16_for_byte_continue
+0x686c rf_debug_rx_gpio_low
+0x686d rf_debug_gpio_low
+0x686f rf_debug_rx_on_line
+0x686f rf_debug_rx_gpio_high
+0x6870 rf_debug_gpio_high
+0x6872 rf_debug_rx_gpio_h_l_h
+0x6873 rf_debug_rx_gpio_l_h
+0x6875 rf_debug_rx_gpio_l_h_l
+0x6875 rf_debug_shutdown_radio_line
+0x6876 rf_debug_rx_crc_line
+0x6877 rf_debug_rx_sync_line
+0x6878 rf_debug_rx_crc_fail_line
+0x687a rf_debug_rx_crc_error_line
+0x687a rf_debug_rx_sync_timeout_line
+0x687b rf_debug_tx_off_line
+0x687b rf_debug_tx_gpio_low
+0x687d rf_debug_tx_on_line
+0x687d rf_debug_tx_gpio_high
+0x687f rf_debug_tx_gpio_l_h_l
+0x6882 hci_init
+0x688b hci_process_loop
+0x688d hci_init_clksel_xtal
+0x688f hci_init_uart_default_config
+0x6893 hci_init_uart_default_config_tx
+0x6897 hci_init_uart_default_config_rx
+0x689b hci_init_uart_default_config_rts
+0x689f hci_init_uart_default_config_cts
+0x68a3 hci_init_uart_config
+0x68bf hci_init_pwm_default_config
+0x68c3 hci_init_pwm
+0x68ce hci_process_check_uart_rx
+0x68d6 hci_parse_packet_cmd
+0x68e4 hci_parse_complete_packet
+0x68e7 hci_parse_packet_cmd_ogf_vendorspecific_debug
+0x68f2 phci_grp_vendor_chipid
+0x68f7 phci_grp_vendor_baud
+0x68fa phci_grp_vendor_patch_common
+0x6905 phci_grp_vendor_patch
+0x6906 phci_grp_vendor_patch_loop
+0x690a phci_grp_vendor_patch_check_sum
+0x690f phci_grp_vendor_done
+0x6912 phci_grp_vendor_done_loop
+0x691e phci_grp_vendor_patch_bad
+0x6920 phci_grp_vendor_mem
+0x6926 phci_grp_vendor_flow_control
+0x692a hci_normal_reply
+0x692b hci_send_event_command_complete_error_command_nuknown
+0x692d hci_send_event_command_complete_error_command_disallowed
+0x692f hci_send_event_command_complete_without_payload
+0x6932 hci_send_event_command_complete
+0x693b hci_prepare_send_event
+0x693f hci_drop_current_packet
+0x6944 cmd_exit
+0x6946 l2cap_init
+0x694b l2cap_init_wake
+0x694c check_l2cap_map
+0x694e check_l2cap_map_loop
+0x6953 check_l2cap_map_used
+0x6957 check_l2cap_map_used2
+0x6959 ble_l2cap_malloc
+0x695d host_l2cap_malloc
+0x6962 host_l2cap_malloc_loop
+0x696a host_l2cap_malloc_next_buffer
+0x696e host_l2cap_malloc_succ
+0x6971 host_l2cap_malloc_check_buffer_enough
+0x6975 host_l2cap_malloc_check_buffer_enough_loop
+0x6982 host_l2cap_malloc_check_buffer_enough_end
+0x6987 host_l2cap_malloc_into_fifo
+0x6990 host_l2cap_malloc_into_fifo_no_push
+0x6993 l2cap_malloc_fifo_out
+0x6998 l2cap_malloc_free
+0x699f l2cap_malloc_discard
+0x69a9 l2cap_malloc_is_fifo_full
+0x69ac l2cap_malloc_is_fifo_nearly_full
+0x69af l2cap_malloc_is_fifo_empty
+0x69b2 l2cap_malloc_fifo_get_first_ptr
+0x69b5 l2cap_malloc_free_loop
+0x69b7 l2cap_malloc_fifo_get_first_ptr_empty
+0x69b9 l2cap_malloc_get_full_map
+0x69bd l2cap_malloc_get_full_map_loop
+0x69c3 l2cap_lpm_get_wake_lock
+0x69c5 l2cap_lpm_put_wake_lock
+0x69c7 twspi_reset
+0x69cf twspi_reset_next
+0x69d9 twspi_reset_ext
+0x69dc twspi_disable
+0x69e0 twspi_enable
+0x69e4 twspi_write
+0x69e5 twspi_read
+0x69e6 aes_disable
+0x69ea read_function_aes
+0x69ee read_function
+0x69f1 read_fuction_zero
+0x69f3 get_block_header
+0x69f4 get_block_header0
+0x69fc read_first_block
+0x6a01 read_first_block_cont
+0x6a04 get_iv
+0x6a08 set_iv
+0x6a0e load_aes_reinit
+0x6a11 load_storage
+0x6a1e load_storage_loop
+0x6a25 load_data_checksum_calc
+0x6a2e load_data_checksum_compare
+0x6a3c load_data_checksum_ok
+0x6a3e load_data_checksum_compare_fail
+0x6a40 loadcode_lock_load_ucode
+0x6a44 loadcode_lock
+0x6a4b loadcode_set_lock
+0x6a53 load_otp_hv_vsel
+0x6a59 loadcode_load_key
+0x6a68 loadcode
+0x6a72 loadcode_bistwait
+0x6a78 loadcode_nobist
+0x6a7b loadcode_otp
+0x6a8f loadcode_unenc
+0x6a91 loadcode_otp_loop
+0x6a9c loadcode_otp_end
+0x6a9e loadcode_iic_loop
+0x6aaa run_otp_code
+0x6aad loadcode_check_otp_lock
+0x6ab2 loadcode_otp_lock
+0x6ab4 loadcode_iic_eeprom_2k
+0x6abd loadcode_spi
+0x6abe loadcode_spi_loop
+0x6acd loadcode_hci
+0x6ad1 clear_key_buf
+0x6ad7 iicd_load_gpio_init
+0x6adb iicd_load_default_gpio
+0x6adf loadcode_iic_by_eeprom
+0x6ae5 loadcode_timeout
+0x6aeb loadcode_error_delay
+0x6af1 loadcode_error
+0x6af5 set_bistfix
+0x6afa set_bistfix_loop
+0x6b00 set_ucode_status
+0x6b07 decrypt_code
+0x6b0a decrypt_code_loop
+0x6b0d decrypt_code_skip
+0x6b11 load_ucode
+0x6b19 load_ucode_loop
+0x6b1e otp_load_code
+0x6b2b otp_enable_chgpump25
+0x6b34 otp_enable_chgpump65
+0x6b37 disable_otp
+0x6b38 otp_disable_chgpump
+0x6b3a enable_otp_read
+0x6b3b otp_reset
+0x6b41 otp_set_addr
+0x6b45 otp_write
+0x6b49 otp_program
+0x6b4c otp_program_bit
+0x6b6c otp_skip_0
+0x6b74 otp_read_data
+0x6b75 otp_read_data1
+0x6b7a otp_read_data_loop
+0x6b83 otp_read_noinc
+0x6b89 otp_read_unenc
+0x6b8d app_lpm_lock_check
+0x6b99 app_lpm_mesh_lock
+0x6b9d app_lpm_kb_lock
+0x6b9e app_lpm_module_lock
+0x6b9e app_lpm_hciboot_lock
+0x6b9f app_lpm_dongle_lock
+0x6ba3 app_lpm_mouse_lock
+0x6ba7 app_lpm_shutter_lock
+0x6bab app_lpm_car_lock
+0x6bae app_lpm_lock_mesh
+0x6bb1 app_lpm_car_lock_application_and_ble
+0x6bb7 app_mpu_s0_lock
+0x6bba app_lpm_mpu_lock_ble
+0x6bbc app_mpu_s1_lock
+0x6bbf app_lpm_mpu_lock_24g
+0x6bc2 app_lpm_mpu_lock_24g_ble
+0x6bc6 spid_init
+0x6bc7 spid_init_common
+0x6bd0 spid_write_reg
+0x6bd7 spid_read_reg
+0x6bd8 spid_read_regs
+0x6be0 wait_spid_done
+0x6be4 flash_write
+0x6beb flash_write_spi_sm_timer
+0x6bf2 spid_flash_write_start
+0x6bf8 spid_flash_erase_sector
+0x6c00 spid_flash_wait_erase_sector
+0x6c04 spid_flash_write_data
+0x6c0b spid_flash_wait_write_data
+0x6c13 spid_flash_data_recover
+0x6c15 spid_flash_data_recover_comm
+0x6c18 spid_flash_data_preserve
+0x6c20 spid_init_flash
+0x6c26 spid_unlock_flash
+0x6c27 spid_sendcmd_common
+0x6c2f spid_flash_release_form_powerdown
+0x6c31 spid_flash_powerdown
+0x6c33 spid_write_flash_data
+0x6c3c spid_write_flash
+0x6c40 spid_write_flash_common
+0x6c4d spid_read_flash
+0x6c5f spid_read_flash_wait
+0x6c63 wait_spid_flash_done
+0x6c6c spid_load_flash
+0x6c79 spi_load_flash_wait
+0x6c8b spi_gpio_init
+0x6c90 spi_pin_set
+0x6c9c spi_gpio_default_init
+0x6ca3 soft_reset_chip
+0x6ca5 iic_init_600khz
+0x6cad iic_init_360khz
+0x6cb5 iicd_init_pin
+0x6cb6 iicd_init_pin_scl_sda
+0x6cbc iicd_read_init_pin
+0x6cbe wait_iicd_done
+0x6cc1 set_eeprom_size_2k
+0x6cc4 clear_eeprom_size_2k
+0x6cc7 iicd_read_eep_data_size_2k
+0x6ccb iicd_read_eep_size_2k_lcadcode
+0x6cce iicd_read_eep_size_2k
+0x6cd3 iicd_write_protect_eep_data
+0x6cd8 iicd_eeprom_write_enable
+0x6cdd iicd_wp_gpio_output_low
+0x6cdf iicd_eeprom_write_disable
+0x6ce1 iicd_read_eep_data
+0x6ce7 iicd_read_eep
+0x6ced iicd_read_eep_common
+0x6cfc iicd_inc_addr
+0x6d02 iicd_read_eep_load_code_size_2k
+0x6d07 iicd_write_eep_data
+0x6d0d iicd_write_eep_loop
+0x6d1c iicd_eep_transparency
+0x6d2e iicd_eep_deal_short_packet
+0x6d33 iicd_write_eep_size_2k
+0x6d3d iicd_write_eep
+0x6d4a iicd_write_eep_common
+0x6d51 iic_check_eeprom_standby
+0x6d53 iic_check_eeprom_standby_wait
+0x6d68 uarta_init_dma_mem
+0x6d6a uart_init_dma_mem
+0x6d73 uarta_init_baud_rate
+0x6d75 uarta_calc_baud_rate_config
+0x6d77 uart_calc_baud_rate_config
+0x6d7c uart_calc_baud_rate_config_choice_uart_clock
+0x6d80 uart_calc_baud_rate_config_choice_uart_clock_crystal
+0x6d82 uart_clock_select_main_freq_crystal
+0x6d86 uart_clock_select_main_freq_dpll
+0x6d8a uarta_init_tx
+0x6d8e uarta_init_rx
+0x6d92 uarta_prepare_tx
+0x6d96 uarta_prepare_rx
+0x6d9a uarta_send
+0x6d9c uarta_rxdone
+0x6d9e uarta_clear_current_rx
+0x6da2 uarta_prepare_tx_register_push
+0x6da4 uarta_send_register_pop
+0x6da6 uart_register_push
+0x6daa uart_register_pop
+0x6dae wait_uarttx
+0x6db1 uart_copy_tx_bytes_fast
+0x6db3 uart_copy_tx_bytes_fast_loop
+0x6db8 uart_copy_tx_bytes_fast_loop_four
+0x6dbe uart_tx_8_bytes
+0x6dc1 uart_tx_4_bytes
+0x6dc4 uart_copy_tx_bytes
+0x6dc6 uart_copy_tx_bytes_loop
+0x6dca uart_copy_rx_bytes_fast
+0x6dcc uart_copy_rx_bytes_fast_loop
+0x6dd1 uart_copy_rx_bytes_fast_loop_four
+0x6dd7 uart_rx_8_bytes
+0x6dda uart_rx_4_bytes
+0x6ddd uart_copy_rx_bytes
+0x6ddf uart_copy_rx_bytes_loop
+0x6de3 app_store_nvram_event
+0x6de5 check_51cmd_update_device_record
+0x6dec write_device_record
+0x6df0 write_device_loop_find
+0x6dfc write_device_loop_find0
+0x6e00 set_index_finded_device
+0x6e05 set_index_find_device_master_addr
+0x6e0a store_rec_data_common
+0x6e0d set_index_finded_device_ble_mode
+0x6e11 set_index_finded_device_irk
+0x6e13 store_ble_rec_data_common
+0x6e15 set_index_finded_device_ediv
+0x6e18 nvram_find_addr_from_bd_list
+0x6e1f find_addr_from_bd_list_ble_mode
+0x6e27 find_addr_from_bd_list_static_addr
+0x6e2b find_addr_from_bd_list_static_addr_reconnect
+0x6e2e find_addr_from_bd_list_static_addr_sc_or_legacy
+0x6e2e find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+0x6e31 find_addr_from_bd_list_static_addr_sc
+0x6e31 find_addr_from_bd_list_random_non_resolvable_private_address_sc
+0x6e34 find_addr_from_bd_list_public_device_addr
+0x6e37 find_addr_from_bd_list_random_non_resolvable_private_address
+0x6e39 find_addr_from_bd_list_random_addr
+0x6e3b find_addr_from_bd_list_common
+0x6e43 nvram_find_addr_from_list
+0x6e53 nvram_find_addr_from_list_compare
+0x6e55 find_master_addr_from_list_compare
+0x6e5a find_addr_from_list_compare_ble_mode
+0x6e5d find_irk_form_list_compare
+0x6e6f genernate_master_macaddress
+0x6e78 find_ediv_form_list_compare
+0x6e87 check_nvram
+0x6e8d init_device_list
+0x6e91 init_device_list_loop
+0x6e96 load_device_list_mode_4
+0x6ea1 clear_ltk_exists
+0x6ea3 eeprom_store_le_reconn_info
+0x6ea5 eeprom_store_reconn_info
+0x6ea9 get_gpio_wakeup_index
+0x6eb2 gpio_set_wake_by_current_state
+0x6eb6 gpio_set_wake
+0x6ebd gpio_set_wake_high
+0x6ec1 gpio_set_wake_low4bit
+0x6ec6 gpio_set_low_pullup
+0x6ece gpio_set_low_pullup_low4bit
+0x6ed3 gpio_clr_wake
+0x6edb gpio_config_input_nowake
+0x6edd gpio_config_input
+0x6ee0 gpio_config_input_without_wake
+0x6ee6 gpio_get_bit
+0x6ef1 gpio_get_bit_reverse
+0x6ef3 gpio_out_inactive
+0x6ef7 gpio_config_output
+0x6ef7 gpio_out_active
+0x6efa gpio_out_flag
+0x6efd gpio_out
+0x6f02 gpio_check_active
+0x6f09 gpio_check_active_high
+0x6f0b gpio_set_analog
+0x6f0d gpio_write
+0x6f0f gpio_set_high_impedance
+0x6f14 gpio_addr
+0x6f18 gpio_addr_next
+0x6f1a gpio_addr_ext
+0x6f1d gpio_config_param
+0x6f20 gpio_config_function
+0x6f21 gpio_config_function_int
+0x6f25 gpio_config_function_int_next
+0x6f28 gpio_config_function_int_ext
+0x6f2b gpio_get_config
+0x6f2f gpio_get_config_next
+0x6f32 gpio_get_config_ext
+0x6f35 gpio_set_before_lpm
+0x6f37 setgpio_loop
+0x6f41 setgpio_loop_end
+0x6f45 gpio_set_before_lpm_ext
+0x6f48 setgpio_pullup
+0x6f4b setgpio_pulldown
+0x6f4e sadc_calibration
+0x6f57 sadc_cal_read
+0x6f5a sadc_cal_read_loop
+0x6f63 sadc_cal_write
+0x6f69 sadc_cal_write_loop
+0x6f74 adc_init_data
+0x6f79 adc_init_cal_data_default
+0x6f82 enable_adc
+0x6f90 sadc_channel
+0x6f97 sadc_read
+0x6f98 sadc_read_wait
+0x6f9d sadc_read_wait2
+0x6fa1 sadc_dma
+0x6fb0 vdd_calculate_by_mode
+0x6fb5 vdd_calculate_hvin
+0x6fbb vdd_calculate_io
+0x6fc0 vdd_calculate
+0x6fc9 vdd_calculate2
+0x6fcd vdd_calculate1
+0x6fd7 adc_bat_percent_lowpower_out
+0x6fe7 adc_set_low_power_flag
+0x6feb adc_clear_low_power_flag
+0x6fef adc_set_no_power_flag
+0x6ff3 adc_clear_no_power_flag
+0x6ff7 keyscan_key_init
+0x6ff9 keyscan_key_init_next
+0x6ffe keyscan_key_init_lp1
+0x7002 keyscan_key_init_end
+0x7003 keyscan_scan_key
+0x7009 keyscan_scan_key_lp1
+0x7014 keyscan_scan_key_lp1_next
+0x701b keyscan_process_lpm_before
+0x701d keyscan_process_lpm_before_next
+0x7022 keyscan_process_lpm_before_lp1
+0x7026 keyscan_process_lpm_before_end
+0x7027 keyscan_key_process
+0x7032 keyscan_key_process_next
+0x703b keyscan_key_lp1
+0x7047 keyscan_key_lp1_next
+0x7050 keyscan_send_key_data
+0x7055 pwm_init
+0x705b delay_nop100
+0x705d pwm_clk_set
+0x7060 pwm_12m_clk_set
+0x7062 pwm_24m_clk_set
+0x7064 pwm_33k_clk_set
+0x7066 pwm_out_set
+0x707a pwm_duty_cycle_set
+0x707d pwm_autoload_set
+0x7086 delay_1clk_of_33k
+0x7088 pwm_duty_cycle_set_without_autoload
+0x7091 pwm_enable_in_syncmode
+0x709c pwm_disable_in_syncmode
+0x70a9 pwm_syncmode_set
+0x70aa pwm_syncmode_set_process
+0x70af pwm_init_bit_set
+0x70b0 pwm_init_bit_set_process
+0x70b5 pwm_gpio_select
+0x70b6 pwm_gpio_select_process
+0x70ba pwm_enable
+0x70bd pwm_disable
+0x70c0 pwm_set_select
+0x70c5 pwm_select_channel
+0x70c8 wdt_init_config
+0x70d5 wdt_set_enable
+0x70d7 wdt_set_disable
+0x70d9 wdt_init_set
+0x70dd nec61212_init
+0x70de nec_init_config
+0x70e2 nec_check_rxbuff_size
+0x70e4 nec_prepare_read
+0x70e8 nec_read_done
+0x70ea nec_parse_nec61212
+0x7105 nec_parse_nec61212_data
+0x7111 nec_parse_nec61212_error_data
+0x7116 nec_parse_nec61212_add_bit1
+0x7117 nec_parse_nec61212_add_bit0
+0x711a nec_parse_nec61212_check_repeat_data
+0x7125 nec_parse_nec61212_check_stop_bit
+0x712c nec_parse_nec61212_check_timeout
+0x7131 nec_parse_nec61212_check_timeout_cb
+0x7135 nec_check_pulse_range_legal_default_deviation
+0x7136 nec_check_pulse_range_legal
+0x713e nec_check_pulse_range_legal_data_negative
+0x7140 function_g2
+0x7157 function_f6_eb
+0x7167 get_r
+0x716b function_f6_ea
+0x717e function_f5
+0x7190 function_f5_common
+0x71a1 store_addr_common_b
+0x71a6 store_addr_common_a
+0x71ab function_f4_ca
+0x71b6 function_f4_cb
+0x71c1 function_aes_cmac
+0x71c5 function_ceil16
+0x71d3 function_aes_cmac_set_flag_0_balnk
+0x71d6 function_aes_cmac_set_flag_0
+0x71d7 function_aes_cmac_set_flag_0_common
+0x71e1 function_aes_cmac_aes
+0x71e4 function_aes_cmac_aes_loop
+0x71ea function_aes_cmac_aes_loop_end
+0x71f2 load_inverse_result
+0x71f6 store_inverse_k
+0x71f8 inverse_k
+0x71fb inverse_memdat
+0x71ff bn_lshift_0_inverse
+0x7209 function_aes_cmac_k1_inverse
+0x720a function_aes_cmac_inverse_common
+0x720e function_aes_cmac_k2_inverse
+0x7210 function_aes_cmac_generate_subkey
+0x7218 function_aes_cmac_k1
+0x7221 function_aes_cmac_k1_0
+0x7222 function_aes_cmac_k2
+0x722b function_aes_cmac_xor_rb
+0x722c function_aes_cmac_xor_rb_loop
+0x7232 function_aes_cmac_xor_loop_common
+0x7236 function_aes_cmac_padding
+0x7239 function_aes_cmac_padding_loop
+0x723e function_aes_cmac_padding_loop2
+0x7241 function_aes_cmac_padding_beq_length
+0x7242 function_aes_cmac_padding_common
+0x7244 function_aes_cmac_padding_big_length
+0x7246 concatenate_temp24
+0x7247 concatenate_temp16
+0x724a generate_stk
+0x724e authenticate_rconfirm
+0x7251 authenticate_mconfirm
+0x7256 generate_confirm
+0x7259 generate_mrand
+0x725c generate_sk
+0x7265 ccm_b0
+0x7268 first_block_counter
+0x726a first_block_data
+0x726b first_block
+0x726c iv_common
+0x727d generate_mic
+0x728c generate_mic_loop
+0x7291 generate_mic_end
+0x7295 aes_crypt_data
+0x729f le_encrypt_new_start
+0x72b8 ccm_wait_enc
+0x72bd ccm_check_enc_done
+0x72bf ccm_enc_done
+0x72c4 ccm_init_common
+0x72cb wait_ccm_done
+0x72cd ccm_ctrl_clr
+0x72cf wait_aes
+0x72d1 do_aes_ocb
+0x72d4 do_aes_cbc
+0x72d7 do_aes_ctr
+0x72da aes_init
+0x72dd wait_keyinit_done
+0x72e0 dec_key_initial
+0x72e4 do_aes_ecb_dec
+0x72eb ecb_dec_generate
+0x72ee ecb_dec_generate_loop
+0x72f3 aes_ecb_dec_loop
+0x72fa do_aes_cbc_dec
+0x7306 function_s1
+0x731b function_c1
+0x7321 function_c1_master
+0x7331 function_c1_irat
+0x7336 function_c1_loop1
+0x7349 padding_data
+0x734e padding_loop
+0x7353 aes_load_data
+0x7354 load_data_loop
+0x7358 load_data_padding
+0x735d aes_load_xor
+0x735f load_key
+0x7361 load_data128
+0x7362 load_regext
+0x7363 load_regext_loop
+0x7368 load_sk
+0x736a clear_hidata
+0x736c regext_clear
+0x736f aes_clear_data
+0x7370 aes_clear
+0x7371 clear_loop
+0x7372 clear_data_rest
+0x7375 store_aes_result
+0x7377 send_aes_result_loop
+0x737c store_enc_data
+0x7382 store_enc_loop
+0x738a store_enc_byte
+0x738e compare_res
+0x7390 compare_res_loop
+0x7396 enable_authrom
+0x739a disable_authrom
+0x739e init_memp
+0x73f5 init_memp_256
+0x7447 publickey_init
+0x7448 sp_calc_sequence_256_check
+0x7450 stop_publickey_calc_256
+0x7452 sp_clear_flags
+0x745b sp_calc_check_publickey_256
+0x7476 sp_calc_b256
+0x748c random_generator
+0x7491 compare4
+0x749b compare4_failed
+0x749c compare4_success
+0x749d bn_testbit
+0x74a3 bn_eq_zero
+0x74a9 bn_eq_0
+0x74b2 bn_bigeq
+0x74b5 bn_bigeq_0
+0x74bf bn_add
+0x74c1 bn_add_0
+0x74cd bn_sub
+0x74cf bn_sub_0
+0x74db bn_rshift6
+0x74dd bn_rshift
+0x74de bn_rshift_0
+0x74e9 bn_lshift
+0x74eb bn_lshift_0
+0x74f6 bn_load
+0x74f7 bn_load_0
+0x74fc sp_initialize_256
+0x74ff sc_reset
+0x7502 sp_wait_pubkey_calc_256_done
+0x7508 sp_debug_private_256
+0x751d sp_pubkey_calc_256
+0x7536 sp_pubkey_generated_256
+0x753c sp_dhkey_calc_256
+0x754c sp_dhkey_generated_256
+0x7552 sp_calc_sequence_256
+0x755c sp_calc_sequence_done_256
+0x7562 eckp_calc_256
+0x756a eckp_calc_init_256
+0x756d eckp_calc_init_256_1
+0x7577 ecunmapz_256
+0x7589 ecdbl_256
+0x75da ecadd_256
+0x7646 bn_invmod_256
+0x7654 bn_invmod_256_2
+0x766f bn_invmod_256_1
+0x767d bn_invmod_256_0
+0x7684 bn_mulmod_256
+0x7692 bn_mulmod_256_1
+0x7698 bn_mulmod_256_0
+0x76ad bn_p256mod
+0x7716 bn_load_mem
+0x771a bn_load_256
+0x771c bn_sqrmod_256
+0x771e bn_add_256
+0x7720 bn_addmod_256
+0x7723 bn_lshiftmod_256
+0x7724 bn_lshiftmod_ismod_256
+0x772d bn_lshiftmod_p_256
+0x7735 sub_p2_256
+0x7739 bn_submod_256
+0x7743 bn_submod_256_np
+0x774c bn_sub_256
+0x774e bn_rshift_256
+0x7751 bn_lshift_256
+0x7754 bn_bigeq_256
+0x7758 bn_eq_zero_256
+0x775b bn_rshifteven_256
+0x775c bn_rshifteven_256_1
+0x776b bn_rshifteven_256_0
+0x776f ui_init
+0x7774 ui_dispatch
+0x7776 ui_button_init
+0x7780 ui_button_polling
+0x7786 ui_button_down
+0x7792 ui_button_up
+0x779c ui_button_check_long_press
+0x77a3 lpm_button_get_wake_lock
+0x77a5 lpm_button_clean_wake_lock
+0x77a7 calc_curr_struct_prt
+0x77ac ui_led_init_global
+0x77b1 ui_led_init_loop
+0x77b7 ui_led_init_set
+0x77ba ui_led_on_global
+0x77bf ui_led_blink_stop_global
+0x77bf ui_led_off_global
+0x77c4 ui_led_blink_start_global
+0x77ca ui_led_set_style_global
+0x77cf ui_led_dispatch
+0x77d2 ui_led_blink_polling
+0x77d8 ui_led_off_static
+0x77db ui_led_on_static
+0x77de ui_led_change_style_by_type
+0x77e7 ui_led_blink_state_lighting
+0x77f2 ui_led_blink_state_darking
+0x77fe ui_led_blink_infinite
+0x7802 ui_led_blink_timer_start
+0x7804 ui_led_stop_timer
+0x7806 ui_timer_timeout
+0x780a ui_timer_check
+0x7811 ui_timer_check_loop
+0x781b ui_timer_init
+0x781e ui_timer_check_end
+0x7824 ui_timer_check_send_evt
+0x7825 ui_ipc_get_lock
+0x7826 ui_ipc_get_lock_wait
+0x7829 ui_ipc_put_lock
+0x782b ui_ipc_send_event
+0x7834 ui_ipc_send_cmd
+0x783d ui_ipc_clean_all_fifo
+0x7841 check_51cmd
+0x784c check_51cmd_once
+0x7860 check_51cmd_once_continue
+0x7869 check_51cmd_check_idle
+0x786e check_51cmd_restore
+0x7870 check_51cmd_adv
+0x7876 check_51cmd_stop_adv
+0x787b check_51cmd_direct_adv
+0x7881 check_51cmd_stop_direct_adv
+0x7886 check_51cmd_le_disconnect
+0x788a check_51cmd_ble_update_connect_param
+0x788b check_51cmd_led_off
+0x788d check_51cmd_led_on
+0x788f check_51cmd_led_start_blink
+0x7896 check_51cmd_led_start_blink_in_blink
+0x7899 check_51cmd_le_start_con
+0x789c check_51cmd_start_scan
+0x789e check_51cmd_stop_scan
+0x78a1 check_51cmd_hibernate
+0x78a7 check_51cmd_hibernate_btn_disabled
+0x78a9 check_51cmd_le_smp_sec_req
+0x78aa ui_check_paring_button
+0x78ad queue_init
+0x78b2 queue_push
+0x78c2 calc_queue_next_ptr
+0x78ca queue_pop
+0x78dc queue_get_new_ele
+0x78eb queue_store_new_ele
+0x78fa queue_empty
+0x78fe queue_full
+0x7902 queue_get_size
+0x7906 usb_isr
+0x7912 usb_init
+0x7915 usb_init_restart
+0x792a usb_offline_check_init
+0x792c usb_offline_state
+0x7932 usb_init_param
+0x7964 usb_config_cb
+0x7966 usb_tx_interval_config
+0x796b usb_nak_state
+0x7973 usb_nak_state_judge
+0x7976 usb_nak_state_timer_init
+0x797b usb0_attached_state_judge
+0x7980 usb_clear_halt_dispose
+0x7986 usb_rx_no_data
+0x7989 usb_rx_len
+0x7993 usb_rx_data
+0x7994 usb_rx_read
+0x7999 usb_rx_ep13
+0x79a2 usb_rx
+0x79af usb_class_type
+0x79b6 usb_out_one_byte
+0x79ba usb_in_device
+0x79c2 usb_out_device
+0x79ca usb_in_standard_req
+0x79d0 usb_in_class_req
+0x79d5 usb_in_manufacturer_req
+0x79d6 usb_out_standard_req
+0x79de usb_out_class_req
+0x79e3 usb_out_manufacturer_req
+0x79e4 usb0_force_stall
+0x79e9 usb0_reply_zerolen
+0x79eb usb0_request_get_configuration
+0x79fd usb0_request_get_cfg_dev_cfg
+0x79ff usb0_request_get_cfg_dev_addr
+0x7a01 usb0_request_get_descriptor
+0x7a09 dsc_hid_info
+0x7a0e dsc_hid_info_interface0
+0x7a11 dsc_hid_info_interface1
+0x7a14 dsc_device_info
+0x7a18 dsc_info_set_data_len
+0x7a1d dsc_info_set_initial_data_len
+0x7a1e dsc_info_set_data_size_completed
+0x7a23 dsc_info_set_current_data_len
+0x7a25 usb_set_high_addr
+0x7a29 usb0_set_addr
+0x7a2d dsc_config_info
+0x7a30 dsc_string_info
+0x7a3e dsc_hid_report_info
+0x7a42 dsc_hid_report_info0
+0x7a46 usb0_request_get_interface
+0x7a58 usb0_request_get_status
+0x7a69 usb0_sdsystem_dispose
+0x7a6b usb0_get_status_in_device
+0x7a70 usb_send_zero_packet
+0x7a72 usb_send_ones_packet
+0x7a74 usb_send_two_packet
+0x7a76 usb0_get_status_in_interface
+0x7a7a usb0_get_status_in_endpoint
+0x7a83 usb0_get_status_in_ep_in_ep0
+0x7a84 usb0_get_status_in_ep_in_ack
+0x7a87 usb0_get_status_in_ep_in_ep1
+0x7a89 usb0_get_status_in_ep_in_ep2
+0x7a8b usb0_get_status_in_ep_in_ep3
+0x7a8d usb_get_idle
+0x7a91 usb_get_report
+0x7a95 usb_get_report_dispose
+0x7a98 usb_get_report_send_data
+0x7a9c usb_get_report_data_release
+0x7a9f usb_get_report_data_success
+0x7aa2 usb_get_protocol_req
+0x7aaa usb_get_report_protocol
+0x7aab usb_get_boot_protocol
+0x7aac usb0_request_clear_feature
+0x7abb usb0_request_clear_feature_out_device
+0x7ac8 usb0_request_clear_feature_out_interface
+0x7ac9 usb0_request_clear_feature_out_endpoint
+0x7ad2 usb0_force_stall_ep0_in_off
+0x7ad4 usb0_force_stall_ep1_in_off
+0x7ad5 usb0_force_stall_ep1_in_off_reply
+0x7ad7 usb0_force_stall_ep2_in_off
+0x7ad9 usb0_force_stall_ep3_in_off
+0x7adb usb0_request_set_feature
+0x7ae4 usb0_request_set_feature_out_device
+0x7aee usb_wakeup_timer_reinit
+0x7af2 usb0_request_set_feature_out_interface
+0x7af3 usb0_request_set_feature_out_endpoint
+0x7afe usb0_force_stall_ep0_in_on
+0x7b00 usb0_force_stall_ep1_in_on
+0x7b02 usb0_force_stall_ep2_in_on
+0x7b04 usb0_force_stall_ep3_in_on
+0x7b06 usb0_request_set_address
+0x7b17 usb_usb0_state_set_dev_default
+0x7b18 usb0_request_set_wait_address
+0x7b1d usb_usb0_state_set_dev_addr
+0x7b1f usb0_request_set_configuration
+0x7b34 usb0_request_set_cfg_addr_state
+0x7b34 usb0_request_set_cfg_cfg_state
+0x7b38 usb0_request_set_cfg_stay_addr_state
+0x7b3a usb0_request_set_interface
+0x7b4b usb_set_idle
+0x7b59 usb_clear_remote_wakeup_set0
+0x7b5d usb_set_report
+0x7b6a usb_get_led_status
+0x7b6e usb_set_report_resume_judge
+0x7b7c usb_set_protocol_req
+0x7b82 usb_set_boot_protocol
+0x7b85 usb_set_report_protocol
+0x7b89 usb0_respond_length
+0x7b8b usb0_respond
+0x7b90 usb0_respond_nostr
+0x7b94 usb_no_respond_data
+0x7b96 usb0_tx
+0x7ba4 usb0_tx_short
+0x7ba8 usb0_tx_info
+0x7bba usb0_tx_nostr
+0x7bbc usb0_tx0
+0x7bc1 usb0_tx1
+0x7bcf usb_tx_ep1
+0x7bd2 usb_tx_buf
+0x7bd4 usb_tx_loop
+0x7bd7 usb_trig
+0x7bdb usb_tx_ep2
+0x7bdf usb_tx
+0x7bee usb_tx_data_ep1
+0x7bf9 usb_tx_data_ep2
+0x7c06 usb_tx_fifo_release
+0x7c09 usb_tx_ms_data
+0x7c11 usb_tx_ms_data_mac_boot_mode
+0x7c12 usb_tx_ms_data_mac_boot_regroup
+0x7c20 usb_tx_ms_data_normal_mode
+0x7c21 usb_tx_mac_boot_ms_regroup_r_or_lrkey
+0x7c24 usb_tx_kb_multikey_data
+0x7c28 usb_tx_kb_normal_data
+0x7c2c usb_tx_kb_systemkey_data
+0x7c30 usb_inwake_state_tx_dispose
+0x7c33 usb_mac_wakeup_trig
+0x7c38 usb_mac_wakeup_judge
+0x7c3c usb_mac_wakeup
+0x7c40 usb_windows_wakeup
+0x7c43 usb_wakeup
+0x7c49 push_stack
+0x7c51 push_stack_rega_b_c
+0x7c55 pop_stack
+0x7c60 pop_stack_rega_b_c
+0x7c64 get_contw
+0x7c67 get_contr
+0x7c6a store_contw
+0x7c6d store_contr
+0x7c70 save_cont_pointers
+0x7c75 load_cont_pointers
+0x7c7a get_diff
+0x7c80 memcpy96
+0x7c81 memcpy64
+0x7c83 memcpy12
+0x7c84 memcpy4
+0x7c86 memcpy3
+0x7c89 memcpy8
+0x7c8c memcpy48
+0x7c8d memcpy32
+0x7c8e memcpy24
+0x7c8f memcpy16
+0x7c91 delay
+0x7c95 delay_10ms
+0x7c96 delay_ms_wait
+0x7c99 memset0_16
+0x7c9a memset0_8
+0x7c9b memset0_4
+0x7c9d clear_mem_256
+0x7c9f clear_mem_512
+0x7ca1 clear_mem
+0x7ca3 memset0
+0x7ca6 clear_temp_block
+0x7ca9 xor_loop
+0x7cb1 inverse_data
+0x7cb8 inverse_loop
+0x7cc0 le2be_6byte
+0x7cc0 inverse_data_6byte
+0x7cc6 le2be_4byte
+0x7cc6 inverse_data_4byte
+0x7ccc memcpy_fast
+0x7ccf memcpy_fast_loop
+0x7cd4 memcpy_fast_loop_four
+0x7cda memcpy
+0x7cdc memcpy_loop
+0x7ce0 timer_stop
+0x7ce1 timer_init
+0x7cea timer_check_timeout
+0x7cee timer_reinit
+0x7cef timer_check
+0x7cfa timer_loop
+0x7cfe timer_counting
+0x7d05 clk_add
+0x7d10 clk_diff_rt
+0x7d12 clk_diff
+0x7d17 clk_diff_pos
+0x7d1f clk2rt
+0x7d25 clk2lpo
+0x7d2c clk2bt
+0x7d33 string2dec_from_uart
+0x7d34 string2dec_from_uart_done
+0x7d3f uchar2dialog
+0x7d48 uchar2dialog_number
+0x7d4b uchar2dialog_a2f
+0x7d4e right_shift_n
+0x7d50 right_shift_n_loop
+0x7d53 left_shift_n
+0x7d56 left_shift_n_loop
+0x7d59 calc_average
+0x7d5b calc_average_loop
+0x7d5f get_div_result
+0x7d62 wait_div_end
+0x7d64 compare_loop
+0x7d64 string_compare
+0x7d6c ceiling
+0x7d70 swap
+0x7d74 clean_smem
+0x7d76 clean_xmem
+0x7d77 clean_mem
+0x7d79 callback_func
+0x7d7b ice_break_disable_wdt
+0x7d7c ice_break
+0x7d7e ice_setbp
+0x7d83 ice_setbp2
+0x7d88 ice_set_write_bp
+0x7d8b fifo_in
+0x7d91 fifo_in_push
+0x7d97 fifo_out
+0x7d9b fifo_out_loop
+0x7da0 fifo_out_end
+0x7da3 fifo_is_empty
+0x7da5 fifo_is_full
+0x7da7 fifo_is_near_full
+0x7da9 fifo_content_count
+0x7daa fifo_content_count_loop
+0x7db0 not_greater_than
+0x7db2 copy_temp2pdata
+0x7db4 disable_positive
+0x7db6 enable_positive
+0x7db6 disable_zero
+0x7db8 enable_zero
+0x7dba enable_user
+0x7dbc disable_user
+0x7dbe enable_user2
+0x7dc0 disable_user2
+0x7dc2 enable_user7
+0x7dc4 disable_true
+0x7dc6 enable_true
+0x7dc8 disable_blank
+0x7dca enable_blank
+0x7dca set_pdata_0
+0x7dcc cal_sum
+0x7dce cal_sum_loop
+0x7dd2 reverse_byte
+0x7dd8 reverse_loop
+0x7ddd lshift14
+0x7dde rshift2
+0x7de0 lshift6
+0x7de2 clear_wake
+0x7de7 generate_random
+0x7de8 generate_random_loop
Index: format/rom.format
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/rom.format	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/format/rom.format	(working copy)
@@ -0,0 +1,8229 @@
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x8a TX_POWER_F10DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0x9f TX_POWER_F35DB
+0xa0 TX_POWER_F40DB
+0xa1 TX_POWER_F45DB
+0xa2 TX_POWER_F50DB
+0xa3 TX_POWER_F55DB
+0xa4 TX_POWER_F60DB
+0xaa TX_POWER_FACTORY
+)
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	/* 3.0 only */
+	
+	/* le only */
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+83 context_size
+1 context_num
+)
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+(
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+
+/* 24Mhz clock setting */
+ifdef CLK24M
+0x1c86 param_tx_setup
+0x0c00 param_rf_setup
+0x0c00 param_conn_access 
+0x1a00 param_rx_setup
+0x0776 param_clke_cal
+0x0a00 param_pll_setup
+4000 param_dpll_start_delay
+7500 param_halfclk
+60084 param_halfclk_neg
+-60084 param_halfclk_neg1
+else
+/* 12Mhz clock setting */
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+endif
+
+110 param_lpm_fix
+10 param_lpo_extra
+200 param_lpm_adjmax
+
+-1 param_hibernate_clks
+
+ifdef SIM
+1 param_chgpump_delay_100us
+6 param_chgpump_delay_500us
+12 param_chgpump_delay_1ms
+else
+1000 param_chgpump_delay_100us
+6000 param_chgpump_delay_500us
+12000 param_chgpump_delay_1ms
+endif
+
+
+0x000a04 param_lmp_version
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+39 param_fcomp_div
+2 param_fcomp_mul
+
+)
+(
+0        always        /* always 1 */
+1        true          /* set/rstn by verify,compare,icompare (true) */
+2        positive      /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output >= 0 */
+3        timeout       /* read only, the timeout from timers */
+4        init_adpcm
+5        zero          /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output == 0 */
+6        crc_failed    /* level, cleared by hop_start */
+7        enable_white  /* outside mux decide whether to load bt_clk or response_X */
+8        enable_parity /* level */
+9        enable_crc    /* level */
+10       enable_hec    /* level */
+11       decode_fec1   /* level */
+12       decode_fec2   /* level */
+13       decode_fec0   /* level */
+14       encrypt       /* level */
+15       crc16       /* for caculate ccitt crc16 */
+16       swfine	/* =0 stop_watch count based on oneslot =1 on 1 clock */
+20       rqst_freq    /* pulse, to start calculating frequency */
+21       recalc        /* pulse, to recalculate the fhs_parity */
+22       init_encrypt  /* pulse, issued to initialize encrption */
+23       mhalfbnd    /* half slot boundary of clke_rt, or when clke_bt[0] toggles */
+24       sync          /* sync found as a result of correlation,set/rstn by correlate opcode */
+25       user10    /* user10 */
+26       kc_p_activate  /* pulse to recalc the kc_p */
+27       encode_fec1   /* level */
+28       encode_fec2   /* level */
+29       encode_fec0   /* level */
+30       packet_end    /* pulse */
+32       is_tx         /* level */
+33       is_rx         /* level */
+34       halfslot     /* pulse, read only, when clkn_bt[0] toggles */
+35       oneslot      /* pulse, read only, when clkn_bt[1] toggles */
+36       mslotbnd     /* pulse, read only, when clke_bt[1] toggles */
+37       expire       /* level, read only, when selected clock source exceed timeup value */
+38       meet         /* level, read only, when selected clock source meet timeup value */
+39       tx_clear     /* level, read only, indicate tx pipe is cleared */
+40       user         /* user0 */
+41       master        /* user1 */
+42       rxon         /* user2 */
+43       wake           /* user3 */
+44       user2        /* user4 */
+45       match         /* user5 */
+46       attempt        /* user6 */
+47       user3          /* user7 */
+48       clknt         /* user8 */
+49	   user7 	/* user9 */
+50       synchronize   /* synchronize lpo and regular version of the clock */
+51       lpo_edge  /* read only, 3 clocks after risling edge of lpo clock */
+52       blank         /* C0 only, means pdata == 0 */
+53       modone          /* set divide operation is done */
+55       aes_ready	/* set when aes is ok */
+56       encode_fec3   /* level */
+57       dewhiten_code_calc   /* dewhiten code calculate */
+58       lr_s2en       /* long range s2 enable */
+60	   ble_coded_info	//1:s2 0:s8
+63       never         /* read only, always 0 */
+)
+default flag = always
+(
+0        mark   /* for keeping strobes, more permanent */
+1        type   /* save and verify during rx */     /* rw */
+2        temp   /* general purpose register, 64 bits */
+3        contu  /* contr uart */
+3	 contru	/*contr uart*/
+3	 contwu	/*contw uart*/
+4        am_addr      /* verify during rx, read and send during tx */ /* ro */
+5        contw        /* last mem_addr during write */
+6        contr        /* last mem_addr during read */
+7        queue    /* the index of qset*,qisolate* commands, ie, if queue = 3, qset/qisolate operate on bit3 */
+8        debug    /* can be wired out for observation */
+9        access   /* the 72 bit access word */
+10       contus   /* contw uart */
+11       timeup        /* when does certain counter expire */
+12       pwindow       /* bit 71-61 of pdata; because on rx, bits shifts in from 71 down */
+13       fhs_parity    /* re-gernated based on bt_adr( {nap,uap,lap} ) when recalc flag is pulsed */
+14       white_init    /* init value of the whitening */
+15       crc24_init        /* init crc24 lfsr, 24 bits */
+16       contue    /* set interrupts, 40 bits */
+17       rega          /* general purpose register, 32 bits */
+18       regb          /* general purpose register, 32 bits */
+19       regc          /* general purpose register, 17 bits */
+20       regab         /* concat of {rega,regb}, thus 64 bits */
+21       radio_ctrl   /* radio i/f direct i/o ctrl, check following "radio_ctrl" section */
+
+23       freq_index   /* 7 bit read only */
+24       regd    /* 32 bit regext[1,0] */
+25       clkn              /* {clkn_bt, clkn_rt} */
+26       clke              /* {clke_bt, clke_rt} */
+27       stop_watch		
+28       fhs_misc   /* SR, SP, pscan mode */
+29       fhs_class  /* class field in fhs */
+30       fhs0   /* read only, bit 0-71 of fhs word */
+31       fhs1   /* read only, bit 72-142 of fhs word */
+32       bt_adr /* r/w, the bt_addr to access gen and freq hopping, contain only lap and uap */
+33       bt_clk /* r/w, the bt_clk for freq hopping */
+34       clkn_bt  /* read only, native bluetooth clock, free running 3.2KHz  or controlled by RTHALFSLOT register */
+35       clkn_rt  /* read only, native realtime clock, free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+36       freq_mode
+37       xin   /* x parameter, read only */
+38       N_tx_slot /* the N factor in equations for Xi,Xp,Xprm,Xprs */
+39 	   auxcnt
+40       clke_bt  /* r/w,  external bluetooth clock , free running 3.2KHz or controlled by RTHALFSLOT register */
+41       clke_rt  /* r/w,  external realtime clock, , free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+42       branch_addr	/* last branch address */
+43       rege         /* 64bit regext[3,2] */
+44       lap
+45       uap
+46       nap         
+47       regext		/* r/w extended 12x32bit registers,  indexed by regext_index */
+48       alarm             /* r/w, lpo wake up time, this is also how lpo and current clock keep sync */
+49       lpo_time          /* read only, this is the value to be copied back to clkn/clke after wakeup */
+50       kc_ls             /* secret key,                71: 0 */
+51       kc_ms             /* secret key,               127:72 */
+52       g1l               /* encryption length                */
+53		mask3ff		/* for mask 0x3ff operation */
+54       aes_ctrl		
+55       regf			/* 64bit regext[5,4] */
+56       regext_index   /* index of regext */
+57	     loopcnt
+58      stack			/* current return address */
+59       stack_ptr		/* stack depth */
+61         pc /* direct goto */
+62       null              /* to nowhere */
+63       pdata /* the shift register */
+)
+default reg = pdata
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+(
+1 txf
+3 demod
+)
+default source = 0
+(
+5  mark_loopback
+9  mark_context
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+50 mark_ble_encryption
+51 mark_first_packet
+)
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+(
+0 le_adv_interval_timer
+2 le_scan_interval_timer
+9 key_scan_timer
+7 smp_pairing_timer
+11  ui_led_blink  
+
+8 G24_TIMER_NODATA
+13 G24_TIMER_MS_BLANK
+12 G24_TIMER_KB_MUL_BLANK
+10 G24_TIMER_KB_SYS_CRTL_BLANK
+14 G24_TIMER_KB_BLANK
+
+1 USB_TIMER_NAK
+15 USB_TIMER_WAKEUP
+)
+(
+
+27 hci_cmd_le_create_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+)
+(
+0 mode_le
+1 mode_master
+)
+(
+0 state_inconn
+1 state_insniff
+)
+(
+3 op_disconn
+)
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x10 XTAL_16M
+)
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+(
+0x050e COMPANY_ID_YICHIP
+)
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+(
+0 bt_disabled
+1 ble_disabled
+2 module_disable
+)
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+15000 param_sifs
+)
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+	(
+	0X20 SPACE	
+	)
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+5 lemode_2m
+6 lemode_lr
+7 lemode_lr_s8
+
+0x20 mode_2m
+0x40 mode_lr_s2
+0xc0 mode_lr_s8
+
+)
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+(
+0x00 LLID_RESERVED
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+(
+0xa0 param_le_sca
+)
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+(
+23 ATT_DEFAULT_MTU 
+)
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+(
+0 ERR_NULL
+1 ERR_SYNC_TO
+2 ERR_HEC
+3 ERR_LR_LEN
+4 ERR_TYPE
+5 ERR_LEN_OVER
+6 ERR_CRC
+)
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+)
+(
+5 BIND_MODE_CONTINUE
+)
+(
+0 bit_ack_24g
+)
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+(
+0x50 RSSI_THRESH_NOISE
+)
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+)
+(//mem_24g_transmit_by_interrupt
+1 G24_TX_TIMER_INT_ENABLE
+0 G24_TX_TIMER_INT_DISABLE
+)
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+(//status codes
+0 STATUS_CODE_SUCCESS
+)
+(
+0xD0 VENDOR_MESSAGE_ATTR_GET
+0xD1 VENDOR_MESSAGE_ATTR_SET
+0xD2 VENDOR_MESSAGE_ATTR_SET_UNACKNOWLEDGED
+0xD3 VENDOR_MESSAGE_ATTR_STATUS
+0xD4 VENDOR_MESSAGE_ATTR_INDICATION
+0xD5 VENDOR_MESSAGE_ATTR_CONFIRMATION
+0xCF VENDOR_MESSAGE_TRANSPARENT_MSG
+)
+(//configuration message and health message opcode
+0x80 MESH_CONFIGURATION_AND_HEALTH_MESSAGE_OPCODE_HEADER
+
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_ADD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_UPDATE
+0x02 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_STATUS
+0x03 MESH_MESSAGE_OPCODE_CONFIG_CONFIG_MODEL_PUBLICATION_SET
+0x04 MESH_MESSAGE_OPCODE_HEALTH_CURRENT_STATUS
+0x05 MESH_MESSAGE_OPCODE_HEALTH_FAULT_STATUS
+0x06 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_STATUS
+0x00 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_DELETE_NO_HEAD
+0x01 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_GET_NO_HEAD
+0x02 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_LIST_NO_HEAD
+0x03 MESH_MESSAGE_OPCODE_CONFIG_APPKEY_STATUS_NO_HEAD
+0x04 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_GET_NO_HEAD
+0x05 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_NO_HEAD
+0x06 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_SET_UNACKNOWLEDGED_NO_HEAD
+0x07 MESH_MESSAGE_OPCODE_HEALTH_ATTENTION_STATUS_NO_HEAD
+0x08 MESH_MESSAGE_OPCODE_CONFIG_COMPOSITION_DATA_GET_NO_HEAD
+0x09 MESH_MESSAGE_OPCODE_CONFIG_BEACON_GET_NO_HEAD
+0x0A MESH_MESSAGE_OPCODE_CONFIG_BEACON_SET_NO_HEAD
+0x0B MESH_MESSAGE_OPCODE_CONFIG_BEACON_STATUS_NO_HEAD
+0x0C MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_GET_NO_HEAD
+0x0D MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_SET_NO_HEAD
+0x0E MESH_MESSAGE_OPCODE_CONFIG_DEFAULT_TTL_STATUS_NO_HEAD
+0x0F MESH_MESSAGE_OPCODE_CONFIG_FRIEND_GET_NO_HEAD
+0x10 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_SET_NO_HEAD
+0x11 MESH_MESSAGE_OPCODE_CONFIG_FRIEND_STATUS_NO_HEAD
+0x12 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_GET_NO_HEAD
+0x13 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_SET_NO_HEAD
+0x14 MESH_MESSAGE_OPCODE_CONFIG_GATT_PROXY_STATUS_NO_HEAD
+0x15 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_GET_NO_HEAD
+0x16 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_SET_NO_HEAD
+0x17 MESH_MESSAGE_OPCODE_CONFIG_KEY_REFRESH_PHASE_STATUS_NO_HEAD
+0x18 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_GET_NO_HEAD
+0x19 MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_STATUS_NO_HEAD
+0x1A MESH_MESSAGE_OPCODE_CONFIG_MODEL_PUBLICATION_VIRTUAL_ADDRESS_SET_NO_HEAD
+0x1B MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_NO_HEAD
+0x1C MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_NO_HEAD
+0x1D MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_DELETE_ALL_NO_HEAD
+0x1E MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_OVERWRITE_NO_HEAD
+0x1F MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_STATUS_NO_HEAD
+0x20 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_ADD_NO_HEAD
+0x21 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_DELETE_NO_HEAD
+0x22 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_OVERWRITE_NO_HEAD
+0x23 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_GET_NO_HEAD
+0x24 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_SET_NO_HEAD
+0x25 MESH_MESSAGE_OPCODE_CONFIG_NETWORK_TRANSMIT_STATUS_NO_HEAD
+0x26 MESH_MESSAGE_OPCODE_CONFIG_RELAY_GET_NO_HEAD
+0x27 MESH_MESSAGE_OPCODE_CONFIG_RELAY_SET_NO_HEAD
+0x28 MESH_MESSAGE_OPCODE_CONFIG_RELAY_STATUS_NO_HEAD
+0x29 MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2A MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2B MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_GET_NO_HEAD
+0x2C MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_SUBSCRIPTION_LIST_NO_HEAD
+0x2D MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_GET_NO_HEAD
+0x2E MESH_MESSAGE_OPCODE_CONFIG_LOW_POWER_NODE_POLLTIMEOUT_STATUS_NO_HEAD
+0x2F MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_NO_HEAD
+0x30 MESH_MESSAGE_OPCODE_HEALTH_FAULT_CLEAR_UNACKNOWLEDGED_NO_HEAD
+0x31 MESH_MESSAGE_OPCODE_HEALTH_FAULT_GET_NO_HEAD
+0x32 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_NO_HEAD
+0x33 MESH_MESSAGE_OPCODE_HEALTH_FAULT_TEST_UNACKNOWLEDGED_NO_HEAD
+0x34 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_GET_NO_HEAD
+0x35 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_NO_HEAD
+0x36 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_SET_UNACKNOWLEDGED_NO_HEAD
+0x37 MESH_MESSAGE_OPCODE_HEALTH_PERIOD_STATUS_NO_HEAD
+0x38 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_GET_NO_HEAD
+0x39 MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_PUBLICATION_SET_NO_HEAD
+0x3A MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_GET_NO_HEAD
+0x3B MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_SET_NO_HEAD
+0x3C MESH_MESSAGE_OPCODE_CONFIG_HEARTBEAT_SUBSCRIPTION_STATUS_NO_HEAD
+0x3D MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_BIND_NO_HEAD
+0x3E MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_STATUS_NO_HEAD
+0x3F MESH_MESSAGE_OPCODE_CONFIG_MODEL_APP_UNBIND_NO_HEAD
+0x40 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_ADD_NO_HEAD
+0x41 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_DELETE_NO_HEAD
+0x42 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_GET_NO_HEAD
+0x43 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_LIST_NO_HEAD
+0x44 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_STATUS_NO_HEAD
+0x45 MESH_MESSAGE_OPCODE_CONFIG_NETKEY_UPDATE_NO_HEAD
+0x46 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_GET_NO_HEAD
+0x47 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_SET_NO_HEAD
+0x48 MESH_MESSAGE_OPCODE_CONFIG_NODE_IDENTITY_STATUS_NO_HEAD
+0x49 MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_NO_HEAD
+0x4A MESH_MESSAGE_OPCODE_CONFIG_NODE_RESET_STATUS_NO_HEAD
+0x4B MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_GET_NO_HEAD
+0x4C MESH_MESSAGE_OPCODE_CONFIG_SIG_MODEL_APP_LIST_NO_HEAD
+0x4D MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_GET_NO_HEAD
+0x4E MESH_MESSAGE_OPCODE_CONFIG_VENDOR_MODEL_APP_LIST_NO_HEAD
+0xF2 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_OW_NO_HEAD   //overwrite
+0xF3 MESH_MESSAGE_OPCODE_CONFIG_MODEL_SUBSCRIPTION_ADD_OW_STATUS
+)
+(//Modle message opcode
+0x82 MESH_MODULE_MESSAGE_OPCODE_HEADER
+
+0x01 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_GET_NO_HEAD
+0x02 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_NO_HEAD
+0x03 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x04 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONOFF_STATUS_NO_HEAD
+0x05 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_GET_NO_HEAD
+0x06 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_NO_HEAD
+0x07 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x08 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LEVEL_STATUS_NO_HEAD
+0x09 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_NO_HEAD
+0x0A MESH_MODULE_MESSAGE_OPCODE_GENERIC_DELTA_SET_UNACKNOWLEDGED_NO_HEAD
+0x0B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_NO_HEAD
+0x0C MESH_MODULE_MESSAGE_OPCODE_GENERIC_MOVE_SET_UNACKNOWLEDGED_NO_HEAD
+0x0D MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_GET_NO_HEAD
+0x0E MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_NO_HEAD
+0x0F MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_SET_UNACKNOWLEDGED_NO_HEAD
+0x10 MESH_MODULE_MESSAGE_OPCODE_GENERIC_DEFAULT_TRANSITION_TIME_STATUS_NO_HEAD
+0x11 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_GET_NO_HEAD
+0x12 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_STATUS_NO_HEAD
+0x13 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_NO_HEAD
+0x14 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ONPOWERUP_SET_UNACKNOWLEDGED_NO_HEAD
+0x15 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_GET_NO_HEAD
+0x16 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_NO_HEAD
+0x17 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_SET_UNACKNOWLEDGED_NO_HEAD
+0x18 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LEVEL_STATUS_NO_HEAD
+0x19 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_GET_NO_HEAD
+0x1A MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_LAST_STATUS_NO_HEAD
+0x1B MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_GET_NO_HEAD
+0x1C MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_STATUS_NO_HEAD
+0x1D MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_GET_NO_HEAD
+0x1E MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_STATUS_NO_HEAD
+0x1F MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_NO_HEAD
+0x20 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x21 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_NO_HEAD
+0x22 MESH_MODULE_MESSAGE_OPCODE_GENERIC_POWER_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x23 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_GET_NO_HEAD
+0x24 MESH_MODULE_MESSAGE_OPCODE_GENERIC_BATTERY_STATUS_NO_HEAD
+0x25 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_GET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_STATUS
+0x26 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_GET_NO_HEAD
+0x27 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET
+0x42 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_GLOBAL_SET_UNACKNOWLEDGED
+0x28 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_NO_HEAD
+0x29 MESH_MODULE_MESSAGE_OPCODE_GENERIC_LOCATION_LOCAL_SET_UNACKNOWLEDGED_NO_HEAD
+0x2A MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_GET_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTIES_STATUS
+0x2B MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_GET_NO_HEAD
+0x44 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET
+0x45 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_SET_UNACKNOWLEDGED
+0x46 MESH_MODULE_MESSAGE_OPCODE_GENERIC_MANUFACTURER_PROPERTY_STATUS
+0x2C MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_GET_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTIES_STATUS
+0x2D MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_GET_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET
+0x49 MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_SET_UNACKNOWLEDGED
+0x4A MESH_MODULE_MESSAGE_OPCODE_GENERIC_ADMIN_PROPERTY_STATUS
+0x2E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_GET_NO_HEAD
+0x4B MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTIES_STATUS
+0x2F MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET
+0x4D MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_SET_UNACKNOWLEDGED
+0x4E MESH_MODULE_MESSAGE_OPCODE_GENERIC_USER_PROPERTY_STATUS
+0x4F MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_GET
+0x50 MESH_MODULE_MESSAGE_OPCODE_GENERIC_CLIENT_PROPERTIES_STATUS
+0x30 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_GET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_SENSOR_DESCRIPTOR_STATUS
+0x31 MESH_MODULE_MESSAGE_OPCODE_SENSOR_GET_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_SENSOR_STATUS
+0x32 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_GET_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_SENSOR_COLUMN_STATUS
+0x33 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SERIES_STATUS
+0x34 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_GET_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET
+0x56 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_SET_UNACKNOWLEDGED
+0x57 MESH_MODULE_MESSAGE_OPCODE_SENSOR_CADENCE_STATUS
+0x35 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTINGS_STATUS
+0x36 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_GET_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET
+0x5A MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_SET_UNACKNOWLEDGED
+0x5B MESH_MODULE_MESSAGE_OPCODE_SENSOR_SETTING_STATUS
+0x37 MESH_MODULE_MESSAGE_OPCODE_TIME_GET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_TIME_SET
+0x5D MESH_MODULE_MESSAGE_OPCODE_TIME_STATUS
+0x38 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_GET_NO_HEAD
+0x39 MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_SET_NO_HEAD
+0x3A MESH_MODULE_MESSAGE_OPCODE_TIME_ROLE_STATUS_NO_HEAD
+0x3B MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_GET_NO_HEAD
+0x3C MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_SET_NO_HEAD
+0x3D MESH_MODULE_MESSAGE_OPCODE_TIME_ZONE_STATUS_NO_HEAD
+0x3E MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_GET_NO_HEAD
+0x3F MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_SET_NO_HEAD
+0x40 MESH_MODULE_MESSAGE_OPCODE_TAI_UTC_DELTA_STATUS_NO_HEAD
+0x41 MESH_MODULE_MESSAGE_OPCODE_SCENE_GET_NO_HEAD
+0x42 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_NO_HEAD
+0x43 MESH_MODULE_MESSAGE_OPCODE_SCENE_RECALL_UNACKNOWLEDGED_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_SCENE_STATUS
+0x44 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_GET_NO_HEAD
+0x45 MESH_MODULE_MESSAGE_OPCODE_SCENE_REGISTER_STATUS_NO_HEAD
+0x46 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_NO_HEAD
+0x47 MESH_MODULE_MESSAGE_OPCODE_SCENE_STORE_UNACKNOWLEDGED_NO_HEAD
+0x9E MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_NO_HEAD
+0x9F MESH_MODULE_MESSAGE_OPCODE_SCENE_DELETE_UNACKNOWLEDGED_NO_HEAD
+0x48 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_GET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_STATUS
+0x49 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_GET_NO_HEAD
+0x4A MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_STATUS_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET
+0x61 MESH_MODULE_MESSAGE_OPCODE_SCHEDULER_ACTION_SET_UNACKNOWLEDGED
+0x4B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LIGHT_LIGHTNESS_GET_NO_HEAD
+0x4C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_NO_HEAD
+0x4D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED_NO_HEAD
+0x4E MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_STATUS_NO_HEAD
+0x4F MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_GET_NO_HEAD
+0x50 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_NO_HEAD
+0x51 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_SET_UNACKNOWLEDGED_NO_HEAD
+0x52 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LINEAR_STATUS_NO_HEAD
+0x53 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_GET_NO_HEAD
+0x54 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_LAST_STATUS_NO_HEAD
+0x55 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_GET_NO_HEAD
+0x56 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_STATUS_NO_HEAD
+0x57 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_GET_NO_HEAD
+0x58 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_STATUS_NO_HEAD
+0x59 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_NO_HEAD
+0x5A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x5B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_NO_HEAD
+0x5C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LIGHTNESS_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x5D MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_GET_NO_HEAD
+0x5E MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_NO_HEAD
+0x5F MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_SET_UNACKNOWLEDGED_NO_HEAD
+0x60 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_STATUS_NO_HEAD
+0x61 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_GET_NO_HEAD
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_STATUS_NO_HEAD
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_NO_HEAD
+0x65 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_SET_UNACKNOWLEDGED_NO_HEAD
+0x66 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_STATUS_NO_HEAD
+0x67 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_GET_NO_HEAD
+0x68 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_STATUS_NO_HEAD
+0x69 MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_NO_HEAD
+0x6A MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x6B MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_NO_HEAD
+0x6C MESH_MODULE_MESSAGE_OPCODE_LIGHT_CTL_TEMPERATURE_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x6D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_GET_NO_HEAD
+0x6E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_GET_NO_HEAD
+0x6F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_NO_HEAD
+0x70 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_SET_UNACKNOWLEDGED_NO_HEAD
+0x71 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_HUE_STATUS_NO_HEAD
+0x72 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_GET_NO_HEAD
+0x73 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_NO_HEAD
+0x74 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_SET_UNACKNOWLEDGED_NO_HEAD
+0x75 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SATURATION_STATUS_NO_HEAD
+0x76 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_NO_HEAD
+0x77 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_SET_UNACKNOWLEDGED_NO_HEAD
+0x78 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_STATUS_NO_HEAD
+0x79 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_GET_NO_HEAD
+0x7A MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_TARGET_STATUS_NO_HEAD
+0x7B MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_GET_NO_HEAD
+0x7C MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_STATUS_NO_HEAD
+0x7D MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_GET_NO_HEAD
+0x7E MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_STATUS_NO_HEAD
+0x7F MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_NO_HEAD
+0x80 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x81 MESH_MODULE_MESSAGE_OPCODE_LIGHT_HSL_RANGE_SET_NO_HEAD
+0x83 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_GET_NO_HEAD
+0x84 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_NO_HEAD
+0x85 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_SET_UNACKNOWLEDGED_NO_HEAD
+0x86 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_STATUS_NO_HEAD
+0x87 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_GET_NO_HEAD
+0x88 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_TARGET_STATUS_NO_HEAD
+0x89 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_GET_NO_HEAD
+0x8A MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_STATUS_NO_HEAD
+0x8B MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_GET_NO_HEAD
+0x8C MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_STATUS_NO_HEAD
+0x8D MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_NO_HEAD
+0x8E MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_DEFAULT_SET_UNACKNOWLEDGED_NO_HEAD
+0x8F MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_NO_HEAD
+0x90 MESH_MODULE_MESSAGE_OPCODE_LIGHT_XYL_RANGE_SET_UNACKNOWLEDGED_NO_HEAD
+0x91 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_GET_NO_HEAD
+0x92 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_NO_HEAD
+0x93 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_SET_UNACKNOWLEDGED_NO_HEAD
+0x94 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_MODE_STATUS_NO_HEAD
+0x95 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_GET_NO_HEAD
+0x96 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_NO_HEAD
+0x97 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_SET_UNACKNOWLEDGED_NO_HEAD
+0x98 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_OM_STATUS_NO_HEAD
+0x99 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_GET_NO_HEAD
+0x9A MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_NO_HEAD
+0x9B MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_SET_UNACKNOWLEDGED_NO_HEAD
+0x9C MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_LIGHT_ONOFF_STATUS_NO_HEAD
+0x9D MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_GET_NO_HEAD
+0x62 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET
+0x63 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_SET_UNACKNOWLEDGED
+0x64 MESH_MODULE_MESSAGE_OPCODE_LIGHT_LC_PROPERTY_STATUS)
+
+// status code
+(
+0x00 MESH_SUCCESS
+0x01 MESH_INVALID_ADDRESS
+0x02 MESH_INVALID_MODEL
+0x03 MESH_INVALID_APPKEYINDEX
+0x04 MESH_INVALID_NETKEYINDEX
+0x05 MESH_INSUFFICIENT_RESOURCES
+0x06 MESH_KEYINDEX_ALREAD_STORED
+0x07 MESH_INVALID_PUBLISH_PARAMETERS
+0x08 MESH_NOT_A_SUBSCRIBE_MODEL
+0x09 MESH_STORAGE_FAILURE
+0x0a MESH_FEATURE_NOT_SUPPORTED
+0x0b MESH_CANNOT_UPDATE
+0x0c MESH_CANNOT_REMOVE
+0x0d MESH_CANNOT_BIND
+0x0e MESH_TEMPORARILY_UNABLE_TO_CHANGE_STATE
+0x0f MESH_CANNOT_SET
+0x10 MESH_UNSPECIFIED_ERROR
+0x11 MESH_INVALID_BINDING
+)
+(
+0x00F0 VENDOR_MESSAGE_TMALL_DST
+)
+(// vendor model attribute
+0x0123 VENDOR_ATTR_COLOR_SERVER
+0x0100 VENDOR_ATTR_GENERIC_ONOFF_SERVER
+0x0121 VENDOR_ATTR_LIGHTNESS_LEVEL_SERVER
+0x0122 VENDOR_ATTR_COLOR_TEMPERATURE_SERVER
+0x0534 VENDOR_ATTR_MAIN_LIGHT_SERVER
+0x0533 VENDOR_ATTR_BACKGROUND_LIGHT_ONOFF_SERVER
+0xf004 VENDOR_ATTR_SCENE_SERVER
+)
+(//Timer opcode
+0x01A8 VENDOR_MESSAGE_OPCODE_COMPANY_ID
+//ʱ
+0xF01F VENDOR_MESSAGE_ATTR_TYPE_TIME
+//ʱ
+0xF01E VENDOR_MESSAGE_ATTR_TYPE_TIME_ZONE
+//ʱ
+0xF01D VENDOR_MESSAGE_ATTR_TYPE_ON_TIME
+//ʱ
+0xF010 VENDOR_MESSAGE_ATTR_TYPE_TIMING
+//ڶʱ
+0xF011 VENDOR_MESSAGE_ATTR_TYPE_CYCLE_TIMING
+//ɾʱ
+0xF012 VENDOR_MESSAGE_ATTR_TYPE_DELETE_TIMING
+
+//ɫ
+0x0123 VENDOR_MESSAGE_ATTR_TYPE_COLOR
+//
+0x0534 VENDOR_MESSAGE_ATTR_TYPE_MAIN_LIGHT
+//
+0x0533 VENDOR_MESSAGE_ATTR_TYPE_BACKGROUND_LIGHT
+)
+(//èevent¼
+//豸¼ϵ߶ʱ
+0xF009 VENDOR_ATTR_TYPE_EVENT_TRIGGER
+
+//è豸ϵ
+0x03 VENDOR_MESSAGE_EVENT_DEVICE_POWER_ON
+//èʱ
+0x11 VENDOR_MESSAGE_EVENT_FINISH_TIMING
+)
+(
+0x80 VENDOR_MESSAGE_SEND_TID_MIN
+0xC0 VENDOR_MESSAGE_SEND_TID_MAX
+)
+(
+0x59 TIMER_CYCLICAL_FALG
+60 SECONDS_OF_MIN
+345600 SECONDS_OF_FOUR_DAYS
+604800 SECONDS_OF_WEEK
+86400 SECONDS_OF_DAY
+0x01e0 EIGHT_HOURS_TIME_ZONE_OFFSET
+
+)
+(
+0xF013 VENDOR_MSEEAGE_ATTR_TYPE_SET_TIME_SINGLE
+0xF014 VENDOR_MSEEAGE_ATTR_TYPE_SET_TIME_REPEAT
+0xF015 VENDOR_MSEEAGE_ATTR_TYPE_SET_TIME_CIRCULATION
+0xF016 VENDOR_MSEEAGE_ATTR_TYPE_TIMER_ENABLE
+0xF017 VENDOR_MESSAGE_ATTR_TYPE_TIMER_DELEATE
+0xF018 VENDOR_MESSAGE_ATTR_TYPE_TIMER_INQUIRE
+0xF019 VENDOR_MESSAGE_ATTR_TYPE_TIMER_EVENT_INQUIRE
+
+)
+(
+0xF020 VENDOR_ATTR_TYPE_EVENT_INDEX_REPORT
+)
+(
+0x0d MESH_X_TIMERS
+)
+(
+6 ADV_PACKET_MIN_LENGTH
+37 ADV_PACKET_MAX_LENGTH
+
+1 AD_TYPE_MIN_LENGTH
+30 AD_TYPE_MAX_LENGTH
+)
+(
+13 mesh_ble_rx_timer
+)
+(//transport mic cache parameter
+10 TRANSPORT_MIC_CACHE_SPACE_NUM
+4 TRANSPORT_MIC_CACHE_SPACE_SIZE
+//ܳһspace
+36 TRANSPORT_MIC_CACHE_TOTAL_SIZE
+)
+(
+0x00 MESH_EEP_THREE_TUPLE_OFFSET
+0x1a MESH_EEP_NETWORK_KEY_OFFSET
+0x2d MESH_EEP_APPLICATION_KEY_OFFSET
+0x3d MESH_EEP_DEVICE_KEY_OFFSET
+0x4d MESH_EEP_RESET_COUNT_OFFSET
+0x4e MESH_EEP_SEQ_OFFSET
+0x51 MESH_EEP_SUBSCRIPTION_OFFSET
+0x91 MESH_EEP_PROV_RANDOM_OFFSET
+)
+(
+0x1a MESH_EEP_THREE_TUPLE_LENGTH
+0x13 MESH_EEP_NETWORK_KEY_LENGTH
+0x10 MESH_EEP_APPLICATION_KEY_LENGTH
+0x10 MESH_EEP_DEVICE_KEY_LENGTH
+0x01 MESH_EEP_RESET_COUNT_LENGTH
+0x03 MESH_EEP_SEQ_LENGTH
+0x10 MESH_EEP_SUBSCRIPTION_LENGTH
+0x40 MESH_EEP_SUBSCRIPTION_TOTAL_LENGTH
+0x04 MESH_EEP_PROV_RANDOM_LENGTH
+)
+(
+0x1e000 MESH_FLASH_NETWORK_KEY_ADDR
+0x1e100 MESH_FLASH_APPLICATION_KEY_ADDR
+0x1e200 MESH_FLASH_DEVICE_KEY_ADDR
+0x1f000 MESH_FLASH_MESSAGE_SEQ_ADDR
+0x1e400 MESH_FLASH_SUBSCRIPTION_ADDR
+0x1e500 MESH_FLASH_PROV_RANDOM_ADDR
+)
+(//mem_mesh_advertising_unprovisioned_device_beacon_switch
+0 DEVICE_BEACON_OFF
+1 DEVICE_BEACON_ON
+)
+(
+//δ㲥ʱ10min
+0x1770	ADV_UNPROVISIONED_DEVICE_BEACON_TIMEOUT
+//δ㲥500ms
+5		ADV_UNPROVISIONED_DEVICE_BEACON_INTERVAL
+//δ㲥ʱ120ms=20ms*6
+6		ADV_UNPROVISIONED_DEVICE_BEACON_DURATION
+
+//Ĭ㲥ʱ:
+0		ADV_SILENCE_DEVICE_BEACON_TIMEOUT
+//Ĭ㲥60s
+600		ADV_SILENCE_DEVICE_BEACON_INTERVAL
+//Ĭ㲥ʱ120ms=20ms*6
+6		ADV_SILENCE_DEVICE_BEACON_DURATION
+
+
+//㲥
+0x4		ADV_PAIRING_MESH_MESSAGE_INTERVAL
+//㲥ʱ
+20		ADV_PAIRING_MESH_MESSAGE_DURATION
+
+30		ADV_RELAY_MESH_MESSAGE_DURATION
+)
+(
+0x12 MAX_APP_MSSAGE_PAYLOAD_LENGTH
+7 BIT_OF_APP_PACKAGE_NUM
+6 BIT_OF_ADV_IN_OFF
+)
+(
+//mesh ظAPP㲥24*0.625ms = 15ms
+0x15 MESH_ADV_APP_MESSAGE_INTERVAL
+//meshظtmall㲥32*0.625ms = 20ms
+0x1d MESH_ADV_TMALL_MESSAGE_INTERVAL
+)
+(
+13 mesh_ble_adv_app
+//Tiny Mesh�㲥tmall�ظ�
+14 mesh_ble_adv_tmall
+//Tiny Mesh relay
+15 mesh_ble_relay_timer
+)
+(
+0x2c COMMA
+-4 DECREASED_FOUR
+
+)
+(
+0x19 MIC_SIZE_64BIT
+0x09 MIC_SIZE_32BIT
+)
+(
+33 GATT_RECEIVE_MSG_BUFFER_SIZE
+)
+(//mem_mesh_provisioned_flag
+0 PAIRED_STATUS
+1 UNPROVISIONED_BEACON_STATUS
+2 PAIRING_STATUS
+3 SILENCE_BEACON_STATUS
+4 RECEIVED_CONFIG_APPKEY_ADD
+5 WAIT_RECEIVE_APPKEY
+6 RECEIVE_CONFIG_COMPOSITION_DATA_GET
+)
+(//mem_mesh_UUID_FeatureFlag
+0 BIT_SILENCE_ADV_FLAG
+)
+(
+0x01 UNPROVISIONED_ADLEN_LENGTH
+0x01 UNPROVISIONED_ADTYPE_LENGTH
+0x01 UNPROVISIONED_DEVICE_BEACON_LENGTH
+0x10 UNPROVISIONED_DEVICE_UUID_LENGTH
+0x02 UNPROVISIONED_OOB_INFORMATION_LENGTH
+)
+(
+0x00 UNPROVISIONED_DEVICE_BEACON
+0x01 SECURE_NETWORK_BEACON
+0x1827 MESH_PROVISIONING_UUID
+0x1828 MESH_PROXY_SERVICE
+
+)
+(
+0x00 PROVISIONING_RANDOM
+0x01 PROVISIONING_CONFIRMATION
+0x02 PROVISIONING_DATA
+0x03 PROVISIONING_COMPLETE
+0x04 PROVISIONING_CONFIG
+0x05 PROVISIONING_CONFIG_ACK
+0x06 PROVISIONING_IOS_DATA
+0x07 PROVISIONING_SEND_IOS_DATA
+0x09 PROVISIONING_ADD_APPKEY
+0x0A PROVISIONING_ADD_APPKEY_ACK
+)
+(//mem_mesh_Provisioning_State_Flag
+// FLAG bit1:Provisioning Confirmation
+1 RECEIVE_PROVISIONING_RANDOM
+2 RECEIVE_PROVISIONING_DATA
+3 RECEIVE_PROVISIONING_ADD_APPKEY
+)
+(//provisioning packet info size
+3 PROVISIONING_PACKET_LENGTH_FLAGS
+6 PROVISIONING_PACKET_LENGTH_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+5 PROVISIONING_PACKET_AD_TYPE_COMPANY_ID_VID_PROVISIONING_TYPE
+1 PROVISIONING_PACKET_LENGTH
+1 PROVISIONING_PACKET_AD_TYPE
+2 PROVISIONING_PACKET_COMPANY_ID
+1 PROVISIONING_PACKET_VID
+1 PROVISIONING_PACKET_PROVISIONING_TYPE
+//provisioning random
+2 PROVISIONING_PACKET_RANDOM_MAC
+8 PROVISIONING_PACKET_RANDOM_RANDOM_A
+8 PROVISIONING_PACKET_RANDOM_RANDOM_B
+//provisioning confirmation
+2 PROVISIONING_PACKET_CONFIRMATION_MAC
+16 PROVISIONING_PACKET_CONFIRMATION_DEVICE
+//provisioning complete
+6 PROVISIONING_PACKET_COMPLETE_MAC
+//provisioning add appkey ack
+7 PROVISIONING_PACKET_ADD_APPKEY_ACK
+
+2 PROVISIONING_CONFIG_ACK_MAC
+1 PROVISIONING_CONFIG_ACK_FIELD
+
+)
+(
+0x01 PROVISIONING_CONFIG_ACK_NOTE
+)
+(//gatt package struct
+0 GATT_PACKAGE_MSG_ID
+1 GATT_PACKAGE_PACKAGE_NUM
+2 GATT_PACKAGE_LENGTH
+3 GATT_PACKAGE_PAYLOAD
+)
+(
+0x12 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_ANDROID
+0x08 MAX_LENGTH_PRIVISIONING_CONTROL_MSG_IOS
+0x07 MAX_LENGTH_PRIVISIONING_PAIRING_MSG_IOS
+)
+(
+4 MAX_GATT_PACKAGE_NUM
+50 GATT_RECEIVE_TIMEOUT
+)
+(//mem_mesh_fast_pairing_timer
+300 FAST_PAIRING_TIMEOUT_PROVISIONING
+200 FAST_PAIRING_TIMEOUT_PROXY
+)
+(//mem_mesh_add_appkey_ack_timer
+2 FAST_PAIRING_TIMEOUT_ADD_APPKEY_ACK
+)
+(
+8 SUBSCRIPTION_MAX_COUNT
+)
+(
+20 HEALTH_NODE_RESET_TIMEOUT
+)
+(//typedef struct of mem_mesh_element_device
+0 ELEMENT_DEVICE_GROUP_ADDR
+2 ELEMENT_DEVICE_QUEUE_BUFFER_PTR
+4 ELEMENT_DEVICE_VENDOR_TIME_PTR
+6 ELEMENT_DEVICE_SUBSCRIPTION_LABEL
+22 ELEMENT_DEVICE_UPPER_ADV_FLAG
+23 ELEMENT_DEVICE_UPPER_QUEUE_PTR
+25 ELEMENT_DEVICE_TRAN_PACKAGE_TID
+26 ELEMENT_DEVICE_TRAN_PACKAGE_TYPE
+27 SIZEOF_ELEMENT_DEVICE
+
+)
+(
+36 MESH_SEGMENT_SIZE
+)
+(
+320 MESH_TIMER_BUFFER_SIZE
+)
+(//bit map of mem_mesh_core_feature
+0 MESH_FEATURE_DISABLE_LOG
+1 MESH_FEATURE_DISABLE_RELAY
+2 MESH_FEATURE_DISABLE_SUBSCRIPTION
+3 MESH_FEATURE_DISABLE_APP_PAIRING
+)
+(//taobao id
+0x01a8	COMPANY_IDENTIFIERS_ALIBABA
+0x0d	ALI_MESH_VID_NUMBER
+0x0da801 COMPANY_ID_ALIBABA_AND_VID
+0x0ea801 COMPANY_ID_ALIBABA_AND_VID_GATT
+)
+(
+0x00 MESH_CODE_INIT
+0x01 MESH_RECEIVE_PROVISIONING_PACKET
+0x02 MESH_RECEIVE_PROVISIONING_RANDOM_PACKET
+0x03 MESH_SEND_PROVISIONING_CONFIRMATION_PACKET
+0x04 MESH_RECEIVE_PROVISIONING_DATA_PACKET
+0x05 MESH_SEND_PROVISIONING_COMPLETE_PACKET
+0x06 MESH_RECEIVE_PROVISIONING_FAILED_PACKET
+0x07 MESH_RECEIVE_PROVISIONING_ADD_APPKEY_PACKET
+0x08 MESH_SEND_PROVISIONING_ADD_APPKEY_ACK_PACKET
+
+0x10 MESH_ENCRYPT_SHA256_FUNCTION_INPUT
+0x11 MESH_ENCRYPT_SHA256_FUNCTION_RESULT
+0x12 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_M
+0x13 MESH_ENCRYPT_AES_CMAC_FUNCTION_INPUT_K
+0x14 MESH_ENCRYPT_AES_CMAC_FUNCTION_RESULT
+
+0x20 MESH_NETWORK_RECEIVE_PACKET
+0x21 MESH_NETWORK_RELAY_PACKET
+
+0x30 MESH_LOWER_RECEIVE_PACKET
+0x40 MESH_UPPER_RECEIVE_PACKET
+0x41 MESH_UPPER_SEND_PACKET
+
+0x50 MESH_ACCESS_RECEIVE_MESSAGE
+
+0x60 MESH_PROXY_RECEIVE_MESSAGE_HANDLE
+0x61 MESH_PROXY_RECEIVE_MESSAGE
+
+0xF0 MESH_MESSAGE_GENERIC_ONOFF_SET
+0xF1 MESH_MESSAGE_SET_LIGHT_LIGHTNESS
+0xF2 MESH_MESSAGE_SET_CTL
+)
+(//LUA LOG 
+0xAA LUA_LOG_PACKET_HEADER
+0x03 LUA_LOG_PAKCET_TYPE
+0xBB LUA_LOG_PACKET_TRAIL
+)
+(//logging level
+0 LOGGING_DEBUG
+1 LOGGING_INFO
+2 LOGGING_WARNING
+3 LOGGING_ERROR
+4 LOGGING_CRITICAL
+)
+(
+0x1c00 mem_mesh_uart_log_rx_buff
+0x1c01 mem_mesh_uart_log_rx_buff_end
+0x1c02 mem_mesh_uart_log_tx_buff
+0x1fff mem_mesh_uart_log_tx_buff_end
+)
+(
+0x77 MESH_PAIRED_INFO_LENGTH
+)
+(
+0x01 MESH_CHIP_FROM_EEPROM
+0x02 MESH_CHIP_FROM_FLASH
+)
+(
+7 TRANSPORT_HEAD_BIT_SEG
+6 TRANSPORT_HEAD_BIT_AKF
+05 TRANSPORT_HEAD_BIT_AID
+7 BIT_CTL
+)
+(//Generic OnOff
+0x00 GENERIC_ONOFF_CMD_OFF
+0x01 GENERIC_ONOFF_CMD_ON
+)
+(//LIGHTNESS
+0xFFFF ALI_MESH_LIGHTNESS_MAX
+0x0064 ALI_MESH_LIGHTNESS_LEVEL
+)
+(//TEMPERATURE
+0x4E20 ALI_MESH_TEMPERATURE_MAX
+0x0320 ALI_MESH_TEMPERATURE_MIN
+0x0064 ALI_MESH_TEMPERATURE_LEVEL
+)
+(//nonce type
+0x00 NETWORK_NONCE
+0x01 APPLICATION_NONCE
+0x02 DEVICE_NONCE
+0x03 PROXY_NONCE
+)
+(
+0x00c0 GROUP_ADDRESS_0XC000_little_endian
+0xffcf GROUP_ADDRESS_0XCFFF_little_endian
+0x02c0 GROUP_ADDRESS_0XC002_little_endian
+0x07c0 GROUP_ADDRESS_0XC007_little_endian
+0x01c0 GROUP_ADDRESS_0XC001_little_endian
+0xffff GROUP_ADDRESS_0XFFFF_little_endian
+)
+(//SRC SEQ cache parameter
+10 CACHE_SPACE_NUM
+5 CACHE_SPACE_SIZE
+)
+(
+12 MESH_NETWORK_PACKET_MIN_LENGTH
+30 MESH_NETWORK_PACKET_MAX_LENGTH
+)
+(
+0 MESH_MESSAGE_TMALL
+1 MESH_MESSAGE_APP
+2 MESH_MESSAGE_PROXY
+)
+(
+
+0x20 MESH_ADV_RELAY_MESSAGE_INTERVAL
+)
+(
+0x00 MESH_PROXY_SERVICE_DATA_ID_TYPE_NETWORK_ID
+0x01 MESH_PROXY_SERVICE_DATA_ID_TYPE_NODE_IDENTITY
+)
+(
+0x00 MESH_PROXY_MESSAGE_TYPE_NETWORK_PDU
+0x01 MESH_PROXY_MESSAGE_TYPE_MESH_BEACON
+0x02 MESH_PROXY_MESSAGE_TYPE_PROXY_CONFIGURATION
+0x03 MESH_PROXY_MESSAGE_TYPE_PROVISIONING_PDU
+)
+(
+0x0e	MESH_PROXY_DATA_IN_HANDLE
+0x10	MESH_PROXY_DATA_OUT_HANDLE
+0x11	MESH_PROXY_ENABLE_DATA_OUT_HANDLE
+0x14	MESH_PROVISIONING_DATA_IN_HANDLE
+0x16	MESH_PROVISIONING_DATA_OUT_HANDLE
+0x17	MESH_PROVISIONING_ENABLE_DATA_OUT_HANDLE
+)
+(
+0x00 PROXY_OPCODE_SET_FILTER_TYPE
+0x01 PROXY_OPCODE_ADD_ADDR_TO_FILTER
+0x02 PROXY_OPCODE_REMOVE_ADDR_TO_FILTER
+0x03 PROXY_OPCODE_FILTER_STATUS
+)
+(
+15 UNSEGMENTED_ACCESS_MESSAGE_MAX_UPPER_TRANSPORT_ACCESS_PDU_LEN
+12 SEGMENTED_ACCESS_MESSAGE_UNINT_PDU_LEN
+)
+(//bit of mem_mesh_upper_tran_layer_temp_packet_flag
+7 BIT_UPPER_FLAG_PROXY_CONTROL
+6 BIT_UPPER_FLAG_APP_CONTROL
+5 BIT_UPPER_FLAG_VENDOR_INDICATION
+4 BIT_UPPER_FLAG_RETRANSMIT
+//BIT3-0
+0x0f DATA_UPPER_FLAG_MAX_RETRY_COUNT
+
+1 UPPER_RETRY_COUNT_STATUS
+1 UPPER_RETRY_COUNT_INDICATION
+)
+(
+0 NULL_PACKET_ADVERTISING
+1 PACKET_IN_BEARER
+2 PACKET_IN_ADVERTING
+3 PACKET_RECEIVE_INDICATION
+)
+(
+1 UPPER_TRAN_TMALL_MESSAGE
+2 UPPER_TRAN_APP_MESSAGE
+3 UPPER_TRAN_TMALL_AND_APP
+
+0 BIT_UPPER_TRAN_TMALL_MESSAGE
+1 BIT_UPPER_TRAN_APP_MESSAGE
+2 BIT_UUPER_TRAN_PROXY_MESSAGE
+)
+(
+30 MESH_RECEIVE_NEW_MESSAGE_TIMER
+)
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+(
+7 OTP_UFLAG_MEMFIX2
+6 OTP_UFLAG_MEMFIX1
+5 OTP_UFLAG_MEMFIX0
+4 OTP_UFLAG_BIST
+3 OTP_UFLAG_AES
+2 OTP_UFLAG_SKIP_EEP
+1 OTP_UFLAG_SKIP_FLASH
+0 OTP_UFLAG_HCI
+)
+(
+0 OTP_OFFSET_PATCH_PTR //2 byte
+2 OTP_OFFSET_UCODE_FLAG
+3 OTP_OFFSET_DEVICE_OPTION
+4 OTP_OFFSET_PERIPHERALS_LOCK
+5 OTP_OFFSET_SCHED_BISTFIX 	//2 byte
+7 OTP_OFFSET_XRAM_BISTFIX	//2 byte
+9 OTP_OFFSET_PATCH_BISTFIX	//2 byte
+
+0xfc0 OTP_OFFSET_ADC_PARAM_L_C0
+0xfd0 OTP_OFFSET_ADC_PARAM_L
+0xff0 OTP_OFFSET_UCODE_KEY_L
+0x1000 OTP_OFFSET_H
+
+//0x1fd0 OTP_OFFSET_ADC_PARAM
+//0x1fec OTP_OFFSET_HV_SEL
+//0x1fed OTP_OFFSET_LDO_VSEL
+//0x1fee OTP_OFFSET_LOADCODE_DELAY
+//0x1fef OTP_OFFSET_LOADCODE_CHECKSUM
+0x1ff0 OTP_OFFSET_UCODE_KEY
+)
+(
+4 DVC_OP_DONGLE
+5 DVC_OP_TEST
+6 DVC_OP_SHUTTER_DY   
+8 DVC_OP_MOUSE
+9 DVC_OP_SHUTTER
+0X0A DVC_OP_MODULE
+0X0B DVC_OP_MESH
+0X0C DVC_OP_HCI_BOOT
+0X0D DVC_OP_REMOTE_CAR
+0X0E DVC_OP_CAR
+0X0F DVC_OP_KEYBOARD   
+)
+(
+7 GPIO_ACTIVE_BIT
+)
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+(
+2 APP_DISC_RSN_SIZE
+)
+(
+0 APP_DISC_BY_BUTTON
+7 APP_DISC_BLE
+)
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+(
+0x9000 MOUSE_BLE_ATT_LIST_ADDR
+0x9272 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x928d USB_KBDATA_ADDR
+0x92cd USB_MSDATA_ADDR
+0x9371 USB_DEVICEDATA_ADDR
+0x9384 USB_CONFDATA_ADDR
+0x93c0 BLE_SHUTTER_GATT_LIST_ADDR
+0x94f9 BLE_SHUTTER_KEY_VALUE_LIST_ADDR
+0x9521 BLE_CAR_ATT_LIST_ADDR
+0x95ed BLE_MESH_SHA256_ADDR
+0x97fc mem_sim_slave
+)
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+(
+1 CLK_CALIBRATION_DONE
+2 RC_CLK_CALIBRATION_DONE
+3 AES_DEC_KEY_INIT_DONE
+4 MEASURE_ADC_SUM_DONE
+5 SARADC_DONE
+)
+(
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+(
+0 ADC_CH_VBAT
+1 ADC_CH_VDCDC5V
+6 ADC_CH_GPIO_4
+7 ADC_CH_GPIO_2
+8 ADC_CH_GPIO_1
+9 ADC_CH_GPIO_3
+10 ADC_CH_GPIO_0
+11 ADC_CH_GPIO_5
+12 ADC_CH_GPIO_6
+13 ADC_CH_GPIO_7
+)
+(
+0x06 ADC_CH_GPIO18
+0x07 ADC_CH_GPIO10
+0x08 ADC_CH_GPIO9
+0x09 ADC_CH_GPIO12
+0x0a ADC_CH_GPIO6
+0x0b ADC_CH_GPIO20
+0x0c ADC_CH_GPIO21
+0x0d ADC_CH_GPIO22
+0x0e ADC_CH_GPIO13
+)
+(
+1 SADC_REFERENCE_INTER3V
+2 SADC_REFERENCE_INTER1P8V_DIV2
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+(
+0x19 ATT_CAR_CONTROL_HANDLE
+0x19 ATT_SPEED_SET_HANDLE
+)
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+(
+0xFF INVALID_PIN_NUM
+)
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+(
+0x700 OTP_OFFSET_CAR_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_CAR_COMMOM_END_ADDR 
+)
+(
+0x5A DONGLE_KB_BIND_SUCCESS
+0x1fdf DONGLE_KB_BIND_EFUSE_OFFECT
+)
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	뵥ز
+0x82 COM_TEST_CD		// fcc
+0x83 COM_TEST_DAT		// ݲ
+0x84 COM_TEST_LOW_CH  //Ƶ
+0x85 COM_TEST_MID_CH	//Ƶ
+0x86 COM_TEST_HIG_CH	//Ƶ
+0x87 COM_TEST_SW_HIG	//ԶлƵΪ 1mhz
+0x88 COIM_TEST_SW_LOW	//ԶлƵΪ 1mhz
+0x89 COM_TEST_SW_STOP	//ֹͣԶлƵ
+0x8a COM_TEST_POW_5		//5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//˳ģʽ
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+(
+640 TIMER_NODATA_DELAY	//200ms
+
+384 TIMER_MS_BLANK_DELAY
+
+384 TIMER_KB_MUL_BLANK_DELAY
+
+384 TIMER_KB_SYS_CRTL_BLANK_DELAY
+
+384 TIMER_KB_BLANK_DELAY
+)
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+4 DG_ENABLE_KB_ICON
+3 DG_ENABLE_24G_2M
+)
+(
+0x00 DONGLE_KB_BIND_EEPROM_OFFECT
+)
+(
+0x01 DEVICE_DATA_TPYE_MOUSE
+0x02 DEVICE_DATA_TPYE_STANDARD_KEYBOARD
+0x03 DEVICE_DATA_TPYE_NONSTARNDARD_KEYBOARD
+0x04 DEVICE_DATA_TPYE_CONSUMER
+0x05 DEVICE_DATA_TPYE_SYSTEM_CONCTOL
+)
+(
+0x00 HID_REPORTID_KEY_STANDARD
+0x01 HID_REPORTID_MOUSE
+0x02 HID_REPORTID_SYSTEM_CTRL
+0x03 HID_REPORTID_CONSUMER_KEY
+)
+(
+0x04	 HID_KEY_A 	 
+0x05        HID_KEY_B 	 
+0x06        HID_KEY_C 	 
+0x07        HID_KEY_D 	 
+0x08        HID_KEY_E 	 
+0x09        HID_KEY_F 	 
+0x0a        HID_KEY_G 	 
+0x0b        HID_KEY_H 	 
+0x0c        HID_KEY_I  	 
+0x0d        HID_KEY_J 	 
+0x0e        HID_KEY_K 	 
+0x0f        HID_KEY_L 	 
+0x10        HID_KEY_M 	 
+0x11        HID_KEY_N 	 
+0x12        HID_KEY_O	 
+0x13        HID_KEY_P	 
+0x14        HID_KEY_Q	 
+0x15        HID_KEY_R	 
+0x16        HID_KEY_S	 
+0x17        HID_KEY_T	 
+0x18        HID_KEY_U	 
+0x19        HID_KEY_V	 
+0x1a        HID_KEY_W 	 
+0x1b        HID_KEY_X	 
+0x1c        HID_KEY_Y	 
+0x1d        HID_KEY_Z	 
+    
+0x1e        HID_KEY_1	 
+0x1f        HID_KEY_2	 
+0x20        HID_KEY_3	 
+0x21        HID_KEY_4	 
+0x22        HID_KEY_5	 
+0x23        HID_KEY_6	 
+0x24        HID_KEY_7	 
+0x25        HID_KEY_8	 
+0x26        HID_KEY_9	 
+0x27        HID_KEY_0	 
+    
+0x28        HID_KEY_ENTER 				 
+0x29        HID_KEY_ESC				 
+0x2a        HID_KEY_BACKSPACE		 
+0x2b        HID_KEY_TAB				 
+0x2c        HID_KEY_SPACE 				 
+0x2d        HID_KEY_MINUS				 		// -_
+0x2e        HID_KEY_EQUAL				 		// =+
+0x2f        HID_KEY_LEFT_BRACKET 		 	// [{
+0x30        HID_KEY_RIGHT_BRACKET 	 		// ]}
+0x31        HID_KEY_BACK_SLASH 		 		// \|
+    
+0x32        HID_KEY_K42				 
+0x33        HID_KEY_SEMICOLON			 	// ;:
+0x34        HID_KEY_QUOTE				 		// ' "
+0x35        HID_KEY_TILDE				 		// `~
+0x36        HID_KEY_LESS_THAN			 		// ,<
+0x37        HID_KEY_GREAT_THAN		 		// .>
+0x38        HID_KEY_SLASH				 		// /?
+0x39        HID_KEY_CAPS_LOCK			 
+
+0x3a        HID_KEY_F1		 
+0x3b        HID_KEY_F2		 
+0x3c        HID_KEY_F3		 
+0x3d        HID_KEY_F4		 
+0x3e        HID_KEY_F5		 
+0x3f        HID_KEY_F6		 
+0x40        HID_KEY_F7		 
+0x41        HID_KEY_F8		 
+0x42        HID_KEY_F9		 
+0x43        HID_KEY_F10	 
+0x44        HID_KEY_F11	 
+0x45        HID_KEY_F12	 
+    
+0x46        HID_KEY_PRINT_SCREEN	 
+0x47        HID_KEY_SCROLL_LOCK	 
+0x48        HID_KEY_PAUSE			 
+0x49        HID_KEY_INSERT			 
+0x4a        HID_KEY_HOME			 
+0x4b        HID_KEY_PAGE_UP		 
+0x4c        HID_KEY_DELETE		 
+0x4d        HID_KEY_END			 
+0x4e        HID_KEY_PAGE_DOWN	 
+        
+0x4f        HID_KEY_RIGHT_ARROW	 
+0x50        HID_KEY_LEFT_ARROW	 
+0x51        HID_KEY_DOWN_ARROW	 
+0x52        HID_KEY_UP_ARROW		 
+        
+0x53        HID_KEY_NUM_LOCK		 
+0x54        HID_KEY_KP_SLASH		 
+0x55        HID_KEY_KP_ASTERISK	 
+0x56        HID_KEY_KP_MINUS		 
+0x57        HID_KEY_KP_PLUS		 
+0x58        HID_KEY_KP_ENTER		 
+0x59        HID_KEY_KP_1			 
+0x5a        HID_KEY_KP_2			 
+0x5b        HID_KEY_KP_3			 
+0x5c        HID_KEY_KP_4			 
+0x5d        HID_KEY_KP_5			 
+0x5e        HID_KEY_KP_6			 
+0x5f        HID_KEY_KP_7			 
+0x60        HID_KEY_KP_8			 
+0x61        HID_KEY_KP_9			 
+0x62        HID_KEY_KP_0			 
+0x63        HID_KEY_KP_DEL		 
+  
+0x64        HID_KEY_K45			 
+0x65        HID_KEY_APP			 
+0x66        HID_KEY_POWER			 
+0x67        HID_KEY_KP_EQUAL		 
+        
+       
+0x87        HID_KEY_K56				 
+0x88        HID_KEY_K133  				 
+0x89        HID_KEY_K14  				 
+0x8a        HID_KEY_K132  				 
+0x8b        HID_KEY_K131 				 
+    
+0x90        HID_KEY_KR_R  				 
+0x91        HID_KEY_KR_L  				 
+        
+0xe0        HID_KEY_LEFT_CTRL			 
+0xe1        HID_KEY_LEFT_SHIFT			 
+0xe2        HID_KEY_LEFT_ALT 			 
+0xe3        HID_KEY_LEFT_GUI 			 
+0xe4        HID_KEY_RIGHT_CTRL			 
+0xe5        HID_KEY_RIGHT_SHIFT		 
+0xe6        HID_KEY_RIGHT_ALT			 
+0xe7        HID_KEY_RIGHT_GUI			 
+
+0xe8 	HID_KEY_MULTIKEY_MEDIA
+0xe9 	HID_KEY_MULTIKEY_PALY
+0xea 	HID_KEY_MULTIKEY_STOP
+0xeb 	HID_KEY_MULTIKEY_PRE_TRACK
+0xec 	HID_KEY_MULTIKEY_NEXT_TRACK
+0xed 	HID_KEY_MULTIKEY_VOL_DOWN
+0xee 	HID_KEY_MULTIKEY_VOL_UP
+0xef 	HID_KEY_MULTIKEY_MUTE
+0xf0 	HID_KEY_MY_COMPUTER
+0xf1 	HID_KEY_MAIL
+0xf2 	HID_KEY_CALCULATOR
+0xf3 	HID_KEY_LIGHT_DOWN
+0xf4 	HID_KEY_LIGHT_UP
+0xf5 	HID_KEY_AC_FAVORITES
+0xf6 	HID_KEY_AC_FORWARD
+0xf7 	HID_KEY_AC_BACK
+0xf8 	HID_KEY_AC_STOP
+0xf9 	HID_KEY_AC_REFRESH
+0xfa 	HID_KEY_AC_SEARCH
+0xfb 	HID_KEY_AC_HOME
+0xfc 	HID_KEY_IOS_ANDROID_OS_LOCK
+0xfd 	HID_KEY_OS_SOFT_KB
+0xfe 	HID_KEY_OS_LANGUAGE
+0xff 	HID_KEY_SYSTEM_SLEEP
+        // 0xe8~0xff reserved
+0xa5	HID_KEY_SELECT_ALL
+0xa6 	HID_KEY_COPY
+0xa7	HID_KEY_PASTE
+0xa8	HID_KEY_CUT
+0xa9	HID_KEY_ALL_OS_LOCK
+0xaa	HID_KEY_OSK
+0xab	HID_KEY_LANGUAGE
+0xac 	HID_KEY_APP_TILING
+	 // 0xa5~0xaf reserved
+0x7f     	HID_KEY_FN 					 
+0xde     	HID_KEY_PB
+0x00     	HID_KEY_NULL 				 
+)
+(
+0x01 LEFT_CONTROL
+0x02 LEFT_SHIFT
+0x04 LEFT_ALT
+0x08 LEFT_GUI
+0x10 RIGHT_CONTROL
+0x20 RIGHT_SHIFT
+0x40 RIGHT_ALT
+0x80 RIGHT_GUI
+0x09 LEFT_GUI_CONTROL
+0x0a LEFT_SHIFT_GUI
+)
+(
+0x00 KB_PC_KEYSEL_NUMLOCK
+0x01 KB_PC_KEYSEL_CAPSLOCK
+0x02 KB_PC_KEYSEL_SCROLLLOCK
+)
+(
+8 KEYSCAN_COL_NUM
+20 KEYSCAN_ROW_NUM
+)
+(
+0 CAMMBINATION_KEY_FREE
+1 CAMMBINATION_KEY_PRESS
+2 CAMMBINATION_KEY_HOLD
+3 CAMMBINATION_KEY_COMPLETE
+4 CAMMBINATION_KEY_WAIT_RELEASE
+5 CAMMBINATION_KEY_RELEASE
+6 CAMMBINATION_KEY_NULL
+)
+(
+
+0x600 PNP_MICROSOFT
+0x4c00 PNP_IOS
+0x1208 PNP_MAC
+
+
+0 SYSTEM_OS_WINDOWS
+1 SYSTEM_OS_ANDRIOD
+2 SYSTEM_OS_IOS
+3 SYSTEM_OS_MAC
+
+)
+(
+0 KEYBOARD_CONSUMER_KEY_STANDBY
+1 KEYBOARD_CONSUMER_KEY_PRESS
+2 KEYBOARD_CONSUMER_KEY_RELEASE
+)
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+
+)
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+(
+	5 FLAG_MODULE_READ_VDD_COUNT
+)
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+(//Command
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+0x7b HCI_CMD_LE_CREAT_CONN
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+ifdef COMPILE_WECHAT
+0x95 HCI_CMD_WECHAT_SEND_DATA
+endif
+0xff HCI_CMD_CLOSE_LPM
+)
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+ifdef COMPILE_WECHAT
+0x41 HCI_BLE_WECHAT_RECEIVE_PUSH_DATA
+endif
+)
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+(
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+(
+0x20 MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
+)
+(
+(
+0x00 PEN_KEY0
+0x01 PEN_KEY1
+0x02 PEN_KEY2
+0x03 PEN_KEY3
+0x04 PEN_KEY4
+0x05 PEN_KEY5
+0x06 PEN_KEY6
+0x07 PEN_KEY7
+)
+(
+0x07 KEY_PRESS_COUNT
+0x00 KEY_PRESS_NONE
+)
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x0a MOUSE_R_BK_BUTTON
+0x11 MOUSE_L_FW_BUTTON
+0x12 MOUSE_R_FW_BUTTON
+0x12 MOUSE_M_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+0x0e MOUSE_ENABLE_24G_SEARCH_DONGLE
+0x0f MOUSE_ENABLE_LOAD_AND_STORE_DPI
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_OTP
+0x15 MOUSE_ENABLE_ADC
+0x16 MOUSE_ENABLE_KEYBOARD
+0x17 MOUSE_ENABLE_DOUBLE_DPI_KEY
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_1IO2LED
+0x21 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+0x22 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+0x23 MOUSE_ENABLE_LOW_LED
+0x24 MOUSE_ENABLE_LOW_FOR_LED
+0x25 MOUSE_ENABLE_DPI_FOR_LED
+0x26 MOUSE_ENABLE_DPI_LOW_FOR_LED
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2c MOUSE_ENABLE_ANOTHER_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_FIRE_KEY_CONNECT_GND
+0x2f MOUSE_ENABLE_CUSTOMER_KEY_CONNECT_VIN_OR_MATRIX
+
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_24G_2M_PHY
+0x3e MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+0x3f MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+0x57 KA5857_ID2
+0xc0 P3204_TJDM_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+0X0c S201X
+0X0d KA5857
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+(
+2 BIT_POWER_ON
+)
+(
+1 MODE_4_MOUSE
+)
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_HVIN_MULTIPLE
+)
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+7 MOUSE_DEVICE_NUMBER_FLAG
+)
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0x700 OTP_OFFSET_REMOTE_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_REMOTE_COMMOM_END_ADDR 
+)
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+(//Data Rom Buffer Addr
+313		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+(
+0 SHUTTER_TYPE
+1 SHUTTER_DY_TYPE
+)
+(
+10 MAX_QUEUE_NUM_COMBINEKEY
+15 MAX_QUEUE_NUM_RELEASE
+3 MAX_QUEUE_NUM_LONG
+3 MAX_QUEUE_NUM_LONG_RELEASE
+10 MAX_QUEUE_NEW_PRESS
+
+10 EVERY_PAYLOAD_LEN
+)
+(
+0x24	GATT_KEYBOARD_WRITE_HANDLE_NEW
+)
+(//Data Rom Buffer Addr
+640		BT_DY_KEY_VALUE_LIST_SIZE
+)
+(
+0x05   SHUTTER_PARA_TOTAL_NUM
+//0x7b0  SHUTTER_EFUSE_START_OFFECT	//起始地址
+//0x680  SHUTTER_EFUSE_END_OFFECT	       //结束地址
+)
+(
+//uart config
+115200 UART_BAUD
+)
+(
+10 SHUTTER_KEY_CONF_SATE_BYTES
+0 KEY_STATE_PRESS_CLK_OFFSET
+4 KEY_STATE_PRESS_COUNT_OFFSET
+5 KEY_STATE_RELEASE_CLK_OFFSET
+9 KEY_STATE_LONGPRESS_OFFSET
+4 KEY_STATE_PRESS_CLK_LENGTH
+1 KEY_STATE_PRESS_COUNT_LENGTH
+4 KEY_STATE_RELEASE_CLK_LENGTH
+1 KEY_STATE_LONGPRESS_LENGTH
+)
+(
+0  SHUTTER_RIGHT_KEY_NUM
+1  SHUTTER_LIKE_KEY_NUM
+2  SHUTTER_DOWN_KEY_NUM
+3  SHUTTER_PHOTO_KEY_NUM
+4  SHUTTER_UP_KEY_NUM
+5  SHUTTER_LEFT_KEY_NUM
+6  SHUTTER_MOVE_KEY_NUM
+7  SHUTTER_FUN_KEY_NUM
+)
+(
+//0xaa ANDROID_INITIAL_MOVE_X //170
+//0x78 ANDROID_INITIAL_MOVE_Y //120
+//0x69 IPHONE_INITIAL_MOVE_X
+//0x38 IPHONE_INITIAL_MOVE_Y
+0X0a ANDROID_EVERY_MOVE_SIZE
+0x07 IPHONE_EVERY_MOVE_SIZE
+0x62 IPHONE_ONCE_MAX_MOVE_VALUE
+)
+(
+0x00 MOVE_COMBINE_KEY
+0x01 MOVE_SINGLE_KEY
+)
+(
+//6key or 7key conf
+6 SHUTTER_SIX_KEY
+7 SHUTTER_SEVEN_KEY
+8 SHUTTER_EIGHT_KEY
+)
+(
+0x07 HCI_UART_TX_GPIO_NUM
+0x06 HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+(
+256 l2cap_lpm_txbuf_len
+)
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+(
+0xf00 mem_dcoc_buf
+0xff0 mem_dcoc_buf_end
+)
+(
+0xf00 mem_le_l2cap_buf		//0x100
+)
+(
+0xd00 mem_ble_tx_buff0
+0x60 mem_ble_l2cap_tx_buff_size
+)
+(
+0xc00 mem_h5rx_buf//0x400
+0xeff mem_h5rx_buf_end
+0xf00 mem_h5tx_buf
+0xfff mem_h5tx_buf_end
+)
+(
+0x4c00 mem_savelist
+)
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
+(
+	0x8000 core_chipid
+	0x8001 core_revid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_otp_rdata
+	0x8007 core_efuse_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8020 core_set_bistfix
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_otp_addr
+	0x8046 core_otp_din
+	0x8046 core_otp_ctrl2
+	0x8047 core_otp_ctrl
+	0x8047 core_otp_pab
+	0x8048 core_xtal_stable_time
+	0x8049 core_gpio_ds
+	0x804c core_lpm_reg
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_nec_ctrl
+	0x8062 core_nec_start_addr
+	0x8064 core_nec_end_addr
+	0x8066 core_nec_rptr
+	0x8068 core_ccm_input_playload_addr
+	0x806a core_ccm_output_playload_addr
+	0x806c core_ccm_aad0
+	0x806d core_ccm_aad1
+	0x806e core_ccm_aad2
+	0x806f  core_bist_ctrl
+	0x8070 core_gpio_conf
+	0x8080 core_spid_ctrl
+	0x8081 core_spid_delay
+	0x8082 core_spid_txlen
+	0x8084 core_spid_txaddr
+	0x8086 core_spid_rxaddr
+	0x8088 core_spid_rxlen
+	0x808a core_iicd_ctrl
+	0x808b core_iicd_scl_low
+	0x808c core_iicd_scl_high
+	0x808d core_iicd_start_setup
+	0x808e core_iicd_start_hold
+	0x808f core_iicd_stop_setup
+	0x8090 core_iicd_data_setup
+	0x8091 core_iicd_data_hold
+	0x8092 core_iicd_txlen
+	0x8094 core_iicd_txaddr
+	0x8096 core_iicd_rxaddr
+	0x8098 core_iicd_rxlen
+	0x809a core_pwm_en
+	0x809b core_pwm_init
+	0x809c core_pwm_pcnt0
+	0x809e core_pwm_ncnt0
+	0x80a0 core_pwm_pcnt1
+	0x80a2 core_pwm_ncnt1
+	0x80a4 core_pwm_pcnt2
+	0x80a6 core_pwm_ncnt2
+	0x80a8 core_pwm_pcnt3
+	0x80aa core_pwm_ncnt3
+	0x80ac core_pwm_pcnt4
+	0x80ae core_pwm_ncnt4
+	0x80b0 core_pwm_pcnt5
+	0x80b2 core_pwm_ncnt5
+	0x80b4 core_pwm_pcnt6
+	0x80b6 core_pwm_ncnt6
+	0x80b8 core_pwm_pcnt7
+	0x80ba core_pwm_ncnt7
+	0x80bc core_pwm_sync
+	0x80bd core_pwm_timermode
+	0x80be core_pwm_autoload
+	0x80bf core_sum_ctrl
+	0x80c0 core_ccm_inptr
+	0x80c2 core_dac_ctrl	
+	0x80c3 core_dac_vol
+	0x80c4 core_dac_saddr
+	0x80c6 core_dac_len
+	0x80c8 core_dac_coef
+	0x80cb core_ccnt_bit
+	0x80cc core_sadc_ctrl
+	0x80cd core_sadc_clkdiv
+	0x80ce core_sadc_saddr
+	0x80d0 core_sadc_eaddr
+	0x80d2 core_keybuf_saddr
+	0x80d4 core_gpio_conf_hi
+	
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x811e core_adc_sum
+	0x8120 core_nec_wptr
+	0x8122 core_current_otp_addr
+	0x8124 core_spid_remain
+	0x8126 core_iicd_remain
+	0x8128 core_dma_status
+	0x8129 core_perf_status
+	0x812a core_adc_in
+	0x812c core_nec_rxitem
+	0x812e core_otpd_remain
+	0x8130 core_lpm_ctrl
+	0x8132 core_lpm_isogate
+	0x8133 core_lpm_ldosel
+	0x8134 core_io_vsel
+	0x8135 core_io_doze_en
+	0x813a core_xtal_cap
+	0x813d core_xtal_ib
+	0x813e core_lpm_xtalcnt
+	0x813f core_lpm_buckcnt
+	0x8140 core_lpm_ldocnt
+	0x8141 core_puwakeup
+	0x8142 core_lpm_sysctl
+	0x8143 core_ucode_flag
+	0x8144 core_peripheral_lock
+	0x8145 core_mpu_s0_saddr
+	0x8147 core_mpu_s0_eaddr
+	0x8149 core_mpu_s1_saddr
+	0x814b core_mpu_s1_eaddr
+	0x814d core_gpio_wakeup_cfg
+	0x8155 core_aes_decode_key_init
+	0x815b core_clk_counter
+	0x815e core_bist_done
+	0x8160 core_bist_fail
+	0x8162 core_dac_rptr	
+	0x8164 core_sadc_data	
+	0x8166 core_rccnt_counter
+		
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+
+	0x8900 modem_en
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x8968 core_agc_wb_sat_th
+	0x8969 core_agc_nb_sat_th
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x8a00 core_bbpll_ctrl0              
+	0x8a01 core_bbpll_ctrl1              
+	0x8a02 core_bbpll_cfg0               
+	0x8a03 core_bbpll_cfg1               
+	0x8a04 core_bbpll_cfg2               
+	0x8a05 core_bbpll_cfg3               
+	0x8a06 core_bbpll_cfg4               
+	0x8a07 core_gpadc_ctrl
+	0x8a08 core_gpadc_cfg0
+	0x8a09 core_gpadc_cfg1
+	0x8a0a core_gpadc_cfg2
+	0x8a0b core_gpadc_cfg3
+	0x8a0c core_gpadc_status
+	0x8a0d core_vtest_ctrl0
+	0x8a0e core_vtest_ctrl1
+	0x8a0f core_ldo_trx_ctrl0
+	0x8a10 core_ldo_trx_ctrl1
+	0x8a11 core_ldo_trx_ctrl2
+	0x8a12 core_ldo_rfpll_ctrl
+    0x8a13 core_ldo_trx_cfg0
+    0x8a14 core_ldo_trx_cfg1
+    0x8a15 core_ldo_trx_cfg2
+    0x8a16 core_ldo_rfpll_mnc_cfg2
+
+    0x8a20 core_rfpll_afc_ctrl0
+    0x8a21 core_rfpll_afc_ctrl1
+    0x8a22 core_rfpll_afc_ctrl2
+    0x8a23 core_rfpll_en_ctrl0
+    0x8a24 core_rfpll_en_ctrl1
+    0x8a25 core_rf_en_ctrl0
+    0x8a26 core_rf_en_ctrl1
+
+	0x8a30 core_rx_force_en_ctrl
+	0x8a31 core_rx_gc_force_val
+	0x8a32 core_rx_lna_isel_force_val
+
+	0x8a40 core_rx_lna_hg_isel_gc7        
+	0x8a41 core_rx_lna_hg_isel_gc6        
+	0x8a42 core_rx_lna_hg_isel_gc5        
+	0x8a43 core_rx_lna_lg_isel_gc4        
+	0x8a44 core_rx_lna_lg_isel_gc3        
+	0x8a45 core_rx_lna_lg_isel_gc2        
+	0x8a46 core_rx_lna_lg_isel_gc1        
+	0x8a47 core_rx_lna_lg_isel_gc0        
+	0x8a48 core_rx_abb_gc_gc8              
+	0x8a49 core_rx_abb_gc_gc7              
+	0x8a4a core_rx_abb_gc_gc6              
+	0x8a4b core_rx_abb_gc_gc5              
+	0x8a4c core_rx_abb_gc_gc4              
+	0x8a4d core_rx_abb_gc_gc3              
+	0x8a4e core_rx_abb_gc_gc2              
+	0x8a4f core_rx_abb_gc_gc1              
+	0x8a50 core_rx_abb_gc_gc0              
+
+	0x8a60 core_tx_ctrl0
+	0x8a61 core_tx_ctrl1
+	0x8a62 core_tx_ctrl2
+	0x8a63 core_tx_ctrl3
+
+	0x8a70 core_rfpll_cal_ctrl0
+	0x8a71 core_rfpll_cal_ctrl1
+	0x8a72 core_rfpll_cal_ctrl2
+	0x8a73 core_rfpll_cal_ctrl3
+	0x8a74 core_rfpll_cal_ctrl4
+	0x8a75 core_rfpll_cal_ctrl5
+	0x8a76 core_rfpll_cal_ctrl6
+	0x8a77 core_rfpll_cal_ctrl7
+	0x8a78 core_rfpll_cal_ctrl8
+	0x8a79 core_rfpll_cal_ctrl9
+	0x8a7a core_rfpll_cal_ctrl10
+	0x8a7b core_rfpll_cal_ctrl11
+	0x8a7c core_rfpll_cal_result0
+	0x8a7d core_rfpll_cal_result1
+	0x8a7e core_rfpll_cal_result2
+
+    0x8a80 core_rfpll_cfg0
+    0x8a81 core_rfpll_cfg1
+    0x8a82 core_rfpll_cfg2
+    0x8a83 core_rfpll_cfg3
+    0x8a84 core_rfpll_cfg4
+    0x8a85 core_rfpll_cfg5
+    0x8a86 core_rfpll_cfg6
+    0x8a87 core_rfpll_cfg7
+
+    0x8a88 core_rx_cfg0
+    0x8a89 core_rx_cfg1
+    0x8a8a core_rx_cfg2
+    0x8a8b core_rx_cfg3
+    0x8a8c core_rx_cfg4
+    0x8a8d core_rx_cfg5
+    0x8a8e core_rx_cfg6
+    0x8a8f core_rx_cfg7
+    0x8a90 core_rx_cfg8
+
+	0x8aa0 core_rx_tiai_dcoc_gc0          
+	0x8aa1 core_rx_tiaq_dcoc_gc0          
+	0x8aa2 core_rx_tiai_dcoc_gc1          
+	0x8aa3 core_rx_tiaq_dcoc_gc1          
+	0x8aa4 core_rx_tiai_dcoc_gc2          
+	0x8aa5 core_rx_tiaq_dcoc_gc2          
+	0x8aa6 core_rx_tiai_dcoc_gc3          
+	0x8aa7 core_rx_tiaq_dcoc_gc3          
+	0x8aa8 core_rx_tiai_dcoc_gc4          
+	0x8aa9 core_rx_tiaq_dcoc_gc4          
+	0x8aaa core_rx_tiai_dcoc_gc5          
+	0x8aab core_rx_tiaq_dcoc_gc5          
+	0x8aac core_rx_tiai_dcoc_gc6          
+	0x8aad core_rx_tiaq_dcoc_gc6          
+	0x8aae core_rx_tiai_dcoc_gc7          
+	0x8aaf core_rx_tiaq_dcoc_gc7          
+	0x8ab0 core_rx_abbi_dcoc_gc0
+	0x8ab1 core_rx_abbq_dcoc_gc0
+	0x8ab2 core_rx_abbi_dcoc_gc1
+	0x8ab3 core_rx_abbq_dcoc_gc1           
+	0x8ab4 core_rx_abbi_dcoc_gc2
+	0x8ab5 core_rx_abbq_dcoc_gc2
+	0x8ab6 core_rx_abbi_dcoc_gc3
+	0x8ab7 core_rx_abbq_dcoc_gc3
+	0x8ab8 core_rx_abbi_dcoc_gc4
+	0x8ab9 core_rx_abbq_dcoc_gc4
+	0x8aba core_rx_abbi_dcoc_gc5
+	0x8abb core_rx_abbq_dcoc_gc5
+	0x8abc core_rx_abbi_dcoc_gc6
+	0x8abd core_rx_abbq_dcoc_gc6
+	0x8abe core_rx_abbi_dcoc_gc7
+	0x8abf core_rx_abbq_dcoc_gc7
+	0x8ac0 core_rx_abbi_dcoc_gc8
+	0x8ac1 core_rx_abbq_dcoc_gc8
+	0x8ac2 core_rx_tiai_dcoc_force
+	0x8ac3 core_rx_tiaq_dcoc_force
+	0x8ac4 core_rx_abbi_dcoc_force
+	0x8ac5 core_rx_abbq_dcoc_force
+	0x8ac8 core_chgpump_ctrl
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_addr
+	0x8c02 core_usb_rx_saddr
+	0x8c04 core_usb_rx_eaddr
+	0x8c06 core_usb_rxptr
+	0x8c08 core_usb_tx_saddr0
+	0x8c0a core_usb_tx_saddr1
+	0x8c0c core_usb_tx_saddr2
+	0x8c0e core_usb_tx_saddr3
+	0x8c10 core_usb_epmap
+	0x8c11 core_usb_pupd
+	0x8c12 core_usb_hmode
+	0x8c13 core_usb_int_mask
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_toggle
+	0x8c1b core_usb_clear_nak
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_status
+	0x8c24 core_usb_stall_status
+	0x8c25 core_usb_txbusy
+	0x8c26 core_usb_sof_cnt
+	0x8c28 core_usb_rxcnt
+
+	
+
+
+
+    
+    
+)
+(
+7 AES_EN
+)
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+(
+/* bit difinitions */
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+(
+  4 cold_wake
+  5 gpio_latch
+  6 retmem_cs
+  7 isogate
+)
+(
+  2 fast_wake
+  3 ice_mode
+  4 reload_code
+)
+(
+1 lpmreg_sel_counter
+2 lpmreg_sel_scanmode
+)
+(
+0 SPI_LOCK_BIT
+1 PWM_LOCK_BIT
+2 UART_LOCK_BIT
+3 IIC_LOCK_BIT
+4 ADPCM_LOCK_BIT
+5 ROM_LOCK_BIT
+6 OPTION_LOCK
+6 OTP_NOT_LIMIT
+7 OTP_LIMIT
+)
+(
+4 LPM_DOZE_EN_BIT	
+)
+(
+  0x01 RCCNT_START
+  0x02 SPID_START
+  0x04 IICD_START
+  0x08 OTP_KEY_LOCK
+  0x10 INIT_KEY
+  0x20 SHIFT_KEY
+  0X80 CCNT_START
+)
+(
+  0 OTPD_CRCOK
+  1 OTPD_DONE
+  2 SPID_CRCOK
+  3 SPID_DONE
+  4 IICD_CRCOK
+  5 IICD_DONE
+  6 IICD_ACK
+)
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_SARADC_DMA
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+(
+  0 gpcfg_input
+  6 gpcfg_dac_p  
+  7 gpcfg_dac_n
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+(
+16	GPIO_NUMBER
+8	GPIO_NUMBER_EXT
+)
+(
+  0x00   SP_FLAG_STANDBY
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+(
+  0x00   SP_CALC_STANDBY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+(
+  0x00   SP_KEY_INVALID
+  0x03   SP_KEY_VALID_256
+
+)
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+(
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+(
+0 BT_CMD_STANDBY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+31 BT_CMD_STORE_RECONN_INFO_LE
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+)
+(
+0x00 BT_EVT_NULL
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+(
+0 OFF
+1 ON
+)
+(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+)
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+(
+)
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_RXFULL
+7 USB_STATUS_TXDONE0
+8 USB_STATUS_TXDONE1
+9 USB_STATUS_TXDONE2
+10 USB_STATUS_TXDONE3
+)
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+(
+640 TIMER_NAK_DELAY
+5000 TIMER_WAKEUP_DELAY
+)
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+memalloc(
+ 1 mem_le_adv_transmit
+1 mem_le_adv_waitcnt
+1 mem_le_adv_rcv
+1 mem_le_req_rcv
+1 mem_le_scanrsp_rcv
+1 mem_le_conn_rcv
+
+1 mem_current_context
+1 mem_le_ch_mapped
+1 mem_last_freq
+1 mem_rssi
+2 mem_context_ptr
+2 mem_rx_window
+
+
+/* lpo related */
+1 mem_lpm_adjust
+6 mem_sync_clke
+1 mem_lpm_current_mult
+12 mem_gpio_wakeup_cfg
+
+
+4 mem_clkn_bt
+4 mem_clke_bt
+4 mem_dpll_clkn
+
+2 mem_slot_offset
+
+
+1 mem_loadcode_times
+1 mem_select_list_item
+0 mem_temp_reconn_record
+1 mem_record_bt_mode
+2 mem_list_item_ptr
+
+1 mem_rssi_hex
+
+
+2 mem_param_tx_setup
+2 mem_param_rf_setup
+2 mem_param_conn_access
+2 mem_param_clke_cal
+2 mem_param_pll_setup
+2 mem_param_rx_setup
+2 mem_param_dpll_start_delay
+2 mem_param_rt_rthalfslot
+2 mem_param_clke_cal_le_1m
+2 mem_param_clke_cal_le_2m
+2 mem_param_clke_cal_le_coded
+
+)
+memalloc(
+260 mem_le_rxbuf
+
+/* security temp */
+4 mem_le_mic
+4 mem_le_peer_mic
+//8 mem_le_skdm
+//8 mem_le_skds
+16 mem_le_mrand
+
+
+/* ========= le context =========== */
+1 mem_le_state
+1 mem_le_mode
+2 mem_le_tsniff
+4 mem_le_anchor
+6 mem_le_clk_offset
+2 mem_le_receive_window
+6 mem_le_plap
+1 mem_le_conn_handle
+1 mem_le_arq
+1 mem_le_ch
+1 mem_le_hop
+2 mem_le_event_count
+4 mem_le_supervision_timer
+2 mem_le_instant
+1 mem_le_channels
+1 mem_le_op
+
+	/* these 3 should NOT be seperated */
+4 mem_le_access
+3 mem_le_crcinit
+1 mem_le_window_size
+
+	/* these 3 should NOT be seperated */
+2 mem_le_slave_latency
+2 mem_le_superto
+5 mem_le_channel_map
+
+
+1 mem_le_rx_phy
+1 mem_le_tx_phy
+
+9 mem_le_update_new_param
+
+16 mem_le_sk
+
+1 mem_le_peer_sca
+1 mem_le_err_code
+1 mem_le_ll_pairing_fail_reason
+
+/* ========= le context ending =========== */
+
+/* test */
+1 mem_le_testtype
+1 mem_cmd_le_create_conn
+
+)
+memalloc (
+	0 memresult
+	0 mem_sp_calc_result
+	4 memh
+	4 memg
+	4 memf
+	4 meme
+	0 mem_sp_calc_result_high
+	4 memd
+	4 memc
+	4 memb
+	4 mema
+)
+memalloc(
+
+/* load code */
+1 mem_ucode_status
+1 mem_spid_tbuf				/* spid buf: 03 addr[23:16] addr[15:8] addr[7:0] */
+0 mem_iicd_tbuf				/* iicd buf: iic_adr addr[15:8] addr[7:0] iic_adr */
+1 mem_addr_hi
+1 mem_addr_mi
+1 mem_addr_lo
+1 mem_iicd_addr
+4 mem_spid_rbuf
+2 mem_ucode_buf
+2 mem_ucode_len
+2 mem_sched_addr
+16 mem_ucode_keybuf
+
+32 mem_otp_temp
+
+1 mem_app_evt_timer_count
+)
+memalloc (
+16 mem_input_store
+
+2 mem_ec_loopc
+1 mem_aes_cmac_data_length
+
+96 mem_dat
+
+/* ecc calculation */
+32 mem_ax_256 //32 bytes
+32 mem_ay_256 // 32 bytes
+32 mem_az_256 // 32 bytes
+32 mem_bx_256 // 32 bytes
+32 mem_by_256 // 31 bytes
+
+0 mem_bz_256  //32 bytes
+0 mem_tmp1
+24 memahbak
+8 mem_tmp5
+32 mem_cx_256  //32 bytes
+31 mem_cy_256  // 32 bytes
+1 mem_cy5_256 // 1 byte
+32 mem_cz_256 // 32 bytes
+32 mem_k_256 //32 bytes
+32  mem_tmp1_256 //32 bytes
+
+32 mem_tmp5_256
+32  mem_tmp2_256
+0 mem_tmp3_256
+32 mem_t1_256
+0 mem_tmp0_256
+32 mem_t0_256
+32 mem_t2_256
+32 mem_t3_256
+32 mem_t7_256
+
+24 mem_p
+24 mem_a
+24 mem_b
+24 mem_gx
+24 mem_gy
+32 memh0
+
+32 mem_p_256		
+32 mem_a_256
+32 mem_gx_256
+32 mem_gy_256
+16 mem_le_slat
+
+)
+memalloc(
+0 mem_sp_state_start
+1 mem_sp_dhkey_invalid
+4 mem_gkey
+0 mem_sp_state_end
+
+32 mem_le_pubkey_remote_x_256
+32 mem_le_pubkey_remote_y_256
+32 mem_le_dhkey_256
+
+16 mem_sp_confirm_remote
+)
+memalloc(
+1 mem_ipc_skip_continue_proc
+) 
+memalloc(
+
+1 mem_fifo_temp
+
+8 mem_pdatatemp
+8 mem_temp //8 bytes
+4 mem_timeup // 4 bytes
+4 mem_rega //4 bytes
+4 mem_regb //4 bytes
+3 mem_regc //3 bytes
+2 mem_contr //2 bytes
+2 mem_contw //2 bytes
+2 mem_contus
+2 mem_contue
+2 mem_contu
+2 mem_queue
+2 mem_loopcnt
+
+4 mem_saved_gpio_in
+
+0 mem_module_rx_error_data_buffer
+0 mem_le_adv_channel_map_temp
+0 mem_le_data_len_temp	//1byte
+0 mem_event_cmd_response_content	//2byte
+0 mem_le_prand		//16byte
+0 mem_AES_CMAC_k	 //16 bytes
+0 mem_regext_index 	//1 bytes
+1 mem_temp_block0
+0 mem_le_data_temp	//15bytes
+15 mem_temp_block1
+0 mem_le_tx_buf_temp //48byte
+0 mem_le_aes_128	//16byte
+0 mem_regext   //64 bytes
+0 mem_AES_CMAC_k1  //16 bytes
+16 mem_temp_block2
+0 mem_AES_CMAC_k2  //16 bytes
+16 mem_temp_block3
+0 mem_AES_CMAC_temp  // 16 bytes
+16 mem_temp_block4
+0 mem_AES_CMAC_M_last // 16 bytes
+1 mem_module_uart_cmd
+1 mem_module_uart_opcode
+1 mem_module_uart_len
+1 mem_module_temp_nl_discard_packet
+12 mem_temp_block5
+0 mem_le_mackey //16 bytes
+0 mem_app_receive_temp
+2 mem_key_value_temp
+2 mem_key_value
+1 mem_key_value_temp1
+1 mem_key_value_temp2
+1 mem_key_value_temp3
+1 mem_key_value_temp4
+1 mem_key_value_temp5
+1 mem_key_value_temp6
+6 mem_temp_block6
+
+3 mem_scale_ratio
+3 mem_xcnt
+2 mem_scale_ratio_temp
+)
+memalloc test (
+/* test related */
+2 mem_le_test_sync
+2 mem_le_test_pcnt
+2 mem_tst_pktcnt_crc
+2 mem_tst_pktcnt_dmh
+3 mem_tmp_buffer_head
+80 mem_tmp_buffer
+
+)
+memalloc ali_mesh(
+	1 mem_mesh_receive_model_message_payload_len
+	1 mem_mesh_receive_model_message_payload_opcode
+	23 mem_mesh_receive_model_message_payload
+
+	1 mem_mesh_access_layer_payload_len
+	0 mem_mesh_access_layer_payload
+	50 mem_mesh_access_payload
+	50 mem_mesh_access_payload_padding	//Ϊ͸ģԤ
+)
+memalloc ali_mesh(
+	0 mem_mesh_queue_ele_temp
+	1 mem_mesh_queue_ele_duration
+	1 mem_mesh_queue_ele_gatt_msg_id
+	1 mem_mesh_queue_ele_len
+	31 mem_mesh_queue_ele_payload
+	1 mem_mesh_queue_ele_padding
+)
+memalloc ali_mesh(
+	39 mem_le_txheader_mesh_temp
+	
+)
+memalloc ali_mesh(
+	// sha256
+	0 mem_mesh_sha256_chunk_start
+	64 mem_mesh_sha256_chunk1
+	64 mem_mesh_sha256_chunk2
+	64 mem_mesh_sha256_chunk3
+	64 mem_mesh_sha256_chunk4
+
+	//obfuscation network PDU Header
+	0 mem_mesh_Privacy_Plaintext
+	5 mem_mesh_Privacy_Plaintext_Zero_String
+	4 mem_mesh_Privacy_Plaintext_IV_Index
+	0 mem_mesh_Privacy_Plaintext_Privacy_Random
+	2 mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+	5 mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+	16 mem_mesh_PECB
+
+	//basic function
+	//aes-ccm
+	2 mem_nonce_ptr
+	1 mem_ccm_data_len
+	2 mem_ccm_data_ptr
+	8 mem_ccm_mic
+	1 mem_ccm_type
+
+
+)
+memalloc ali_mesh(
+
+	16 mem_mesh_Device_UUID
+	
+	1 mem_mesh_receive_VID
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_mic_cache_ptr
+	2 mem_adv_CRC_False_initValue
+	2 mem_CRC16_polynomial
+)
+memalloc ali_mesh(
+	1 mem_mesh_lower_transport_layer_payload_len
+
+)
+memalloc ali_mesh(
+	2 mem_mesh_loopcnt_tmep
+	2 mem_mesh_rega_temp
+	2 mem_mesh_regb_temp
+	2 mem_mesh_regc_temp
+	2 mem_mesh_alarm_temp
+	
+)
+memalloc ali_mesh(
+	1 mem_mesh_message_Transport_NetMIC_length
+
+	1 mem_mesh_message_NID
+	1 mem_mesh_message_TTL
+	3 mem_mesh_message_SEQ
+	2 mem_mesh_message_SRC
+	2 mem_mesh_message_DST
+	0 mem_mesh_message_Proxy_TransportPDU_opcode
+	0 mem_mesh_message_Transport_NetMIC
+	1 mem_mesh_message_Transport_Head
+	//unsegmented access message
+	0 mem_mesh_message_Proxy_TransportPDU_Parameters
+	0 mem_mesh_message_Transport_unsegmented_access_messagePDU
+	//segmented access message
+	0 mem_mesh_message_Transport_segmented_access_messagePDU
+	3 mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+	0 mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+	16 mem_mesh_message_Transport_NetMIC_end
+
+	13 mem_mesh_nonce_struct
+
+	2 mem_mesh_send_message_DST
+	3 mem_mesh_last_message_SEQ
+	1 mem_mesh_network_packet_type
+
+	1 mem_mesh_receive_message_count
+	2 mem_mesh_receive_message_first_unicast_address
+	2 mem_mesh_receive_message_second_unicast_address
+	2 mem_mesh_receive_message_third_unicast_address
+	2 mem_mesh_receive_message_fourth_unicast_address	
+
+)
+memalloc ali_mesh(
+	0 mem_mesh_Proxy_Nonce
+	1 mem_mesh_Proxy_Nonce_Nonce_Type
+	1 mem_mesh_Proxy_Nonce_Pad
+	3 mem_mesh_Proxy_Nonce_SEQ
+	2 mem_mesh_Proxy_Nonce_SRC
+	2 mem_mesh_Proxy_Nonce_Pad2
+	4 mem_mesh_Proxy_Nonce_IV_Index
+
+	16 mem_mesh_white_list
+	2 mem_mesh_white_list_num
+	1 mem_mesh_addressed_filter_type
+)
+memalloc ali_mesh(
+	2 mem_mesh_upper_transport_layer_payload_ptr
+	1 mem_mesh_segmented_upper_transport_layer_payload_len
+	2 mem_mesh_segmented_lower_transport_layer_SegZero
+	1 mem_mesh_segmented_lower_transport_layer_SegO
+	1 mem_mesh_segmented_lower_transport_layer_SegN
+	1 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+
+	0 mem_mesh_upper_tran_layer_queue_temp
+	1 mem_mesh_upper_tran_layer_temp_packet_flag
+	2 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+	1 mem_mesh_upper_tran_layer_temp_packet_TID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+	1 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+	3 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+	2 mem_mesh_upper_tran_layer_temp_packet_header_SRC
+	2 mem_mesh_upper_tran_layer_temp_packet_header_DST
+	1 mem_mesh_upper_tran_layer_temp_packet_length
+	108 mem_mesh_upper_tran_layer_temp_packet_payload
+
+
+	64 mem_mesh_network_dup_cache
+	80 mem_mesh_network_msg_cache
+
+	1 mem_mesh_network_relay_gatt_queue_each_size
+	1 mem_mesh_network_relay_gatt_queue_length
+	1 mem_mesh_network_relay_gatt_queue_current_num
+	1 mem_mesh_network_relay_gatt_queue_read_ptr
+	1 mem_mesh_network_relay_gatt_queue_write_ptr
+	340 mem_mesh_network_relay_gatt_queue_ele
+
+	
+
+	
+
+)
+memalloc usb_dongle(
+256 mem_dg_rssi_noise_buffer
+256 mem_dg_rssi_noise_dg_buffer
+256 mem_dg_rssi_noise_ms_buffer
+256 mem_dg_rssi_noise_kb_buffer
+
+)
+memalloc module(
+	//ble
+	2 mem_module_le_rx_data_len
+	2 mem_module_le_rx_data_address
+	2 mem_module_le_rx_data_handle
+
+ifdef COMPILE_WECHAT
+	0 mem_wechat_tx_buffer
+	1 mem_wechat_tx_bMagicNumber
+	1 mem_wechat_tx_bVer
+	2 mem_wechat_tx_nLength
+	2 mem_wechat_tx_nCmdId
+	2 mem_wechat_tx_nSeq1
+	255 mem_wechat_tx_payload
+
+	0 mem_wechat_rx_buffer
+	1 mem_wechat_rx_bMagicNumber
+	1 mem_wechat_rx_bVer
+	2 mem_wechat_rx_nLength
+	2 mem_wechat_rx_nCmdId
+	2 mem_wechat_rx_nSeq
+	255 mem_wechat_rx_payload
+
+	255 mem_module_wechat_local_data_buffer
+
+endif
+)
+memalloc mouse(
+2 mem_init_cnt
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+2 mem_data_value
+
+
+)
+memalloc hci_boot(
+2 mem_hci_opcode_ocf
+1 mem_hci_opcode_ogf
+
+//event head
+1 mem_hci_event_head_type
+1 mem_hci_event_head_event_code
+1 mem_hci_event_para_total_length
+
+//command complete
+1 mem_hci_command_complete_num_hci_command_packet
+0 mem_hci_command_complete_command_opcode
+2 mem_hci_opcode
+0 mem_hci_command_complete_return_parameter
+1 mem_hci_command_complete_return_parameter_status
+0 mem_hci_command_complete_return_parameter_chip_id
+
+)
+memalloc usb(
+2 mem_usb_status
+1 mem_usb_fifo_empty
+2 mem_usb_read_len
+65 mem_usb_txbuf
+10 mem_usb_txbuf1
+10 mem_usb_txbuf2
+64 mem_usb_rxbuf
+1 mem_usb_rxbuf_end
+2 mem_bufptr
+1 mem_remain
+2 mem_hidreportdesc_kb
+2 mem_hidreportdesc_m
+19 mem_devicedesc
+60 mem_confdesc
+5 mem_string0
+30 mem_string1
+30 mem_string2
+30 mem_string3
+2 mem_cb_usb_config
+
+1 mem_usb_tx_interval
+9 mem_usb_vid_pid
+2 mem_usb_zero_packet
+2 mem_usb_ones_packet
+2 mem_usb_two_packet
+1 mem_usb0_state
+1 mem_usb_offline_check_gpio
+
+0 mem_usb_clear_mem_start
+0 mem_usb_setup
+1 mem_usb_setup_bmRequestType
+1 mem_usb_setup_bRequest
+1 mem_usb_setup_bValue
+1 mem_usb_setup_bValueH
+2 mem_usb_setup_wIndex
+1 mem_usb_setup_bLength
+1 mem_usb_setup_bLengthH
+64 mem_usb0_set_report_data
+64 mem_usb0_get_report_data
+2 mem_usb_setup_bValue_temp
+1 mem_usb0_get_set_report
+1 mem_usb0_data_ready_report
+1 mem_usb_tx_win_enable
+1 mem_usb_tx_mac_enable
+1 mem_usb_idle_flag
+1 mem_usb_idle_rate
+1 mem_usb_get_protocol_flag
+1 mem_usb_set_protocol_status
+1 mem_usb_set_protocol_value
+1 mem_usb_state
+1 mem_usb_remote_wakeup
+1 mem_usb_clear_remote_wakeup
+1 mem_sdsystem_wakeup_flag
+1 mem_usb_ep0_stall_status
+1 mem_usb_ep1_stall_status
+1 mem_usb_ep2_stall_status
+1 mem_usb_ep3_stall_status
+2 mem_dsc_info_data_pointer
+1 mem_dsc_info_len
+1 mem_usb_ep1_data
+1 mem_usb_ep2_data
+1 mem_usb_tx_enable
+1 mem_usb_device_enumeration_endflag
+1 mem_usb_wakestate_onetime_flag
+1 mem_usb_mac_wakeup_trig
+1 mem_usb_set_high_addr_flag
+1 mem_usb_clear_halt
+16 mem_usb_mouse_data
+16 mem_usb_kb_data
+16 mem_usb_kb_multikey
+16 mem_usb_kb_system
+2 mem_usb_test_cnt
+10 mem_usb_test_kb
+0 mem_usb_clear_mem_end
+64 mem_usb_ccid_buf
+)
+amemalloc mem_le_update_new_param(
+//update connection parameter
+	0 mem_le_new_param
+	1 mem_le_new_transmitwindowsize
+	2 mem_le_new_transmitwindowoffset
+	2 mem_le_new_conninterval
+	2 mem_le_new_connslavelatency
+	2 mem_le_new_connsupervisiontimeout
+)
+amemalloc mem_le_update_new_param(
+//update map parameter
+	5 mem_le_new_map
+)
+amemalloc mem_le_update_new_param(
+//update phy parameter
+	1 mem_le_new_m2s_phy
+	1 mem_le_new_s2m_phy
+)
+amemalloc mem_le_rxbuf(
+//data channel PDU
+	1 mem_le_rxbuf_data_header
+	1 mem_le_rxbuf_data_length
+	255 mem_le_rxbuf_data_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel LL control PDU
+	1 mem_le_rxbuf_data_ll_header
+	1 mem_le_rxbuf_data_ll_length
+	1 mem_le_rxbuf_data_ll_opcode
+	26 mem_le_rxbuf_data_ll_control_data
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+	1 mem_le_rxbuf_adv_header
+	1 mem_le_rxbuf_adv_length
+	255 mem_le_rxbuf_adv_payload
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Scan Req
+	1 mem_le_rxbuf_adv_scan_req_header
+	1 mem_le_rxbuf_adv_scan_req_length
+	6 mem_le_rxbuf_adv_scan_req_scan_address
+	6 mem_le_rxbuf_adv_scan_req_adv_address
+)
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Connect IND
+	1 mem_le_rxbuf_adv_connect_ind_header
+	1 mem_le_rxbuf_adv_connect_ind_length
+	6 mem_le_rxbuf_adv_connect_ind_init_address
+	6 mem_le_rxbuf_adv_connect_ind_adv_address
+	4 mem_le_rxbuf_adv_connect_ind_access_address
+	3 mem_le_rxbuf_adv_connect_ind_crc_init
+	1 mem_le_rxbuf_adv_connect_ind_win_size
+	2 mem_le_rxbuf_adv_connect_ind_win_offset
+	2 mem_le_rxbuf_adv_connect_ind_interval
+	2 mem_le_rxbuf_adv_connect_ind_latency
+	2 mem_le_rxbuf_adv_connect_ind_timeout
+	5 mem_le_rxbuf_adv_connect_ind_channel_map
+	1 mem_le_rxbuf_adv_connect_ind_hop_and_sca
+)
+amemalloc mem_temp_block2(
+	2 mem_le_search_handle_start
+	2 mem_le_search_handle_end
+	0 mem_le_att_offset
+	1 mem_le_search_att_type_length
+	16 mem_le_search_att_type
+
+	1 mem_le_curr_att_len
+
+	2 mem_le_cur_attlist_start_ptr
+	2 mem_le_cur_handle_start
+	2 mem_le_cur_handle_end
+	1 mem_le_cur_uuid_length
+	16 mem_le_cur_uuid
+	2 mem_le_cur_handle
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT start PDU
+	1 mem_le_rxbuf_data_att_header
+	1 mem_le_rxbuf_data_att_length
+	2 mem_le_rxbuf_data_att_l2cap_length
+	2 mem_le_rxbuf_data_att_cid
+	1 mem_le_rxbuf_data_att_opcode
+	250 mem_le_rxbuf_data_att_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT continue PDU
+	1 mem_le_rxbuf_data_continue_header
+	1 mem_le_rxbuf_data_continue_length
+	255 mem_le_rxbuf_data_continue_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT write request PDU
+	1 mem_le_rxbuf_data_att_write_header
+	1 mem_le_rxbuf_data_att_write_length
+	2 mem_le_rxbuf_data_att_write_l2cap_length
+	2 mem_le_rxbuf_data_att_write_cid
+	1 mem_le_rxbuf_data_att_write_opcode
+	2 mem_le_rxbuf_data_att_write_handle
+	248 mem_le_rxbuf_data_att_write_payload
+)
+amemalloc mem_le_rxbuf(
+//data channel ATT prepare write request PDU
+	1 mem_le_rxbuf_data_prepare_att_write_header
+	1 mem_le_rxbuf_data_prepare_att_write_length
+	2 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+	2 mem_le_rxbuf_data_prepare_att_write_cid
+	1 mem_le_rxbuf_data_prepare_att_write_opcode
+	2 mem_le_rxbuf_data_prepare_att_write_handle
+	2 mem_le_rxbuf_data_prepare_att_write_offset
+	246 mem_le_rxbuf_data_prepare_att_write_payload
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	3 mem_mesh_NETKeyindex_and_APPKeyindex
+	16 mem_mesh_receive_application_key
+)
+amemalloc mem_mesh_vendor_timer_timing_palyload(
+	1 mem_mesh_vendor_timer_timing_index_cyclic
+	2 mem_mesh_vendor_timer_timing_time_cyclic
+	2 mem_mesh_vendor_timer_timing_zone_cyclic
+	1 mem_mesh_vendor_timer_timing_weekdays_cyclic
+	2 mem_mesh_vendor_timer_timing_attr_type_cyclic
+	1 mem_mesh_vendor_timer_timing_attr_para_len_cyclic
+	8 mem_mesh_vendor_timer_timing_attr_para_cyclic
+	1 mem_mesh_vendor_timer_timing_cyclic_flag
+)
+amemalloc mem_mesh_vendor_timer_timing_palyload(
+	1 mem_mesh_vendor_timer_timing_index
+	4 mem_mesh_vendor_timer_timing_time
+	2 mem_mesh_vendor_timer_timing_attr_type
+	1 mem_mesh_vendor_timer_timing_attr_para_len
+	8 mem_mesh_vendor_timer_timing_attr_para
+	2 mem_mesh_vendor_timer_timing_flag
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	2 mem_mesh_vendor_message_cid
+	1 mem_mesh_vendor_message_tid
+	2 mem_mesh_vendor_message_attr_type
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_header
+	0 mem_mesh_vendor_attr_parameter
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_delay_close_time_header
+	2 mem_mesh_vendor_delay_close_time
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_night_light_onoff_header
+	1 mem_mesh_vendor_night_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_color_header
+	2 mem_mesh_vendor_color_lightness
+	2 mem_mesh_vendor_color_hue
+	2 mem_mesh_vendor_color_saturation
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_back_light_onoff_header
+	1 mem_mesh_vendor_back_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_main_light_onoff_header
+	1 mem_mesh_vendor_main_light_onoff
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_standby_brightness_header
+	2 mem_mesh_vendor_standby_brightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	5 mem_mesh_vendor_message_current_time_header
+	4 mem_mesh_vendor_message_current_time
+)
+amemalloc mem_mesh_access_layer_payload(
+	//ali mesh vendor struct
+	1 mem_mesh_access_layer_payload_vendor_command
+	2 mem_mesh_access_layer_payload_vendor_CID
+	1 mem_mesh_access_layer_payload_vendor_tid
+	2 mem_mesh_access_layer_payload_vendor_attr_type
+	1 mem_mesh_access_layer_payload_vendor_attr_parameter
+)
+amemalloc mem_temp_block0(
+	64 mem_mesh_subscription_eep_temp
+)
+amemalloc mem_mesh_queue_ele_temp(
+	2 mem_mesh_gatt_package_receive_msg_buffer_ptr
+	0 mem_mesh_gatt_package_receive_msg_buffer_temp
+	2 mem_mesh_gatt_package_receive_msg_id
+	0 mem_mesh_gatt_package_receive_MAC
+	1 mem_mesh_gatt_package_receive_msg_num
+	1 mem_mesh_gatt_package_receive_msg_total_length
+	29 mem_mesh_gatt_package_receive_msg_payload
+)
+amemalloc mem_mesh_Device_UUID(
+	2 mem_mesh_receive_service_uuid_company_id
+	1 mem_mesh_receive_service_uuid_vid
+	1 mem_mesh_receive_service_uuid_provisioning_type
+	2 mem_mesh_receive_service_uuid_mac
+	1 mem_mesh_receive_service_uuid_msg_id
+	1 mem_mesh_receive_service_uuid_package_num
+	1 mem_mesh_receive_service_uuid_length
+	7 mem_mesh_receive_service_uuid_payload_data
+)
+amemalloc mem_le_txheader_mesh_temp(
+	1 mem_mesh_fast_pair_packet_type
+)
+amemalloc mem_mesh_send_packet_timeout(
+	2 mem_mesh_fast_pairing_timer
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode_config_model_subscription
+	2 mem_mesh_subscription_element_address
+	2 mem_mesh_subscription_value_address
+	2 mem_mesh_subscription_model_identifier
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_configuration_health_message_opcode_config_model_subscription_ow  //overwrite
+	2 mem_mesh_subscription_element_address_ow
+	1 mem_mesh_subscription_list_num_ow
+	2 mem_mesh_subscription_value_address_start_ow
+)
+amemalloc mem_mesh_sha256_chunk_start(
+	0 mem_chip_clear_paired_info
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//proxy configuration messages -----Filter Status message format
+	1 mem_mesh_filter_status_message_opcode
+	1 mem_mesh_filter_status_message_FilterType
+	2 mem_mesh_filter_status_message_ListSize
+	8 mem_mesh_filter_status_message_MIC
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 0=Unsegment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_unsegmented_access_lower_transport_layer_head
+	11 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+	4 mem_mesh_unsegmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_send_access_lower_transport_layer(
+	//bit7 is SEQ 1=segment Message
+	//bit6 is AKF
+	//bit5-bit0 is AID
+	1 mem_mesh_segmented_access_lower_transport_layer_head
+	//bit23 is SZMIC size of transMIC
+	//bit22-bit10 is SeqZero Least significant bits of SeqAuth
+	//bit9-bit5 is SegO Segment offset number
+	//bit4-bit0 is SegN Last Segment number
+	3 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+	8 mem_mesh_segmented_access_lower_transport_layer_parameters
+	4 mem_mesh_segmented_access_lower_transport_layer_mic
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	1 mem_mesh_module_message_opcode
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//generic OnOff Set
+	1 mem_mesh_module_message_opcode_onoff_set
+	1 mem_mesh_generic_onoff_set_payload_OnOff
+	1 mem_mesh_generic_onoff_set_payload_TID
+	1 mem_mesh_generic_onoff_set_payload_Transition_Time
+	1 mem_mesh_generic_onoff_set_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//Scene recall ģʽ
+	1 mem_mesh_module_message_opcode_scene_recall
+	2 mem_mesh_scene_recall_payload_scene_number
+	1 mem_mesh_scene_recall_payload_TID
+	1 mem_mesh_scene_recall_payload_Transition_Time
+	1 mem_mesh_scene_recall_payload_Delay
+
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light lightness
+	1 mem_mesh_module_message_opcode_set_light_lightness
+	2 mem_mesh_light_lightness_set_payload_lightness
+	1 mem_mesh_light_lightness_set_payload_TID
+	1 mem_mesh_light_lightness_set_payload_Transition_Time
+	1 mem_mesh_light_lightness_set_payload_Delay
+	1 mem_mesh_light_lightness_calc_lightness
+)
+amemalloc mem_mesh_receive_model_message_payload(
+	//light CTL
+	1 mem_mesh_module_message_opcode_set_light_ctl
+	2 mem_mesh_CTL_Lightness
+	2 mem_mesh_CTL_Temperature
+	2 mem_mesh_CTL_Delta_UV
+	1 mem_mesh_CTL_lightness_TID
+	1 mem_mesh_CTL_lightness_Transition_Time
+	1 mem_mesh_CTL_lightness_Delay	
+	1 mem_mesh_CTL_calc_lightness
+	1 mem_mesh_CTL_calc_temperature
+
+)
+amemalloc mem_k2_T2(
+	16 mem_k2_EncryptionKey
+)
+amemalloc mem_k2_T3(
+	16 mem_k2_PrivacyKey
+)
+amemalloc mem_mesh_nonce_struct(
+	//DST and TransportPDU encryption
+	0 mem_mesh_Network_Nonce
+	1 mem_mesh_Network_Nonce_nonce_type
+	1 mem_mesh_Network_Nonce_CTL_and_TTL
+	3 mem_mesh_Network_Nonce_SEQ
+	2 mem_mesh_Network_Nonce_SRC
+	2 mem_mesh_Network_Nonce_Pad	//0x0000
+	4 mem_mesh_Network_Nonce_IV_Index
+
+)
+amemalloc mem_le_txheader_mesh_temp(
+	1 mem_mesh_network_packet_type_temp
+
+	1 mem_mesh_message_NID_temp
+	1 mem_mesh_message_TTL_temp
+	3 mem_mesh_message_SEQ_temp
+	2 mem_mesh_message_SRC_temp
+	2 mem_mesh_message_DST_temp
+	20  mem_mesh_message_Transport_PDU_temp
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Application_Nonce
+	1 mem_mesh_Application_Nonce_Nonce_Type
+	//bit7 is ASZMIC
+	1 mem_mesh_Application_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Application_Nonce_SEQ
+	2 mem_mesh_Application_Nonce_SRC
+	2 mem_mesh_Application_Nonce_DST
+	4 mem_mesh_Application_Nonce_IV_Index
+)
+amemalloc mem_mesh_nonce_struct(
+	//application payload encryption
+	0 mem_mesh_Device_Nonce
+	1 mem_mesh_Device_Nonce_Nonce_Type
+	1 mem_mesh_Device_Nonce_ASZMIC_and_Pad	//
+	3 mem_mesh_Device_Nonce_SEQ
+	2 mem_mesh_Device_Nonce_SRC
+	2 mem_mesh_Device_Nonce_DST
+	4 mem_mesh_Device_Nonce_IV_Index
+)
+amemalloc mem_mesh_access_layer_payload_len(
+	1 mem_mesh_upper_transport_layer_payload_len
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//unsegment access message
+	0 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+	1 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+	4 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+	0 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+	15 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_mesh_upper_tran_layer_temp_packet_payload(
+//segment access message
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+	2 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+	1 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+	104 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+)
+amemalloc mem_otp_temp(
+	8 mem_otp_adc
+	8 mem_otp_temp0
+	1 mem_otp_core_ldo
+	1 mem_otp_verf_bg
+	1 mem_otp_charge_pump
+	1 mem_otp_dpll_ibais
+	8 mem_otp_temp1
+	1 mem_otp_hv_sel
+	1 mem_otp_ldo_vsel
+	1 mem_otp_load_delay
+	1 mem_otp_load_check_sum
+)
+xmemalloc(
+/* patch enable 0x4000-0x403f  */
+
+1 mem_patch00
+1 mem_patch01
+1 mem_patch02
+1 mem_patch03
+1 mem_patch04
+1 mem_patch05
+1 mem_patch06
+1 mem_patch07
+1 mem_patch08
+1 mem_patch09
+1 mem_patch0a
+1 mem_patch0b
+1 mem_patch0c
+1 mem_patch0d
+1 mem_patch0e
+1 mem_patch0f
+1 mem_patch10
+1 mem_patch11
+1 mem_patch12
+1 mem_patch13
+1 mem_patch14
+1 mem_patch15
+1 mem_patch16
+1 mem_patch17
+1 mem_patch18
+1 mem_patch19
+1 mem_patch1a
+1 mem_patch1b
+1 mem_patch1c
+1 mem_patch1d
+1 mem_patch1e
+1 mem_patch1f
+1 mem_patch20
+1 mem_patch21
+1 mem_patch22
+1 mem_patch23
+1 mem_patch24
+1 mem_patch25
+1 mem_patch26
+1 mem_patch27
+1 mem_patch28
+1 mem_patch29
+1 mem_patch2a
+1 mem_patch2b
+1 mem_patch2c
+1 mem_patch2d
+1 mem_patch2e
+1 mem_patch2f
+1 mem_patch30
+1 mem_patch31
+1 mem_patch32
+1 mem_patch33
+1 mem_patch34
+1 mem_patch35
+1 mem_patch36
+1 mem_patch37
+1 mem_patch38
+1 mem_patch39
+1 mem_patch3a
+1 mem_patch3b
+1 mem_patch3c
+1 mem_patch3d
+1 mem_patch3e
+1 mem_patch3f
+
+	/* 3 device contexts  */
+83 mem_context
+1 mem_current_amaddr
+1 mem_lpm_mode
+4 mem_last_clkn
+
+	/* parameters */
+1 mem_fcomp_div
+2 mem_rx_window_sniff
+2 mem_rf_init_ptr
+
+
+1 mem_rf_rccal
+1 mem_handle_num
+
+
+	/* lpm related */
+2 mem_chip_functions
+2 mem_lpm_wake_lock
+2 mem_lpm_interval
+1 mem_lpm_overhead
+1 mem_lpm_hibernate_switch
+1 mem_sniff_unint_lost
+4 mem_sleep_counter   
+4 mem_sleep_counter_all
+6 mem_sleep_clkn
+3 mem_sniff_rcv
+3 mem_sniff_lost
+3 mem_clks_per_lpo
+
+1 mem_lpm_mult
+1 mem_lpm_mult_timeout
+1 mem_lpm_mult_cnt
+
+1 mem_lpm_xtalcnt
+1 mem_lpm_buckcnt
+1 mem_lpm_ldocnt
+1 mem_lpm_isogate
+1 mem_lpm_isogate_stage2
+1 mem_lpm_isogate_final
+1 mem_lpm_ldo_sel
+1 mem_lpm_sysctl
+1 mem_lpm_hv_sel
+
+24 mem_saved_gpio	 
+3 mem_saved_gsel
+8 mem_saved_mark
+1 mem_saved_spidctrl
+2 mem_patch_ptr
+2 mem_patch_len
+
+32 mem_timers
+
+
+/* HCI */
+1 mem_hci_cmd
+1 mem_hci_conn_handle
+3 mem_hci_plap
+1 mem_hci_puap
+2 mem_hci_pnap
+
+
+1 mem_xtal_c_sel
+24 mem_ghpc_table
+12 mem_aac_res_table
+1 mem_tx_power
+1 mem_modem_rssi
+1 mem_gain_fix
+3 mem_gain_table
+1 mem_gain_second_agc_en
+1 mem_system_clk
+
+ifdef DEBUG_RF_INIT
+5 mem_rf_init_data
+endif
+
+0 mem_adc_reference3v_ft_data	
+2 mem_adc_reference3v_gpio1v_ft_data	
+2 mem_adc_reference3v_gpio2v_ft_data	
+2 mem_adc_reference3v_vdcdc3p6v_ft_data	
+2 mem_adc_reference3v_vdcdc4p6v_ft_data	
+2 mem_adc_reference3v_inter1v_ft_data
+2 mem_adc_reference3v_inter1v_now_data	
+1 mem_adc_reference_mode
+
+1 mem_otp_charge_pump_x
+1 mem_otp_dpll_ibais_x
+
+1 mem_xtal_freq
+)
+xmemalloc(
+1 mem_version
+2 mem_company_id
+2 mem_sub_version
+
+2 mem_le_dsniff
+2 mem_le_conn_interval
+1 mem_le_tx_ifs_defference
+1 mem_le_tx2m_delay
+
+1 mem_le_txheader
+1 mem_le_txlen
+256 mem_le_txpayload
+
+//modified name
+1 mem_le_name_len
+30 mem_le_name
+
+
+/* smp related */
+
+16 mem_le_ltk
+1 mem_ltk_exists
+16 mem_le_rconfirm
+16 mem_le_srand
+1 mem_le_iat
+1 mem_le_rat
+1 mem_le_preq
+1 mem_le_preq_iocap
+1 mem_le_preq_oob
+1 mem_le_preq_auth
+1 mem_le_preq_max_keysize
+1 mem_le_preq_init_key_distribution
+1 mem_le_preq_resp_key_distribution
+1 mem_le_pres
+1 mem_le_pres_iocap
+1 mem_le_pres_oob
+1 mem_le_pres_auth
+1 mem_le_pres_max_keysize
+1 mem_le_pres_init_key_distribution
+1 mem_le_pres_resp_key_distribution
+
+
+
+//START of LE conn parameter structure
+0 mem_le_conn_param
+1 mem_le_conn_peer_addr_type
+6 mem_le_conn_peer_addr
+1 mem_le_conn_own_addr_type
+2 mem_le_interval_min
+2 mem_le_interval_max
+2 mem_le_latency
+2 mem_le_timeout
+//START of LE conn parameter structure
+
+
+3 mem_le_lap
+1 mem_le_uap
+2 mem_le_nap
+
+
+2 mem_le_local_mtu
+2 mem_le_remote_mtu
+
+8 mem_le_skdm
+8 mem_le_skds
+
+2 mem_le_init_superto
+2 mem_ui_le_uuid_table
+
+1 mem_le_secure_connect_flag
+1 mem_le_secure_connect_state
+1 mem_le_sc_confirm_gkey_flag
+
+
+1 mem_le_pairing_state
+1 mem_le_enc_state
+1 mem_le_pairing_mode
+4 mem_le_tk
+2 mem_le_ediv
+8 mem_le_rand
+16 mem_le_irk
+
+//LE attribute list
+4 mem_le_transmit_window
+
+//ble General configuration 
+1 mem_le_configuration
+16 mem_le_fixed_ltk
+2 mem_le_pairing_handle
+
+
+1 mem_le_packet_llid
+
+//for continue
+2 mem_le_l2cap_size
+2 mem_le_packet_len_recved
+2 mem_le_payload_ptr
+
+
+//ble gatt signaling
+1 mem_le_signaling_identifier
+2 mem_le_l2cap_signaling_conn_param_update_rsp_result
+
+1 mem_le_md_count
+2 mem_ble_l2cap_tx_buff0_ptr
+2 mem_ble_l2cap_tx_buff_size_ptr
+)
+xmemalloc(
+// parameters
+1 mem_le_scan_enable
+2 mem_le_scan_interval
+2 mem_le_scan_window
+
+
+1 mem_le_adv_data_len
+31 mem_le_adv_data
+1 mem_le_scan_data_len
+31 mem_le_scan_data
+
+//START of LE adv parameter structure
+1 mem_le_adv_enable
+0 mem_le_adv_param
+2 mem_le_adv_interval
+1 mem_le_adv_type
+1 mem_le_adv_own_addr_type
+6 mem_le_adv_direct_addr
+1 mem_le_adv_channel_map
+//END of LE adv parameter structure
+
+//START of LE scan parameter structure
+0 mem_le_scan_params
+1 mem_le_scan_type
+1 mem_le_scan_own_addr_type
+//END of LE scan parameter structure
+)
+xmemalloc(
+	1 mem_le_l2cap_att_states
+
+
+	/* should be together */
+	1 mem_le_att_opcode
+	2 mem_le_att_handle
+	1 mem_le_search_res
+
+	2 mem_le_notify_handle
+	1 mem_le_search_uuid_length
+	16 mem_le_search_uuid
+)
+xmemalloc(
+8 mem_le_local_feature
+1 mem_le_tx_phys
+1 mem_le_rx_phys
+
+2 mem_remote_rx_max_octets
+2 mem_remote_rx_max_time
+2 mem_remote_tx_max_octets
+2 mem_remote_tx_max_time
+2 mem_local_rx_max_octets
+2 mem_local_rx_max_time
+2 mem_local_tx_max_octets
+2 mem_local_tx_max_time
+
+)
+xmemalloc(
+2 mem_ucode_ptr
+1 mem_ucode_flag
+1 mem_device_option
+1 mem_peripheral_lock_flag
+6 mem_bistfix_val
+
+/*App Callback Functons*/
+2 mem_cb_check_wakelock
+2 mem_cb_before_hibernate
+2 mem_cb_before_lpm
+2 mem_cb_le_process
+2 mem_cb_idle_process
+2 mem_cb_bb_event_process
+2 mem_cb_att_write
+2 mem_cb_ble_transmit
+2 mem_cb_event_timer
+2 mem_cb_bt_set_mult
+2 mem_cb_spi_flash_write_complate
+2 mem_cb_before_lpm_sleep
+
+2 mem_eeprom_base
+
+//lpm mode
+1 mem_wake_up_delay_timer
+
+1 mem_app_connection_options
+
+//
+2 mem_app_disconn_reason
+2 mem_app_disconn_reason_flag
+1 mem_xrecord_mode
+
+1 mem_eeprom_block_size
+1 mem_spi_init_clk
+1 mem_spi_init_delay_time
+1 mem_spi_ncs_gpio
+
+2 mem_nv_data_ptr
+1 mem_nv_data_number
+
+2 mem_queue_ptr
+
+
+//adc
+0 mem_reference_inter1p8v_2v_adc_io_data
+0 mem_inter1v_adc_ft_data
+2 mem_3v_adc_io_data
+0 mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+0 mem_inter1p2v_adc_ft_data
+2 mem_2v_adc_hvin_data
+0 mem_reference_inter1p8v_1v_adc_io_data
+0 mem_io1v_adc_ft_data
+2 mem_1v_adc_io_data
+0 mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+0 mem_io2v_adc_ft_data
+2 mem_3v_adc_hvin_data
+0 mem_adc_ratio
+2 mem_reference_voltage
+1 mem_adc_config_flag
+1 mem_adc_channel
+1 mem_adc_clkdiv
+2 mem_adc_current_value
+1 mem_adc_power_flag	//bit0:low power falg ; bit1:no power flag
+2 mem_adc_saddr_ptr
+2 mem_adc_eaddr_ptr
+1 mem_adc_dma_enable
+1 mem_adc_cal_c0
+1 mem_adc_cal_c1
+1 mem_adc_cal_c2
+1 mem_adc_cal_c3
+1 mem_adc_cal_c4
+1 mem_adc_cal_c5
+1 mem_adc_cal_c6
+
+3 mem_spi_write_addr
+2 mem_spi_write_ptr
+2 mem_spi_write_len
+1 mem_spi_write_flash_sm
+
+
+1 mem_spi_cs_gpio
+1 mem_spi_si_gpio
+1 mem_spi_so_gpio
+1 mem_spi_sclk_gpio
+1 mem_spi_wp_gpio
+1 mem_spi_hold_gpio
+
+
+1 mem_eeprom_wp_gpio
+1 mem_eeprom_scl_gpio
+1 mem_eeprom_sda_gpio
+2 mem_kscan_ptr
+0 mem_key_num_ptr
+2 mem_keyscan_ptr
+2 mem_key_value_retention
+2 mem_power_param_ptr
+
+1 mem_seqi
+0 mem_adc_cal_c7
+1 mem_set_cdb_on
+1 mem_syn_cal_ctrl
+
+1 mem_nec_decode_error_value
+
+ifdef AC_50HZ
+1 mem_ac_detect_gpio
+0 mem_ac_detect_control
+1 mem_ac_detect_div
+1 mem_ac_detect_window
+endif
+
+1 mem_wdt_always_work
+
+1 mem_power_ctrl_disable
+
+1 mem_ring_ibias_trim
+2 mem_ring_ibias_vtune_low
+2 mem_ring_ibias_vtune_high
+1 mem_ring_ibias_calc_adc_gpio
+1 mem_ring_ibias_calc_adc_channel
+)
+xmemalloc(
+
+1 mem_rf_debug_rx_gpio
+1 mem_rf_debug_tx_gpio
+)
+xmemalloc(
+0 mem_l2cap_xmem_start
+
+//*******************L2CAP malloc********************//
+1 mem_used_map
+0 mem_tx_fifo0
+1 mem_tx_fifo0_map
+2 mem_tx_fifo0_ptr
+0 mem_tx_fifo1
+1 mem_tx_fifo1_map
+2 mem_tx_fifo1_ptr
+0 mem_tx_fifo2
+1 mem_tx_fifo2_map
+2 mem_tx_fifo2_ptr
+0 mem_tx_fifo3
+1 mem_tx_fifo3_map
+2 mem_tx_fifo3_ptr
+0 mem_tx_fifo_end
+
+2 mem_l2cap_lpm_txbuf_ptr
+0 mem_l2cap_xmem_end
+
+)
+xmemalloc(
+5 mem_ccm_pcnt_tx
+5 mem_ccm_pcnt_rx
+4 mem_ccm_last_mic
+0 mem_ccm_iv
+4 mem_ccm_ivm
+4 mem_ccm_ivs
+2 mem_ccm_len
+2 mem_ccm_rx_ptr
+)
+xmemalloc(
+1 mem_sc_only_mode
+1 mem_sp_debug_mode
+1 mem_secure_connections_enable
+1 mem_sc_calc
+1 mem_sc_local_key_invalid
+
+
+32 mem_sc_private_key_256
+32 mem_sc_pubkey_local_x_256
+32 mem_sc_pubkey_local_y_256
+
+
+0 mem_sp_state_xmem
+1 mem_authentication_passkey_times
+1 mem_passkey_1bit
+0 mem_sp_state_xmem_end
+)
+xmemalloc(
+//UI Work area
+1 mem_ipc_lock_bt
+1 mem_ipc_lock_c51
+8 mem_ipc_fifo_bt2c51
+8 mem_ipc_fifo_c512bt
+
+1 mem_ui_button_timer
+1 mem_ui_button_last_state
+4 mem_ui_timer_last_btclk
+2 mem_ui_state_map
+
+1 mem_ui_button_timeout
+1 mem_ui_button_gpio
+1 mem_ui_led_init_state_set
+
+1 mem_ui_led_struct_num
+2 mem_ui_led_struct_ptr
+
+)
+xmemalloc g24(
+6 mem_24g_lap
+34 mem_24g_rxbuf
+32 mem_24g_txbuf
+36 mem_24g_txpayload
+32 mem_24g_rxpayload
+1 mem_24g_rxdata_length
+1 mem_24g_pid
+1 mem_24g_no_ack
+3 mem_24g_sta_crc
+3 mem_24g_last_crc
+1 mem_24g_sta_pid
+1 mem_24g_last_pid
+1 mem_24g_datalen
+1 mem_24g_data_type
+1 mem_24g_txlen
+2 mem_24g_rx_window
+1 mem_24g_ch
+1 mem_24g_current_ch_number
+4 mem_24g_addr
+4 mem_24g_ch_map1
+4 mem_24g_ch_map2
+4 mem_24g_ch_map3
+4 mem_24g_ch_map4
+4 mem_24g_tx_btclk
+1 mem_24g_interval
+1 mem_24g_interval_min
+1 mem_24g_interval_max
+2 mem_24g_syncword
+1 mem_24g_syncword_crc8
+1 mem_24g_get_syncword_crc8
+1 mem_24g_pair_switch
+8 mem_24g_enter_hibernate
+
+1 mem_24g_rx_phy
+1 mem_24g_tx_phy
+
+1 mem_24g_ch_map_update
+4 mem_24g_ch_update_map1
+4 mem_24g_ch_update_map2
+4 mem_24g_ch_update_map3
+4 mem_24g_ch_update_map4
+
+1 mem_24g_disable_fec1
+1 mem_24g_off_type
+)
+xmemalloc g24_tx(
+1 mem_rssi_hex_received
+
+)
+xmemalloc g24(
+4 mem_24g_pair_addr
+1 mem_24g_pair_ch
+1 mem_24g_pair_tx_power
+
+)
+xmemalloc g24_tx(
+1 mem_24g_pair_sm
+1 mem_24g_pair_no_ack
+2 mem_24g_pair_timeout_init
+2 mem_24g_pair_timeout
+2 mem_24g_pair_count
+)
+xmemalloc g24_rx(
+1 mem_24g_device1_bind_step
+1 mem_24g_device2_bind_step
+1 mem_24g_bind_device_status
+8 mem_24g_bind_payload
+1 mem_24g_device1_bind_disable
+1 mem_24g_device2_bind_disable
+
+)
+xmemalloc g24_rx(
+2 mem_cb_24g_receive_process
+2 mem_cb_24g_ackpayload
+2 mem_cb_24g_data_device1
+2 mem_cb_24g_data_device2
+34 mem_24g_rxdata_temp
+1 mem_24g_abort_packet
+4 mem_24g_hop_btclk
+1 mem_24g_hop_interval
+1 mem_24g_pair_mode
+1 mem_24g_ackpayload_enable
+1 mem_24g_hop_packet
+1 mem_24g_mode_switch
+1 mem_24g_nodata_timer_enable
+
+1 mem_24g_mode_init
+1 mem_24g_work_mode
+1 mem_24g_time_slice
+1 mem_24g_self_last_ch
+1 mem_24g_self_ch_number
+1 mem_24g_self_config_ch_once
+1 mem_24g_device1_last_ch
+1 mem_24g_device1_ch_number
+1 mem_24g_device1_config_ch_once
+1 mem_24g_device2_last_ch
+1 mem_24g_device2_ch_number
+1 mem_24g_device2_config_ch_once
+1 mem_24g_led_status
+1 mem_24g_bind_mode_continue
+
+1 mem_tx_power_temp
+
+1 mem_24g_mode_B_S_switch
+1 mem_24g_mode_B_S_switch_init
+2 mem_24g_mode_B_S_switch_cnt
+1 mem_24g_mode_B_S_switch_exit
+1 mem_24g_B_S_time_slice
+1 mem_24g_B_S_mode_switch_disable
+
+1 mem_24g_bind_device_living
+)
+xmemalloc g24_tx(
+2 mem_24g_reconn_timeout_init
+2 mem_24g_reconn_timeout
+2 mem_24g_reconn_count
+1 mem_24g_reconn_type
+1 mem_24g_fast_conn_enable
+4 mem_24g_fast_conn_addr
+4 mem_24g_receiver_addr
+1 mem_24g_fast_conn_temp_ch
+1 mem_24g_receiver_temp_ch
+1 mem_24g_device_temp_ch
+
+)
+xmemalloc g24_rx(
+4 mem_24g_transmitter_addr
+4 mem_24g_device1_addr
+4 mem_24g_device2_addr
+
+)
+xmemalloc g24(
+1 mem_rssi_buff_index
+)
+xmemalloc g24_tx(
+1 mem_rssi_signal_index
+2 mem_rssi_signal_buf_ptr
+
+)
+xmemalloc g24_rx(
+1 mem_rssi_noise_avg
+1 mem_rssi_noise_index
+
+1 mem_rssi_noise_self_avg
+1 mem_rssi_noise_device1_avg
+1 mem_rssi_noise_device2_avg
+1 mem_rssi_noise_self_index
+1 mem_rssi_noise_device1_index
+1 mem_rssi_noise_device2_index
+
+2 mem_rssi_noise_buffer_ptr
+2 mem_rssi_noise_self_buffer_ptr
+2 mem_rssi_noise_device1_buffer_ptr
+2 mem_rssi_noise_device2_buffer_ptr
+
+)
+xmemalloc g24_tx(
+2 mem_cb_24g_transmit_data
+2 mem_cb_24g_search_receiver
+2 mem_cb_24g_lpm_before
+2 mem_cb_24g_transmit_short_sleep
+2 mem_cb_24g_transmit_long_sleep
+
+1 mem_24g_conn_sm
+
+1 mem_24g_ensure
+2 mem_24g_txfail_cnt
+1 mem_24g_attempt_fail_flag
+
+1 mem_24g_retry
+1 mem_24g_abort_pac
+1 mem_24g_max_retry
+4 mem_24g_device_addr
+3 mem_24g_short_sleep_set
+8 mem_24g_long_sleep_set
+4 mem_24g_long_sleep_set1
+
+1 mem_24g_pac_index
+1 mem_24g_transmit_by_interrupt
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
+2 mem_24g_long_sleep_param_update_timer_init
+2 mem_24g_long_sleep_param_update_timer
+
+1 mem_24g_fast_hop_count
+2 mem_24g_retransmit
+)
+xmemalloc g24_tx(
+1 mem_rssi_avg_received
+1 mem_power_ctrl_level
+1 mem_power_ctrl_pac_succ_cnt
+1 mem_power_ctrl_pac_succ_cnt_init
+
+1 mem_rssi_dis_min_24g
+1 mem_rssi_dis_max_24g
+1 mem_rssi_hex_received_max_value
+
+1 mem_rssi_dis_min_ble
+1 mem_rssi_dis_max_ble
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_vendor_mesh_receive_tid
+	1 mem_mesh_vendor_mesh_send_tid
+
+	4 mem_mesh_vendor_timer_current_time
+	4 mem_system_time
+
+	0 mem_mesh_vendor_timer_timing_delete_index1
+	1 mem_mesh_vendor_timer_timing_index1
+	0 mem_mesh_vendor_timer_timing_delete_index2
+	4 mem_mesh_vendor_timer_timing_time1
+	2 mem_mesh_vendor_timer_timing_attr_type1
+	1 mem_mesh_vendor_timer_timing_attr_para1
+	234 mem_mesh_vendor_timer_timing_buffer
+
+	18 mem_mesh_vendor_timer_timing_palyload
+	2  mem_mesh_vendor_timer_timing_temp
+
+	1 mem_mesh_vendor_timer_timing_time_cyclic_temp
+	1 mem_mesh_vendor_timer_check_loop
+	1 mem_tmall_revd_device_power_on_msge_flag
+	2 mem_tmall_send_power_on_msge_timeout
+
+	2 mem_mesh_vendor_timer_timing_temp1
+	1 mem_mesh_timer_index_buffer_len
+	32 mem_mesh_timer_index_buffer
+	1 mem_mesh_timer_index_count
+)
+xmemalloc ali_mesh(
+
+	
+	1 mem_mesh_adv_data_len
+	31 mem_mesh_adv_data
+
+	1 mem_mesh_adv_scan_channel
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_advertising_unprovisioned_device_beacon_switch
+	//δ㲥
+	2 mem_mesh_advertising_unprovisioned_device_beacon_timer
+
+	//㲥
+	1 mem_mesh_advertising_unprovisioned_device_beacon_duration
+	//㲥֮ļ
+	1 mem_mesh_advertising_unprovisioned_device_beacon_interval
+
+)
+xmemalloc ali_mesh(
+
+	0 mem_mesh_calc_ConfirmationCloud_data
+	8 mem_mesh_ConfirmationCloud_RandomB
+	8 mem_mesh_ConfirmationCloud_RandomA
+	16 mem_mesh_AuthValueProv
+	16 mem_mesh_ConfirmationCloud
+
+
+	//provisioning random  / provisioning_confirmation
+	0 mem_mesh_ConfirmationDevice
+	0 mem_mesh_calc_ConfirmationDevice_data
+	8 mem_mesh_provisioning_random_A
+	8 mem_mesh_provisioning_random_B
+	16 mem_mesh_AuthValueDevice
+
+	16 mem_mesh_Device_Key
+
+
+// CMAC Key
+	16 mem_mesh_Confirmationkey
+
+	//sha256 init data
+	15 mem_mesh_sha256_ConfirmationKey_ascii
+	10 mem_mesh_sha256_SessionKey_ascii
+	9 mem_mesh_sha256_DeviceKey_ascii
+
+	//sha256
+	1 mem_mesh_sha256_load_first_data_flag
+
+	8 mem_mesh_sha256_data_len_byte
+	8 mem_mesh_sha256_data_len_bit
+	2 mem_mesh_sha256_data_end_addr
+	2 mem_mesh_sha256_data_len_addr
+	1 mem_mesh_sha256_chunk_count
+	2 mem_mesh_sha256_chunk_data_ptr
+	2 mem_mesh_sha256_chunk_ptr
+
+
+	//function K2
+	//f2 input
+	1 mem_k2_P_len
+	16 mem_k2_P
+	16 mem_k2_N
+	//f2 init data
+	16 mem_k2_SALT
+	//f2 output
+	16 mem_k2_T
+	0 mem_k2_T0
+	16 mem_k2_T1
+	1 mem_k2_NID
+	16 mem_k2_T3
+	16 mem_k2_T2
+
+
+	//k4 function
+	16 mem_k4_SALT
+	16 mem_k4_T
+	16 mem_k4_id6_01
+	16 mem_k4_k4N
+	1 mem_mesh_transport_AID
+
+	16 mem_k3_SALT
+	16 mem_k3_T
+	5 mem_k3_id64_01
+	8 mem_k3_k4N
+	8 mem_mesh_network_id
+
+
+)
+xmemalloc ali_mesh(
+
+	// provisioning flag ־Ƿ
+	1 mem_mesh_provisioned_flag
+
+	//ʱ״̬
+	1 mem_mesh_Provisioning_State_Flag
+	
+	1 mem_mesh_Device_PID
+	1 mem_mesh_UUID_FeatureFlag
+	1 mem_mesh_UUID_FeatureFlag1
+	1 mem_mesh_PDU_RFU
+	2 mem_mesh_OOB_information
+
+	//Provisioning_Data
+	0 mem_mesh_Encrypt_Provisioning_Data
+	2 mem_mesh_provisioning_data_Mac_addr
+	1 mem_mesh_KeyFresh_and_Update_flag
+	16 mem_mesh_Network_Key
+	1 mem_mesh_last_IV_Index_byte
+	2 mem_mesh_Unicast_Address
+
+	1 mem_mesh_recv_cfg_appkey_add_timer
+
+	1 mem_mesh_report_power_on_timer
+	1 mem_mesh_report_full_attribute_timer
+
+	1 mem_mesh_health_node_reset_timer
+//	4 mem_mesh_adv_last_time
+	2 mem_mesh_send_packet_timeout
+
+	1 mem_mesh_gatt_package_send_msg_id
+
+)
+xmemalloc ali_mesh(
+
+	1 mem_mesh_gatt_receive_msg_timer
+	//fast pairing 
+	//APP control 
+
+
+
+)
+xmemalloc ali_mesh(
+	4 mem_mesh_three_tuple_ProductID
+	6 mem_mesh_three_tuple_MAC
+	16 mem_mesh_three_tuple_secret
+
+
+	2 mem_mesh_cb_receive_advertising
+
+
+	2 mem_mesh_cb_receive_access_message
+
+
+	2 mem_mesh_cb_receive_config_appkey_add
+
+
+	2 mem_mesh_cb_pairing_fail
+
+	//ali vendor message cb
+	2 mem_mesh_cb_recv_vendor
+
+	2 mem_mesh_scan_selete_next_ch
+	
+	2 mem_mesh_cb_generic_onoff_get
+	2 mem_mesh_cb_generic_onoff_set
+	2 mem_mesh_cb_scene_recall
+	2 mem_mesh_cb_light_lightness_set
+	2 mem_mesh_cb_light_lightness_get
+	2 mem_mesh_cb_light_ctl_set
+
+	2 mem_mesh_cb_main_light_onoff_set
+	2 mem_mesh_cb_background_onoff_set
+	2 mem_mesh_cb_color_set
+
+
+	2 mem_mesh_cb_network_relay
+
+
+	2 mem_mesh_cb_receive_node_reset
+
+
+	2 mem_mesh_cb_seq_changed
+
+	2 mem_mesh_cb_subscriptuion_list_changed
+
+
+	2 mem_mesh_cb_vendor_timing_changed
+	
+
+	2 mem_mesh_core_feature
+
+	1 mem_mesh_element_number
+	2 mem_mesh_element_device_ptr
+	2 mem_mesh_element_device_length
+
+	2 mem_mesh_clear_provisioning_data
+
+	2 mem_mesh_app_deport_device_state
+
+	1 mem_mesh_chip_select
+
+
+)
+xmemalloc ali_mesh_element(
+	0 mem_mesh_element_device
+	2 mem_mesh_element_device_group_addr
+	2 mem_mesh_element_device_queue_buffer_ptr
+	2 mem_mesh_element_device_timing_ptr
+	16 mem_mesh_element_device_element_subscription_label
+	1 mem_mesh_element_upper_adv_flag
+	2 mem_mesh_element_upper_queue_buffer_ptr
+	1 mem_mesh_element_tran_package_tid
+	1 mem_mesh_element_tran_package_type
+
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device1
+	SIZEOF_ELEMENT_DEVICE mem_mesh_element_device2
+)
+xmemalloc ali_mesh_element(
+	MESH_SEGMENT_SIZE mem_mesh_segmented_access_message_Segment
+)
+xmemalloc ali_mesh_element_timer(
+	MESH_TIMER_BUFFER_SIZE mem_mesh_element_timing
+	MESH_TIMER_BUFFER_SIZE mem_mesh_element_timing1
+	MESH_TIMER_BUFFER_SIZE mem_mesh_element_timing2
+)
+xmemalloc ali_mesh(
+	//current segmented access message head
+	1 mem_mesh_segmented_access_message_SZMIC
+	2 mem_mesh_segmented_access_message_SeqZero
+	1 mem_mesh_segmented_access_message_SegO
+	1 mem_mesh_segmented_access_message_SegN
+
+	4 mem_mesh_segmented_access_message_BlockAck
+	1 mem_mesh_segmented_access_message_receive_finish
+	1 mem_mesh_segmented_access_message_current_length
+
+	1 mem_mesh_segmented_access_message_SegN_upper_limit
+	2 mem_mesh_segmented_access_message_Segment_ptr
+)
+xmemalloc ali_mesh(
+	2 mem_mesh_last_CTL_Temperature
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_receive_group_address
+	1 mem_mesh_receive_element_number
+)
+xmemalloc ali_mesh(
+	1 mem_mesh_network_dup_cache_next
+	1 mem_mesh_network_msg_cache_next
+	2 mem_mesh_network_proxy_unicast_address
+
+	4 mem_mesh_IV_Index
+
+
+
+// mesh SRC/SEQ  cache
+	0 mem_mesh_TMALL_cache_start
+	2 mem_mesh_TMALL_SRC1
+	3 mem_mesh_TMALL_SEQ1
+	45 mem_mesh_TMALL_cache
+	0 mem_mesh_TMALL_cache_end
+
+	0 mem_mesh_transport_message_mic_cache
+	4 mem_mesh_transport_message_mic_cache_buff1
+	36 mem_mesh_transport_message_mic_cache_buff2_10
+
+	0 mem_mesh_network_relay_queue
+	1 mem_mesh_network_relay_queue_each_size
+	1 mem_mesh_network_relay_queue_length
+	1 mem_mesh_network_relay_queue_current_num
+	1 mem_mesh_network_relay_queue_read_ptr
+	1 mem_mesh_network_relay_queue_write_ptr
+	136 mem_mesh_network_relay_queue_ele
+
+)
+xmemalloc ali_mesh_element(
+	196 mem_mesh_le_att_list
+	3 mem_mesh_send_message_SEQ_temp
+	
+)
+xmemalloc ali_mesh(
+	16 mem_mesh_application_key
+	1 mem_mesh_ASZMIC
+
+	0 mem_mesh_access_message_mic_cache
+	4 mem_mesh_access_message_mic_cache_buff1
+	36 mem_mesh_access_message_mic_cache_buff2_10
+
+	3 mem_mesh_send_message_SEQ
+
+	2 mem_mesh_send_message_SRC
+
+	1 mem_mesh_send_message_TTL
+
+	//Upper transport access PDU
+	1 mem_mesh_send_upper_layer_IVI_and_NID
+	1 mem_mesh_send_upper_layer_CTL_and_TTL
+	3 mem_mesh_send_upper_layer_SEQ
+	2 mem_mesh_send_upper_layer_SRC
+	2 mem_mesh_send_upper_layer_DST
+	16 mem_mesh_send_access_lower_transport_layer
+	4 mem_mesh_send_network_layer_NetMIC
+
+	1 mem_mesh_upper_tran_layer_packet_advertising
+	1 mem_mesh_upper_tran_layer_packet_tid
+	1 mem_mesh_upper_tran_layer_packet_type
+
+	1 mem_mesh_upper_receive_new_message_timer
+
+	1 mem_mesh_upper_tran_layer_queue_each_size
+	1 mem_mesh_upper_tran_layer_queue_length
+	1 mem_mesh_upper_tran_layer_queue_current_num
+	1 mem_mesh_upper_tran_layer_queue_read_ptr
+	1 mem_mesh_upper_tran_layer_queue_write_ptr
+	40 mem_mesh_upper_tran_layer_queue_element_1
+	40 mem_mesh_upper_tran_layer_queue_element_2
+	40 mem_mesh_upper_tran_layer_queue_element_3
+	40 mem_mesh_upper_tran_layer_queue_element_4
+
+	1 mem_mesh_queue_each_size
+	1 mem_mesh_queue_length
+	1 mem_mesh_queue_current_num
+	1 mem_mesh_queue_read_ptr
+	1 mem_mesh_queue_write_ptr
+	136 mem_mesh_queue_ele
+
+)
+xmemalloc g24_rx_car_adpcm(
+	16 mem_ad_indexTable
+	356 mem_ad_stepsizeTable
+
+	4 mem_ad_state_valpred
+	4 mem_ad_state_index
+	1 mem_ad_in_numSamples
+	2 mem_ad_in_ptr
+	2 mem_ad_out_ptr
+	1 mem_ad_sign
+	1 mem_ad_delta
+	4 mem_ad_step
+	4 mem_ad_valpred
+	4 mem_ad_index
+	4 mem_ad_vpdiff
+	4 mem_ad_inputbuffer
+	1 mem_ad_bufferstep
+)
+xmemalloc g24_rx_car(
+1 mem_car_hard_soft_switch
+1 mem_car_queue_each_size
+1 mem_car__queue_length
+
+1 mem_car_queue_curr_num
+1 mem_car_queue_read_ptr
+1 mem_car_queue_write_ptr
+120 mem_car_queue_ele
+
+20 mem_car_pop_queue_buff
+
+1 mem_car_led_num
+10 mem_car_led_map
+
+1 mem_car_style1_led_type
+1 mem_car_style1_blink_count
+1 mem_car_style1_struct_led_gpio
+2 mem_car_style1_on_time
+2 mem_car_style1_off_time
+2 mem_car_style1_cb_ledon
+2 mem_car_style1_cb_ledoff
+
+1 mem_car_style2_led_type
+1 mem_car_style2_blink_count
+1 mem_car_style2_struct_led_gpio
+2 mem_car_style2_on_time
+2 mem_car_style2_off_time
+2 mem_car_style2_cb_ledon
+2 mem_car_style2_cb_ledoff
+
+//////motor
+0 mem_le_receive_data
+2 mem_le_receive_packet_head
+1 mem_le_receive_cmd
+2 mem_le_receive_length
+10 mem_le_receive_payload
+1 mem_le_receive_checksum
+1 mem_motor1_status
+1 mem_motor1_speed
+1 mem_motor2_status
+1 mem_motor2_speed
+1 mem_motor3_status
+1 mem_motor3_speed
+
+0 mem_motor1_pwm_set
+1 mem_motor1_pwm_pin1_set
+1 mem_motor1_pwm_pin2_set
+1 mem_motor1_pwm_pin_set
+1 mem_motor1_pwm_channel_set
+3 mem_motor1_pwm_freq_set
+1 mem_motor1_pwm_dute_set
+0 mem_motor2_pwm_set
+1 mem_motor2_pwm_pin1_set
+1 mem_motor2_pwm_pin2_set
+1 mem_motor2_pwm_pin_set
+1 mem_motor2_pwm_channel_set
+3 mem_motor2_pwm_freq_set
+1 mem_motor2_pwm_dute_set
+0 mem_motor3_pwm_set
+1 mem_motor3_pwm_pin1_set
+1 mem_motor3_pwm_pin2_set
+1 mem_motor3_pwm_pin_set
+1 mem_motor3_pwm_channel_set
+3 mem_motor3_pwm_freq_set
+1 mem_motor3_pwm_dute_set
+
+1 mem_motor_select_p_n
+1 mem_car_motor_status
+1 mem_car_motor_speed
+0 mem_motor_pwm_set
+1 mem_motor_pwm_pin1_set
+1 mem_motor_pwm_pin2_set
+1 mem_motor_pwm_pin_set
+1 mem_motor_pwm_channel_set
+3 mem_motor_pwm_freq_set
+1 mem_motor_pwm_dute_set
+
+1 mem_ir_rx_gpio
+2 mem_ir_data
+2 mem_ir_rx_buf
+4 mem_ir_receive_clkn
+
+3 mem_ir_notify_data
+5 mem_ir_notify_data_head
+2 mem_ir_notify_data_payload
+1 mem_ir_notify_data_check_sum
+1 mem_car_ir_breakdown_check_timer
+1 mem_car_ir_breakdown_flag
+
+0 mem_car_led_control
+1 mem_car_led1_status
+1 mem_car_led2_status
+1 mem_car_led3_status
+1 mem_car_led4_status
+1 mem_car_led5_status
+1 mem_car_led6_status
+1 mem_car_led7_status
+1 mem_car_led8_status
+1 mem_car_led_control_timer
+1 mem_car_led_blink_status
+1 mem_car_led_no
+
+3 mem_car_info_request
+5 mem_car_info_request_head
+8 mem_car_info_request_payload
+1 mem_car_info_request_checksum
+
+0 mem_car_config_param
+1 mem_car_config_setting_flag
+1 mem_car_config_device_select
+1 mem_car_config_motor_layout
+1 mem_car_config_ir_enable
+1 mem_car_config_ir_rx_gpio
+1 mem_car_config_pairing_led_conn_status
+1 mem_car_config_pairing_led_gpio
+1 mem_car_config_led_num
+0 mem_car_config_blood_led_gpio
+1 mem_car_config_blood_led1_gpio
+1 mem_car_config_blood_led2_gpio
+1 mem_car_config_blood_led3_gpio
+1 mem_car_config_blood_led4_gpio
+1 mem_car_config_blood_led5_gpio
+1 mem_car_config_blood_led6_gpio
+1 mem_car_config_blood_led7_gpio
+1 mem_car_config_blood_led8_gpio
+1 mem_car_config_bat_notify_enable
+1 mem_car_config_low_voltage_led_gpio
+1 mem_car_config_low_voltage_percent
+1 mem_car_config_soft_switch_enable
+1 mem_car_config_soft_switch_gpio
+
+1 mem_car_notify_vdd_count
+1 mem_car_notify_vdd_timer
+1 mem_car_notify_vdd_value_last
+1 mem_car_notify_vdd_percent
+1 mem_car_working_flag
+1 mem_low_bat_flag
+
+3 mem_notify_bat_packet
+5 mem_notify_bat_head
+1 mem_notify_bat_payload
+1 mem_notify_bat_check_sum
+
+1 mem_vdd_notify_flag
+2 mem_car_current_vdd_value_temp
+2 mem_car_last_vdd_value
+
+0 mem_vdd_calculate_set
+2 mem_vdd_full_vol
+2 mem_vdd_empty_vol
+2 mem_vdd_low_vol
+2 mem_vdd_now_vol
+
+
+1 mem_car_24g_status
+2 mem_car_24g_no_data_timeout_count
+2 mem_car_24g_no_data_timeout_timer
+
+1 mem_car_24g_ir_receive_attack_count
+1 mem_car_24g_go_die_flag
+1 mem_car_attack_shake_timer
+1 mem_car_attack_shake_flag
+
+0 mem_car_soft_power
+1 mem_car_power_state
+1 mem_car_power_timer
+1 mem_car_power_off_timeout
+1 mem_car_power_starting_timeout
+2 mem_car_power_off_cb
+2 mem_car_power_starting_cb
+2 mem_car_power_standby_cb
+2 mem_car_ui_button_up_cb
+
+
+500 mem_car_le_att_list
+
+1 mem_car_moto1_blank_timer
+1 mem_car_moto2_blank_timer
+1 mem_car_moto3_blank_timer
+
+1 mem_car_motor_gpio_num
+0 mem_car_motor_gpio_map
+1 mem_car_motor_left_gpio
+1 mem_car_motor_right_gpio
+1 mem_car_motor_front_gpio
+1 mem_car_motor_back_gpio
+1 mem_car_gpio
+1 mem_car_app_send_speed
+
+2 mem_rssi_sum
+2 mem_check_rssi_high_count
+8 mem_rssi_data
+
+1 mem_car_24g_received_pac
+1 mem_car_24g_bind_enable_delay_count
+
+0 mem_car_keyscan
+1 mem_car_key_num
+2 mem_cb_car_keyscan
+
+2 mem_car_enter_lpm_timer_count
+2 mem_car_enter_lpm_timer
+1 mem_car_enter_lpm_flag
+
+1 mem_car_24g_ch_polling
+
+8 mem_car_rssi_noise_buffer
+8 mem_car_rssi_noise_car_buffer
+8 mem_car_rssi_noise_remote_buffer
+
+
+4 mem_car_24g_commom_addr
+4 mem_car_24g_commom_addr_temp
+4 mem_car_24g_commom_addr_read
+1 mem_car_save_addr_flag
+400 mem_ble_att_list
+)
+xmemalloc g24_rx_dongle(
+1 mem_dg_kb_bind_flag
+8 mem_dg_kb_data_sta_data
+8 mem_dg_kb_data_last_data
+3 mem_dg_kb_multikey_sta_data
+3 mem_dg_kb_multikey_last_data
+3 mem_dg_kb_system_sta_data
+3 mem_dg_kb_system_last_data
+1 mem_dg_kb_blank_data_enable
+1 mem_dg_kb_mul_blank_data_enable
+1 mem_dg_kb_system_crtl_blank_data_enable
+1 mem_dg_ms_blank_data_enable
+
+1 mem_dg_sys_config
+9 mem_dg_usb_vid_pid
+1 mem_dg_usb_tx_interval
+30 mem_dg_usb_device_name
+1 mem_dg_kb_bind_success
+1 mem_dg_pc_sleep_flag
+
+1 mem_dg_24g_tx_power_default
+)
+xmemalloc g24_tx_hid_keyboard(
+1 mem_power_on_flag
+6 mem_mouse_factory_addr
+8 mem_keyboard_flag
+
+10 mem_keyboard_tx_data
+1 mem_keyboard_data_send_flag
+
+//le conn param update
+1 mem_keyboard_le_send_conn_param_update
+1 mem_keyboard_le_send_conn_param_update_timer
+1 mem_le_start_auto_reco_timer
+
+1 mem_mcu_stb_gpio
+1 mem_mcu_clk_gpio
+1 mem_mcu_rstb_gpio
+1 mem_keyboard_caps_led_gpio
+1 mem_keyboard_num_led_gpio
+1 mem_keyboard_power_led_gpio
+2 mem_keyboard_caps_led_on_timer
+
+
+1 mem_keyboard_led_r_gpio
+1 mem_keyboard_led_g_gpio
+1 mem_keyboard_led_b_gpio
+
+8 mem_key_row_gpio
+20 mem_key_col_gpio
+12 mem_key_excol_gpio
+2 mem_kb_row_ptr
+2 mem_kb_col_ptr
+2 mem_kb_excol_ptr
+
+20 mem_keyscan_value_current
+20 mem_keyscan_value_check
+20 mem_keyscan_value_old
+11 mem_keyscan_exmcu_value
+2 mem_keyscan_value_ptr
+2 mem_keyscan_exmcu_value_ptr
+1 mem_keyscan_value_temp
+1 mem_keyscan_col_loop_count
+2 mem_keyscan_exmcu_wait_wake_count
+
+1 mem_same_keyvalue_timerout_flag
+2 mem_same_keyvalue_timer_init
+2 mem_same_keyvalue_timer
+
+1 mem_keyboard_current_col_press_key_count
+1 mem_keyboard_all_press_key_count
+1 mem_keyboard_same_row_press_key_count
+1 mem_keyboard_ghost_flag
+1 mem_keyboard_data_change_flag
+1 mem_keyboard_keyvalue_temp
+1 mem_keyboard_press_flag_temp
+1 mem_keyboard_keyvalue_bit_loop_count
+9 mem_keyboard_keyvalue_buffer
+160 mem_keyboard_keyvalue_map
+
+1 mem_keyboard_fn_flag
+1 mem_keyboard_control_key_flag
+1 mem_keyboard_bt_button_flag
+1 mem_keyboard_pairing_type
+2 mem_keyboard_commbination_key_bt
+2 mem_keyboard_commbination_key_24g
+1 mem_24g_repeat_send_flag
+1 mem_keyboard_led_status
+1 mem_keyboard_led_status_get
+1 mem_keyboard_led_status_get_timer
+1 mem_keyboard_led_status_get_timer_last
+
+0 mem_keyboard_fn_esc_f1_f12
+1 mem_keyboard_fn_first
+1 mem_keyboard_fn_esc
+1 mem_keyboard_fn_f1
+1 mem_keyboard_fn_f2
+1 mem_keyboard_fn_f3
+1 mem_keyboard_fn_f4
+1 mem_keyboard_fn_f5
+1 mem_keyboard_fn_f6
+1 mem_keyboard_fn_f7
+1 mem_keyboard_fn_f8
+1 mem_keyboard_fn_f9
+1 mem_keyboard_fn_f10
+1 mem_keyboard_fn_f11
+1 mem_keyboard_fn_f12
+1 mem_keyboard_fn_del
+
+1 mem_keyboard_fn_arrow_enable_flag
+1 mem_keyboard_fn_left_ctrl_enable_flag
+1 mem_keyboard_fn_space_enable_flag
+1 mem_keyboard_fn_system_switch_enable_flag
+
+1 mem_keyboard_commbination_key_step
+1 mem_keyboard_commbination_control_key_value
+1 mem_keyboard_commbination_standard_key_value
+1 mem_keyboard_commbination_control_key_delay_release_timer
+
+1 mem_keyboard_consumer_key_status
+
+
+
+
+
+
+1 mem_kb_computer_system
+24 mem_otp_read_retention_memory
+2 mem_otp_read_retention_offset
+16 mem_le_search_service_uuid
+1 mem_le_connect_ios_mac_flag
+2 mem_le_search_mac_uuid
+9 mem_le_search_mac_manu_name
+2 mem_keybord_appearance
+2 mem_keyboard_commbination_fast_conn_bt
+
+
+)
+xmemalloc module(	
+	2 mem_soft_version_num
+	1 mem_module_wake_up_gpio
+	1 mem_module_state_gpio
+	1 mem_module_connect_state_gpio
+
+	2 mem_current_packet_length
+	1 mem_module_state
+	
+	1 mem_module_mcu_wake_pin
+	4 mem_module_mcu_wake_delay_us
+
+	1 mem_module_le_lpm_mult	
+	1 mem_module_bluetooth_stauts_by_command
+
+	//uart
+	2 mem_module_uart_rx_buffer
+	2 mem_module_uart_rx_buffer_end
+	2 mem_module_uart_tx_buffer
+	2 mem_module_uart_tx_buffer_end
+	2 mem_module_uarta_baud_rate
+
+	//ADC
+	1 mem_module_read_vdd_flag
+	1 mem_module_read_vdd_count
+	1 mem_module_vdd_quotient
+	1 mem_module_vdd_remainder
+
+	//ble
+	1 mem_module_ble_data_uart_max_length
+
+	//flag
+	2 mem_module_flag
+
+	1 mem_module_hci_notify_len
+	2 mem_module_hci_notify_handle
+	2 mem_module_hci_nofiy_addr
+	1 mem_module_hci_notify_type
+
+	1 mem_le_conn_flag
+
+ifdef COMPILE_WECHAT
+	1 mem_module_wechat_indication_handle
+	1 mem_module_wechat_write_handle
+	2 mem_module_wechat_tx_buffer_ptr
+	2 mem_module_wechat_rx_buffer_ptr
+	2 mem_module_wechat_rx_push_data_cb
+	2 mem_module_wechat_tx_nSeq
+	2 mem_module_wechat_tx_len
+	2 mem_module_wechat_tx_address
+	2 mem_module_wechat_rx_len
+	2 mem_module_wechat_rx_address
+	1 mem_module_wechat_receive_push_data
+endif
+	
+	600 mem_module_le_att_list
+	0 mem_module_le_att_list_end
+	0 mem_module_nv_data
+	34 mem_module_nv_data0
+	34 mem_module_nv_data1
+	34 mem_module_nv_data2
+	34 mem_module_nv_data3
+	34 mem_module_nv_data4
+	0 mem_module_nv_data_end
+)
+xmemalloc g24_tx_hid(
+
+// adc
+//adc struct
+0 mem_mouse_vdd_calculate_set
+2 mem_mouse_vdd_full_vol
+2 mem_mouse_vdd_empty_vol
+2 mem_mouse_vdd_low_vol
+2 mem_mouse_vdd_now_vol
+1 mem_adc_channel_gpio
+1 mem_adc_mux_status
+1 mem_mouse_adc_last_low_voltage_flag
+2 mem_mouse_discovery_timeout
+2 mem_mouse_24g_pair_timeout_init
+1 mem_mouse_direct_timeout
+1 mem_mouse_24g_reconn_timeout_init
+1 mem_mouse_24g_pair_tx_power
+1 mem_rssi_dis_min_24g_init
+1 mem_rssi_dis_max_24g_init
+1 mem_rssi_hex_received_max_value_init
+1 mem_rssi_dis_min_ble_init
+1 mem_rssi_dis_max_ble_init
+
+0 mem_mouse_param_config
+1 mem_lbutton_gpio
+1 mem_mbutton_gpio
+1 mem_rbutton_gpio
+1 mem_bk_button_gpio
+1 mem_fw_button_gpio
+1 mem_dpi_button_gpio
+1 mem_whee_a_data_gpio
+1 mem_whee_b_data_gpio
+1 mem_mouse_sensor_sclk_gpio
+1 mem_mouse_sensor_sdio_gpio
+1 mem_select_sensor_angle_gpio
+1 mem_sensor_angle_default
+1 mem_sensor_angle_switch
+1 mem_config_sensor_dpi	
+1 mem_whee_ta_data_gpio
+1 mem_whee_tb_data_gpio
+1 mem_matrix_public_gpio
+1 mem_config_select_device_button_gpio
+1 mem_customer_key_gpio
+1 mem_firebutton_gpio
+1 mem_dpi_another_button_gpio
+1 mem_sensor_motion_gpio
+1 mem_device_switch_gpio
+1 mem_mouse_reuse_2ice_gpio
+1 mem_mouse_logo_led_gpio
+1 mem_mouse_1io2led_multi_24gled
+1 mem_mouse_1io2led_multi_bt1led
+1 mem_mouse_1io2led_multi_bt2led
+1 mem_mouse_low_voltage_alarm_gpio
+1 mem_mouse_dpi_gpio
+0 mem_mouse_param_config_end
+
+// usb
+1 mem_wire_usb_interval
+1 mem_usb_addr
+1 mem_mouse_usb_vdd_status
+1 mem_mouse_usb_keyboard_flag
+
+//three devices param
+//eeprom/flash
+0 mem_mouse_information_start
+1 mem_device_flag
+1 mem_device1_type
+6 mem_device1_addr
+6 mem_device1_locall_addr
+
+1 mem_device2_type
+6 mem_device2_addr
+6 mem_device2_locall_addr
+
+1 mem_device3_type
+6 mem_device3_addr
+6 mem_device3_locall_addr
+2 mem_store_flag
+1 mem_mouse_dpi
+4 mem_mouse_24g_addr
+2 mem_random_addr_increase_count
+79 mem_mouse_retention
+0 mem_mouse_information_end
+
+6 mem_mouse_compare_addr
+3 mem_flash_base
+4 mem_write_flash_head_temp
+1 mem_store_information_delay_timer
+1 mem_store_information_delay_timer_init
+
+// 2.4G
+1 mem_mouse_search_dongle_interval
+1 mem_mouse_search_dongle_ch
+1 mem_mouse_search_dongle_count
+1 mem_mouse_search_dongle_action
+1 mem_24g_enter_lpm_timer
+1 mem_mouse_24g_enter_lpm_enable
+
+//	LED
+//mediacy
+1 mem_mouse_multi_led_blink_enable
+1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_state
+1 mem_mouse_multi_led_blink_type				//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+
+//time parm
+1 mem_mouse_le_reconn_blink_limit
+1 mem_mouse_multi_led_powon_timer_init		//power on time
+1 mem_mouse_multi_led_powon_timer
+1 mem_mouse_multi_24gled_blink_timer_init	//24gled blink time
+1 mem_mouse_multi_le_discovery_blink_timer_init	//le discovery blink time
+1 mem_mouse_multi_le_reconn_blink_timer_init	//le reconn blink time
+1 mem_mouse_dpi_led_blink_timer_init		//dpi blink time
+1 mem_mouse_multi_led_blink_timer
+1 mem_mouse_low_led_blink_timer			//low blink time
+1 mem_mouse_low_led_blink_half_timer
+1 mem_adc_low_volatage_led_timer_count
+//blink count
+1 mem_mouse_multi_24gled_blink_count_init	//24g count
+1 mem_mouse_multi_le_reconn_blink_count_init	//le reconn count
+1 mem_mouse_multi_led_blink_count
+1 mem_mouse_multi_lowled_blink_count_init	//low count
+1 mem_mouse_multi_low_led_blink_count
+2 mem_mouse_logo_led_on_time_init
+1 mem_mouse_dpi_led_delay_count
+1 mem_mouse_dpi_led_delay_count_init
+//	LED end
+
+// mouse configured param
+8 mem_mouse_flag 
+1 mem_device_number
+2 mem_mouse_page_to
+1 mem_mouse_fast_direct_timeout
+2 mem_mouse_fast_page_to
+2 mem_mouse_24g_power_on_fast_conn_timer
+2 mem_mouse_24g_search_dongle_time_init
+2 mem_mouse_no_data_timeout
+
+1 mem_mouse_commbination_key_bt
+1 mem_mouse_commbination_key_24g
+
+1 mem_mouse_customer_function
+9 mem_customer_key_press
+9 mem_customer_key_release
+3 mem_mouse_set_high_impedance_bit_set
+
+1 mem_sensor_shutdown_flag
+1 mem_24g_long_sleep_set_level
+
+2 mem_tx_power_factory_param
+
+//lost-packet compensation
+3 mem_mouse_24g_short_sleep_set_4ms
+3 mem_mouse_24g_long_sleep_set_4ms
+1 mem_mouse_24g_fast_hop_count_4ms
+3 mem_mouse_24g_short_sleep_set_8ms
+3 mem_mouse_24g_long_sleep_set_8ms
+1 mem_mouse_24g_fast_hop_count_8ms
+
+4 mem_mouse_24g_tsniff
+4 mem_mouse_24g_tsniff_4ms
+4 mem_mouse_24g_tsniff_8ms
+3 mem_mouse_24g_short_sleep_set_init
+
+1 mem_mouse_24g_tx_count
+6 mem_mouse_24g_tx_time_last
+4 mem_mouse_24g_tx_time_last_delt
+5 mem_mouse_24g_tx_time_sum
+1 mem_mouse_24g_tx_time_sum_count
+1 mem_mouse_24g_tx_time_offset
+1 mem_mouse_24g_sleep_miss
+4 mem_mouse_24g_sleep_time_temp
+4 mem_mouse_24g_sleep_miss_temp
+
+1 mem_mouse_sleep_deal_type
+
+1 mem_mouse_24g_long_sleep_flag
+
+//no motion pin
+1 mem_mouse_long_mult_flag
+1 mem_mouse_current_mult_timer
+
+1 mem_reconn_times
+1 mem_reconn_times_init
+2 mem_mouse_no_data_timer
+8 mem_mouse_rssi_signal_buf				
+4 mem_btclk_sensor
+1 mem_mouse_bluetooth_fast_conn_flag
+2 mem_mouse_discovery_timer
+1 mem_mouse_bluetooth_reconnect_timeout
+1 mem_mouse_need_soft_reset
+
+// le
+1 mem_mouse_le_bb_connected_flag
+1 mem_mouse_le_reconnect_flag
+1 mem_mouse_send_secutiry_request_timer
+
+3 mem_mouse_le_lap_temp
+3 mem_le_adv_ind
+3 mem_le_adv_direct_ind
+20 mem_le_adv_swift_pair
+1 mem_le_data_len
+2 mem_le_keyboard_handle
+2 mem_le_multimedia_handle
+2 mem_le_systemctrl_handle
+2 mem_le_battery_level_handle
+1 mem_le_battery_level_percentage
+2 mem_le_battery_level_updata_timer_init
+2 mem_le_battery_level_updata_timer
+1 mem_mouse_le_conn_param_reject
+32 mem_le_tx_buffer0_omemalloc
+32 mem_le_tx_buffer1_omemalloc
+32 mem_le_tx_buffer2_omemalloc
+32 mem_le_tx_buffer3_omemalloc
+1 mem_le_connect_status_flag
+1 mem_le_start_encrypt_timer
+1 mem_mouse_direct_timer
+
+//patch area
+)
+xmemalloc g24_tx_hid_mouse(
+// Mouse Work Area
+1 mem_mouse_key
+2 mem_mouse_x
+2 mem_mouse_y
+1 mem_mouse_z
+1 mem_mouse_tz
+1 mem_mouse_xy_h
+1 mem_mouse_key_last
+
+//mouse wheel
+1 mem_wheel_tb_old_pinlevel
+1 mem_wheel_tb_new_pinlevel
+1 mem_wheel_tog 
+1 mem_mouse_tz_data
+1 mem_mwheel_b_old_pinlevel
+1 mem_mwheel_b_new_pinlevel
+1 mem_mwheel_tog 
+1 mem_mouse_z_data
+1 mem_mouse_wheel_trigger
+1 mem_mouse_wheel_trigger_timer
+
+//sensor param
+1 mem_sensor_id1
+1 mem_sensor_id2
+
+1 mem_sensor_shutter_hi
+1 mem_sensor_shutter_lo
+1 mem_sensor_smart_flag
+1 mem_sensor_squal_reg
+1 mem_sensor_iqc
+1 mem_mouse_move_flag
+
+1 mem_mouse_asm_flag
+2 mem_mouse_x_pre
+2 mem_mouse_y_pre
+1 mem_mouse_data_xtemp
+1 mem_mouse_data_ytemp
+
+0 mem_mouse_dpi_seting
+1 mem_320x_dpi_0
+1 mem_320x_dpi_1
+1 mem_320x_dpi_2
+1 mem_320x_dpi_3
+1 mem_3212_dpi_0
+1 mem_3212_dpi_1
+1 mem_3212_dpi_2
+1 mem_3212_dpi_3
+1 mem_ka8g2_dpi_0
+1 mem_ka8g2_dpi_1
+1 mem_ka8g2_dpi_2
+1 mem_ka8g2_dpi_3
+//S210x
+0 mem_sensor_s201_dpi
+1 mem_sensor_s201_dpi_0
+1 mem_sensor_s201_dpi_1
+1 mem_sensor_s201_dpi_2
+1 mem_sensor_s201_dpi_3
+1 mem_sensor_s201_dpi_4
+
+1 mem_mouse_cpi_count
+1 mem_mouse_dpi_button_state
+1 mem_mouse_dpi_long_press_flag
+
+10 mem_sensor_3212_init
+10 mem_sensor_3204_init
+10 mem_sensor_3205_init
+26 mem_sensor_32xx_init
+34 mem_sensor_32xx_init_1
+38 mem_sensor_8650_init
+30 mem_sensor_ka8ul_init
+16 mem_sensor_8009_init
+16 mem_sensor_ka8g2_init
+12 mem_sensor_p6520_init
+8 mem_sensor_poweron_init
+8 mem_sensor_ka8g2_poweron_init
+	
+1 mem_mouse_clear_sensor_data_flag
+1 mem_config_sensor_type
+1 mem_config_sensor_angle
+1 mem_bluetooth_125hz_cnt
+
+//bt
+7 mem_device_addr_temp
+1 mem_mouse_bt_boot_mode
+5 mem_mouse_bt_boot_data
+1 mem_bt_send_max_slot_req_accept_after_switch
+1 mem_mouse_bt_send_first_package_timer
+1 mem_mouse_bt_send_first_package_flag
+1 mem_lmi_opcode_temp 
+1 mem_lpm_mult_init
+
+// mouse key
+1 mem_customer_key
+1 mem_customer_data_trigger
+1 mem_customer_data_trigger_last
+
+1 mem_mouse_lkey_press_status
+1 mem_mouse_rkey_press_status
+1 mem_mouse_mkey_press_status
+1 mem_mouse_bkkey_press_status
+1 mem_mouse_fwkey_press_status
+1 mem_mouse_dpikey_press_status
+1 mem_mouse_pbkey_press_status
+1 mem_mouse_customerkey_press_status
+1 mem_mouse_key_temp
+1 mem_mouse_key_status
+
+1 mem_mouse_matrix_key_cow_count
+1 mem_mouse_matrix_key_row_count
+1 mem_mouse_ghost_flag
+1 mem_bt_discovery_count
+1 mem_select_device_count
+1 mem_mouse_commbination_key
+1 mem_select_device_button_statue
+1 mem_commbination_key_statue
+1 mem_combination_ui_button_count
+
+//fire key
+1 mem_fire_key_status
+4 mem_fire_key_delay
+1 mem_fire_key_flag
+
+//another dpi key
+1 mem_dpi_another_press_status
+1 mem_dpi_another_button_state
+1 mem_dpi_another_button_down_enable
+1 mem_mouse_key_temp_patch
+
+//le name modify
+1 mem_le_name_patch_len
+19 mem_le_name_patch
+
+//device otp data
+1 mem_device_flag_last
+1 mem_device_flag_temp
+1 mem_device_flag_value
+
+6 mem_mouse_le_addr1_last
+6 mem_mouse_le_addr1_temp
+6 mem_mouse_le_locall_addr1_last
+6 mem_mouse_le_locall_addr1_temp
+
+6 mem_mouse_le_addr2_last
+6 mem_mouse_le_addr2_temp
+6 mem_mouse_le_locall_addr2_last
+6 mem_mouse_le_locall_addr2_temp
+
+1 mem_mouse_dpi_last
+1 mem_mouse_dpi_temp
+1 mem_mouse_otp_dpi_value
+
+4 mem_mouse_24g_addr_last
+4 mem_mouse_24g_addr_temp
+
+2 mem_random_addr_increase_count_last
+2 mem_random_addr_increase_count_temp
+
+//otp store info offset
+2 mem_otp_offset_device_flag
+2 mem_otp_offset_device_flag_end
+
+2 mem_otp_offset_24g_addr
+2 mem_otp_offset_24g_addr_end
+
+2 mem_otp_offset_le_addr1
+2 mem_otp_offset_le_addr1_end
+
+2 mem_otp_offset_le_locall_addr1
+2 mem_otp_offset_le_locall_addr1_end
+
+2 mem_otp_offset_le_addr2
+2 mem_otp_offset_le_addr2_end
+
+2 mem_otp_offset_le_locall_addr2
+2 mem_otp_offset_le_locall_addr2_end
+
+2 mem_otp_offset_dpi
+2 mem_otp_offset_dpi_end
+
+2 mem_otp_offset_le_addr_increase_count
+2 mem_otp_offset_le_addr_increase_count_end
+
+2 mem_otp_offset_app_initflag
+
+//patch area
+1 mem_mouse_le_send_conn_param_update
+1 mem_mouse_le_send_conn_param_update_timer
+
+1 mem_mouse_device_flag_temp
+1 mem_normal_tx_power
+3 mem_tx_power_factory_param_new
+18 mem_sensor_ka8g2_init_new
+
+64 mem_le_tx_buffer0_omemalloc_new
+64 mem_le_tx_buffer1_omemalloc_new
+64 mem_le_tx_buffer2_omemalloc_new
+64 mem_le_tx_buffer3_omemalloc_new
+1 mem_mouse_qdec_set_flag
+1 mem_mouse_wheel_temp_gpio
+1 mem_sensor_read_count
+1 mem_sensor_param_change_count
+
+)
+xmemalloc g24_tx_hid_mouse_flippen(
+16 mem_24g_txpayload_buf
+1 mem_release_data_from_receiver_enable
+1 mem_release_data_from_transmiter_enable
+
+1 mem_flippen_key0_gpio
+1 mem_flippen_key1_gpio
+1 mem_flippen_key2_gpio
+1 mem_flippen_key3_gpio
+1 mem_flippen_key4_gpio
+1 mem_flippen_key5_gpio
+1 mem_flippen_key6_gpio
+1 mem_flippen_key7_gpio
+
+1 mem_flippen_key0_press_status
+1 mem_flippen_key1_press_status
+1 mem_flippen_key2_press_status
+1 mem_flippen_key3_press_status
+1 mem_flippen_key4_press_status
+1 mem_flippen_key5_press_status
+1 mem_flippen_key6_press_status
+1 mem_flippen_key7_press_status
+
+0 mem_key_press_data
+9 mem_key_pageup_data
+9 mem_key_pagedown_data
+9 mem_key_shift_f5_data
+9 mem_key_esc_data
+9 mem_key_b_data
+9 mem_key_tab
+9 mem_key_enter
+9 mem_key_alt_tab
+9 mem_key_alt_f4
+9 mem_key_play_pause
+9 mem_key_vol_up
+9 mem_key_vol_down
+9 mem_standard_key_release
+9 mem_system_ctrl_key_release
+9 mem_media_key_release
+
+1 mem_key0_long_press_flag
+1 mem_key1_long_press_flag
+1 mem_key2_long_press_flag
+1 mem_key3_long_press_flag
+1 mem_key4_long_press_flag
+
+1 mem_key0_long_press_event
+1 mem_key1_long_press_event
+1 mem_key2_long_press_event
+1 mem_key3_long_press_event
+1 mem_key4_long_press_event
+
+1 mem_key0_short_press_flag
+1 mem_key1_short_press_flag
+1 mem_key2_short_press_flag
+1 mem_key3_short_press_flag
+1 mem_key4_short_press_flag
+
+1 mem_key0_press_timer_count
+1 mem_key1_press_timer_count
+1 mem_key2_press_timer_count
+1 mem_key3_press_timer_count
+1 mem_key4_press_timer_count
+
+1 mem_combination_key_down_flag
+1 mem_combination_key_longpress_flag
+1 mem_key_disable_timer
+1 mem_24g_calculate_package_id_disable
+1 mem_24g_package_id_abandon_flag
+1 mem_24g_package_id
+
+1 mem_key_state
+1 mem_key_press_state
+1 mem_poweron_first_blank_data_enable
+
+2 mem_flippen_no_data_timeout
+2 mem_flippen_start_pair_no_data_timeout
+2 mem_key_longpress_timer_init
+2 mem_key_longpress_timer
+
+1 mem_low_voltage_led_blink_flag
+1 mem_low_voltage_led_blink_start_timer
+1 mem_poweron_led_blink_flag
+
+1 mem_24g_pair_enable_flag
+1 mem_24g_ch_work
+1 mem_24g_pair_key_down_flag
+1 mem_24g_pairing_stop_flag
+1 mem_longpress_24g_enter_hibernate_flag
+1 mem_g24_connected_state
+1 mem_g24_pairing_stop_flag
+1 mem_send_package_before_check
+1 mem_le_conn_rcv_new
+1 mem_le_conn_first_rcv
+1 mem_le_check_retransmit_flag
+1 mem_le_retransmit_cnt
+1 mem_le_check_retransmit_discon_flag
+
+12 mem_sensor_ka5857_init
+)
+xmemalloc g24_tx_remote(
+1 mem_remote_car_hard_soft_switch
+
+1 mem_remote_car_queue_each_size
+1 mem_remote_car_queue_length
+
+1 mem_remote_car_queue_curr_num
+1 mem_remote_car_queue_read_ptr
+1 mem_remote_car_queue_write_ptr
+90 mem_remote_car_queue_ele
+
+1 mem_remote_style_led_type
+1 mem_remote_style_blink_count
+1 mem_remote_style_struct_led_gpio
+2 mem_remote_style_on_time
+2 mem_remote_style_off_time
+2 mem_remote_style_cb_ledon
+2 mem_remote_style_cb_ledoff
+
+
+1 mem_remote_car_led_num
+8 mem_remote_car_led_map
+
+0 mem_remote_car_keyscan
+1 mem_remote_car_key_num
+2 mem_cb_remote_car_keyscan
+
+0 mem_remote_car_key_conf0
+1 mem_remote_car_key_conf0_pin
+0 mem_remote_car_key_conf1
+1 mem_remote_car_key_conf1_pin
+0 mem_remote_car_key_conf2
+1 mem_remote_car_key_conf2_pin
+0 mem_remote_car_key_conf3
+1 mem_remote_car_key_conf3_pin
+0 mem_remote_car_key_conf4
+1 mem_remote_car_key_conf4_pin
+0 mem_remote_car_key_conf5
+1 mem_remote_car_key_conf5_pin
+0 mem_remote_car_key_conf6
+1 mem_remote_car_key_conf6_pin
+
+
+//rocker
+1 mem_rocker_negative_flag
+1 mem_rocker_work_status
+2 mem_current_vdd_value_default_mid_x
+2 mem_current_vdd_value_default_mid_y
+2 mem_current_vdd_value_default_mid_temp
+2 mem_current_vdd_default_range
+2 mem_rocker_last_status
+0 mem_rocker_status
+1 mem_rocker_x_status
+1 mem_rocker_y_status
+
+0 mem_remote_car_config_param
+1 mem_remote_car_config_setting_flag
+1 mem_remote_car_config_key_map
+1 mem_remote_car_config_layout
+1 mem_remote_car_config_connect_led_gpio
+1 mem_remote_car_config_check_way
+1 mem_remote_car_config_soft_switch_enable
+1 mem_remote_car_config_soft_switch_gpio
+1 mem_remote_car_config_timeout_shutdown_enable
+
+0 mem_remote_car_24g_motor_packet
+1 mem_remote_car_24g_motor_packet_lenght
+2 mem_remote_car_24g_motor_send_packet_head
+1 mem_remote_car_24g_motor_send_cmd
+2 mem_remote_car_24g_motor_send_length
+0 mem_remote_car_24g_motor_send_payload
+2 mem_remote_car_24g_motor1_payload
+2 mem_remote_car_24g_motor2_payload
+2 mem_remote_car_24g_motor3_payload
+1 mem_remote_car_24g_motor_send_checksum
+
+0 mem_remote_car_24g_fire_packet
+1 mem_remote_car_24g_fire_packet_lenght
+2 mem_remote_car_24g_fire_send_packet_head
+1 mem_remote_car_24g_fire_send_cmd
+2 mem_remote_car_24g_fire_send_length
+2 mem_remote_car_24g_fire_send_payload
+1 mem_remote_car_24g_fire_send_checksum
+
+15 mem_remote_car_24g_tx_temp
+
+2 mem_remote_car_no_data_timeout
+2 mem_remote_car_no_data_timer
+
+0 mem_remote_car_soft_power
+1 mem_remote_car_power_state
+1 mem_remote_car_power_timer
+1 mem_remote_car_power_off_timeout
+1 mem_remote_car_power_starting_timeout
+2 mem_remote_car_power_off_cb
+2 mem_remote_car_power_starting_cb
+2 mem_remote_car_power_standby_cb
+
+1 mem_remote_key_status
+1 mem_remote_car_24g_status
+
+1 mem_remote_car_24g_auto_work_step
+1 mem_remote_car_24g_pair_success_flag
+1 mem_remote_car_empty_packet
+
+1 mem_remote_car_motor1_key0_press_state
+1 mem_remote_car_motor1_key1_press_state
+1 mem_remote_car_motor2_key2_press_state
+1 mem_remote_car_motor2_key3_press_state
+1 mem_remote_car_motor1_rel_state
+1 mem_remote_car_motor2_rel_state
+
+1 mem_remote_car_no_data_check
+
+4 mem_remote_24g_commom_addr
+4 mem_remote_24g_commom_addr_temp
+4 mem_remote_24g_commom_addr_read
+1 mem_remote_save_addr_flag
+)
+xmemalloc shutter(
+
+////////////////////////////////////
+//ble shutter config
+1 mem_ble_shutter_enable_notify
+2 mem_ble_shutter_reconn_adv_interval
+2 mem_ble_shutter_discovery_adv_interval
+2 mem_ble_shutter_reconn_timeout
+2 mem_ble_shutter_reconn_timer
+2 mem_ble_shutter_reconn_blink_on_time
+2 mem_ble_shutter_reconn_blink_off_time
+2 mem_ble_shutter_discovery_blink_on_time
+2 mem_ble_shutter_discovery_blink_off_time
+
+2 mem_ble_shutter_interval_min
+2 mem_ble_shutter_interval_max
+2 mem_ble_shutter_latency
+2 mem_ble_shutter_timeout
+
+2 mem_ble_shutter_interval_min_new
+2 mem_ble_shutter_interval_max_new
+2 mem_ble_shutter_latency_new
+2 mem_ble_shutter_timeout_new
+
+//////////////////shutter sleep timeout//////////////////
+2 mem_ble_shutter_discovery_timeout
+2 mem_ble_shutter_connect_timeout
+2 mem_shutter_sleep_timeout
+2 mem_shutter_sleep_timer
+
+/////////////////////////////////////////////////////////////////
+1 mem_shutter_hard_soft_switch_case
+1 mem_shutter_soft_switch_button_gpio
+1 mem_shutter_soft_switch_power_state
+1 mem_shutter_soft_switch_poweron_time
+1 mem_shutter_soft_switch_poweroff_time
+2 mem_shutter_soft_switch_poweron_callback_function
+2 mem_shutter_soft_switch_poweroff_callback_function
+
+
+0 mem_shutter_keyscan
+1 mem_shutter_key_num
+2 mem_cb_shutter_keycan
+1 mem_shutter_key_conf0
+1 mem_shutter_key_conf1
+1 mem_shutter_key_conf2
+1 mem_shutter_key_conf3
+1 mem_shutter_key_conf4
+1 mem_shutter_key_conf5
+1 mem_shutter_key_conf6
+1 mem_shutter_key_conf7
+
+
+5 mem_key0_press
+5 mem_key1_press
+5 mem_key2_press
+5 mem_key3_press
+5 mem_key4_press
+5 mem_key5_press
+5 mem_key6_press
+5 mem_key7_press
+
+5 mem_key0_release	
+5 mem_key1_release
+5 mem_key2_release
+5 mem_key3_release
+5 mem_key4_release
+5 mem_key5_release
+5 mem_key6_release
+5 mem_key7_release
+
+5 mem_ble_data_buffer1
+5 mem_ble_data_buffer2
+5 mem_ble_data_buffer3
+5 mem_ble_data_buffer4
+5 mem_ble_data_buffer5
+5 mem_ble_data_buffer6
+5 mem_ble_data_buffer7
+5 mem_ble_data_buffer8
+50 mem_ble_data_buffer9_58
+
+1 mem_queue_each_size
+1 mem_queue_length
+1 mem_queue_curr_num
+1 mem_queue_read_ptr
+1 mem_queue_write_ptr
+32 mem_queue_ele
+
+170 mem_shutter_nv_data
+
+0 mem_shutter_led_struct_app_led
+1 mem_shutter_led_struct_app_led_type
+1 mem_shutter_led_struct_app_led_blink_count
+1 mem_shutter_led_struct_app_led_gpio
+2 mem_shutter_led_struct_app_led_on_time
+2 mem_shutter_led_struct_app_led_off_time
+2 mem_shutter_led_struct_app_led_on_callback
+2 mem_shutter_led_struct_app_led_off_callback
+
+0 mem_shutter_power_off_led_style
+1 mem_shutter_power_off_led_style_type
+1 mem_shutter_power_off_led_style_blink_count
+1 mem_shutter_power_off_led_style_gpio
+2 mem_shutter_power_off_led_style_on_time
+2 mem_shutter_power_off_led_style_off_time
+2 mem_shutter_power_off_led_style_on_callback
+2 mem_shutter_power_off_led_style_off_callback
+
+1 mem_shutter_soft_swtich_botton_down
+11 mem_shutter_soft_swtich_led_struct_temp
+1 mem_shutter_power_off_timeout
+1 mem_shutter_power_off_timer
+2 mem_shutter_key_conf0_temp
+1 mem_shutter_led_struct_app_led_gpio_temp
+1 mem_shutter_hard_soft_switch_case_temp
+1 mem_shutter_soft_switch_button_gpio_temp
+
+1 mem_shutter_soft_switch_first_power_on
+1 mem_shutter_dy_conf
+420 mem_shutter_le_uuid_sup
+40 mem_shutter_key_value_list
+8 mem_shutter_discovery_time_conf
+8 mem_shutter_reconn_or_discovery_blink_time_conf
+)
+xmemalloc shutter_dy(
+
+////////////////////////////////////
+//shutter common config
+
+//timers
+1 mem_shutter_1s_timer
+2 mem_shutter_timer_625us
+
+//patch variable
+11 mem_rf_init_data_new
+2 mem_key_value_xmem
+290 mem_shutter_le_hid_map
+//420 mem_shutter_dy_le_uuid_sup
+2 mem_shutter_le_map_len_android
+2 mem_shutter_le_map_len_ios
+16 mem_dy_le_search_service_uuid
+1 mem_iphone_flag
+1 mem_send_data_delay
+4 mem_key_send_clk
+10 mem_shutter_key_state0
+10 mem_shutter_key_state1
+10 mem_shutter_key_state2
+10 mem_shutter_key_state3
+10 mem_shutter_key_state4
+10 mem_shutter_key_state5
+10 mem_shutter_key_state6
+
+15 mem_key0_release_new	
+15 mem_key1_release_new
+15 mem_key2_release_new
+15 mem_key3_release_new
+15 mem_key4_release_new
+15 mem_key5_release_new
+15 mem_key6_release_new
+
+3 mem_key0_long_press
+3 mem_key1_long_press
+3 mem_key2_long_press
+3 mem_key3_long_press
+3 mem_key4_long_press
+3 mem_key5_long_press
+3 mem_key6_long_press
+
+3 mem_key0_long_release	
+3 mem_key1_long_release
+3 mem_key2_long_release
+3 mem_key3_long_release
+3 mem_key4_long_release
+3 mem_key5_long_release
+3 mem_key6_long_release
+
+2 mem_combine_key0
+2 mem_combine_key1
+2 mem_combine_key2
+2 mem_combine_key3
+2 mem_combine_key4
+2 mem_combine_key5
+
+2 mem_combine_key_state0
+
+10 mem_combine_key0_press
+10 mem_combine_key1_press
+10 mem_combine_key2_press
+10 mem_combine_key3_press
+10 mem_combine_key4_press
+10 mem_combine_key5_press
+10 mem_combine_key_release
+
+4 mem_shutter_move_data
+
+10 mem_key0_press_i
+10 mem_key1_press_i
+10 mem_key2_press_i
+10 mem_key3_press_i
+10 mem_key4_press_i
+10 mem_key5_press_i
+
+15 mem_key0_release_new_i
+15 mem_key1_release_new_i
+15 mem_key2_release_new_i
+15 mem_key3_release_new_i
+15 mem_key4_release_new_i
+15 mem_key5_release_new_i
+15 mem_key6_release_new_i
+
+3 mem_key0_long_press_i
+3 mem_key1_long_press_i
+3 mem_key2_long_press_i
+3 mem_key3_long_press_i
+3 mem_key4_long_press_i
+3 mem_key5_long_press_i
+3 mem_key6_long_press_i
+
+3 mem_key0_long_release_i
+3 mem_key1_long_release_i
+3 mem_key2_long_release_i
+3 mem_key3_long_release_i
+3 mem_key4_long_release_i
+3 mem_key5_long_release_i
+3 mem_key6_long_release_i
+
+
+10 mem_key3_release_new_t
+10 mem_key3_release_new_i_t
+1 mem_key3_press_count
+1 mem_shutter_like_timeout
+1 mem_shutter_key_pressed
+1 mem_shutter_combine_key_release
+680 mem_shutter_mousekey_value_list
+1 mem_shutter_back_count
+1 mem_shutter_le_conned
+
+0 mem_move_config
+1 mem_shutter_iphone_beyond_x_count
+1 mem_shutter_iphone_beyond_y_count
+2 mem_shutter_move_data_x
+2 mem_shutter_move_data_y
+1 mem_last_shutter_le_iphone_flag
+0 mem_move_config_end
+1 mem_shutter_back_count_cache
+1 mem_shutter_iphone_beyond_x_cache
+1 mem_shutter_iphone_beyond_y_cache
+10 mem_shutter_iphone_move_mid
+1 mem_shutter_long_key_released_flag
+1 mem_shutter_move_mid_timer
+1 mem_shutter_pairing_success
+2 mem_combine_key_release_value
+1 mem_last_press_key_value
+1 mem_shutter_first_move
+1 mem_move_mode_set
+1 mem_move_mode_key_index
+1 mem_move_mode_trigger_enable
+5 mem_shutter_android_move_mid
+10 mem_shutter_iphone_up_mid
+10 mem_shutter_iphone_like_mid
+1 mem_shutter_key_num_conf
+7 mem_shutter_dy_key_conf
+11 mem_le_dy_adv_data
+12 mem_le_dy_scan_data
+8 mem_ble_shutter_dy_interval_min_new
+8 mem_shutter_ble_discovery_time_conf
+2 mem_queue_dy_each_size
+10 mem_dy_key0_press
+10 mem_dy_key1_press
+10 mem_dy_key2_press
+10 mem_dy_key3_press
+10 mem_dy_key4_press
+10 mem_dy_key5_press
+10 mem_dy_key6_press
+7 mem_shutter_led_on_light_dark_led_conf
+7 mem_shutter_led_off_light_dark_led_conf
+4 mem_shutter_reconn_blink_on_time_conf
+4 mem_shutter_discovery_blink_on_time_conf
+2 mem_shutter_efuse_start_offset
+2 mem_shutter_efuse_end_offset
+
+0 mem_initial_move_conf
+2 mem_android_initial_move_x
+2 mem_android_initial_move_y
+2 mem_iphone_initial_move_x
+2 mem_iphone_initial_move_y
+//修改增加保存参数
+0 mem_otp_move_config
+2 mem_otp_shutter_move_data_x
+2 mem_otp_shutter_move_data_y
+1 mem_otp_last_shutter_le_iphone_flag
+0 mem_otp_move_config_end
+2 mem_otp_write_offset_addr
+2 mem_otp_read_offset_addr
+2 mem_otp_read_ios_android_addr
+2 mem_shutter_le_pairing_handle
+2 mem_shutter_temp_count
+1 mem_shutter_first_read_flag
+1 mem_shutter_valid_data_flag
+1 mem_shutter_volume_timer
+1 mem_shutter_link_timer
+8 mem_shutter_link_data
+8 mem_shutter_link_data_i
+1 mem_shutter_link_loop_flag
+0 mem_shutter_end
+)
+xmemalloc hci_boot(
+1 mem_hci_uart_tx_gpio
+1 mem_hci_uart_rx_gpio
+1 mem_hci_uart_rts_gpio
+1 mem_hci_uart_cts_gpio
+1 mem_hci_pwm_12mhz_gpio
+)
Index: output/eeprom.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/eeprom.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/eeprom.dat	(working copy)
@@ -0,0 +1,8192 @@
+00
+02
+8f
+ab
+f1
+00
+3c
+ae
+c6
+03
+78
+5c
+8d
+07
+e0
+71
+35
+1e
+aa
+55
+60
+11
+24
+e6
+00
+26
+6d
+0c
+51
+3b
+49
+7e
+20
+7c
+3d
+fc
+1c
+3c
+a9
+8b
+3f
+7e
+68
+bd
+31
+b0
+fc
+2e
+10
+d5
+17
+75
+69
+c5
+d4
+cd
+57
+7c
+4e
+f0
+8f
+8e
+bc
+7c
+19
+34
+7f
+73
+aa
+41
+ab
+a3
+48
+df
+d6
+ce
+11
+62
+8b
+20
+73
+99
+f0
+fb
+ba
+38
+7c
+67
+f8
+4f
+41
+7c
+25
+5d
+f1
+0e
+61
+42
+27
+37
+90
+7a
+5d
+09
+f3
+d3
+7c
+5b
+9b
+97
+b8
+0b
+bc
+39
+eb
+66
+9a
+03
+52
+8a
+5a
+c5
+e3
+13
+09
+a9
+5d
+20
+dc
+6d
+ba
+0f
+9d
+45
+e5
+9f
+b6
+d6
+15
+bb
+e6
+c6
+1c
+80
+c0
+15
+9c
+59
+58
+55
+f1
+b8
+17
+84
+46
+78
+8d
+ce
+4b
+d5
+99
+fd
+91
+9e
+d6
+0b
+50
+55
+a4
+a5
+6e
+32
+1a
+09
+17
+d3
+01
+46
+04
+a7
+1d
+87
+4b
+27
+cc
+5a
+e3
+d2
+09
+88
+1e
+cc
+6c
+0f
+ab
+5d
+cd
+00
+f0
+f5
+ca
+e0
+94
+d0
+52
+50
+44
+11
+67
+4f
+25
+e1
+85
+c4
+19
+30
+a8
+7d
+b9
+b5
+cb
+34
+26
+62
+32
+43
+a3
+cb
+13
+d4
+68
+30
+ec
+10
+f0
+78
+eb
+fe
+b5
+ba
+93
+a4
+db
+7c
+52
+ba
+b3
+4d
+8f
+d9
+8b
+9d
+48
+6a
+88
+36
+6b
+07
+8b
+5f
+0d
+d6
+bf
+80
+e5
+a5
+ac
+cf
+2e
+c5
+50
+61
+db
+22
+9b
+07
+0d
+ac
+47
+14
+0b
+01
+44
+b1
+7e
+ed
+6f
+7c
+4f
+61
+24
+e7
+a8
+f9
+e7
+54
+35
+2e
+a4
+37
+71
+8b
+db
+0d
+f5
+a5
+6e
+28
+97
+41
+c4
+b4
+e7
+ff
+05
+2d
+7e
+c4
+d7
+da
+5e
+5f
+cf
+b0
+78
+ce
+34
+25
+7a
+f8
+35
+94
+66
+e2
+22
+9e
+13
+a5
+dd
+71
+63
+fd
+ff
+31
+09
+d6
+49
+97
+f7
+a0
+01
+96
+5d
+6d
+b8
+af
+33
+29
+b8
+f9
+78
+bb
+85
+4d
+09
+ae
+01
+4f
+f8
+63
+d9
+ca
+e9
+01
+56
+69
+ae
+72
+fa
+f1
+5c
+82
+d3
+f2
+41
+b0
+5a
+30
+cc
+39
+f1
+5c
+90
+08
+04
+9e
+4e
+9c
+22
+83
+49
+1f
+13
+bd
+f9
+53
+71
+7e
+eb
+23
+4b
+ee
+44
+f2
+a5
+16
+38
+08
+37
+c7
+0d
+ae
+51
+e3
+88
+af
+34
+fd
+b0
+93
+6f
+85
+e9
+c6
+9c
+3a
+42
+2a
+77
+0e
+82
+38
+f4
+9c
+c7
+10
+f1
+b2
+70
+81
+52
+fc
+aa
+3f
+cb
+42
+e6
+ac
+a7
+55
+e2
+7c
+0c
+3a
+72
+17
+b5
+be
+f7
+fa
+6a
+46
+10
+03
+d6
+c8
+fa
+82
+e4
+ac
+87
+58
+cb
+74
+42
+09
+c6
+24
+c3
+35
+90
+a7
+5a
+d3
+36
+68
+4f
+11
+08
+53
+0f
+44
+ea
+2f
+90
+cb
+df
+bb
+1a
+1f
+b3
+ae
+b7
+e4
+b9
+9f
+f9
+97
+bc
+50
+6b
+b6
+38
+ee
+ed
+5e
+da
+e1
+4d
+09
+38
+c0
+35
+9e
+b8
+63
+02
+63
+c2
+5a
+77
+45
+b2
+2b
+84
+93
+7b
+fe
+b8
+33
+27
+21
+ef
+a4
+f2
+f3
+cf
+ff
+d1
+b9
+59
+8c
+83
+f7
+69
+74
+77
+a4
+69
+58
+43
+65
+ab
+41
+27
+a3
+35
+e9
+37
+b5
+c5
+94
+87
+0e
+5a
+dc
+fb
+b6
+40
+8a
+dc
+27
+ca
+f1
+6b
+84
+f6
+c6
+90
+7a
+1f
+7f
+0c
+87
+de
+5e
+40
+40
+bc
+50
+7d
+f8
+fc
+9a
+e3
+e6
+3c
+4c
+8a
+e0
+af
+13
+a6
+93
+d4
+35
+78
+ac
+62
+d3
+09
+80
+a4
+89
+c6
+4a
+ad
+b7
+80
+3f
+e7
+bc
+f3
+83
+bd
+3c
+8b
+46
+9d
+f1
+1e
+7f
+29
+24
+4f
+e5
+40
+a3
+13
+e1
+29
+a5
+26
+af
+c4
+d1
+9b
+13
+63
+a4
+f7
+15
+b0
+b1
+89
+4f
+8f
+6f
+b3
+97
+6a
+f8
+05
+ec
+9f
+0d
+94
+4e
+ba
+7e
+1b
+4e
+3a
+9c
+bc
+64
+0e
+98
+2c
+fe
+87
+75
+9f
+ec
+80
+59
+11
+94
+0a
+96
+1c
+52
+9c
+69
+6e
+50
+79
+bd
+22
+6e
+ce
+94
+62
+8e
+9f
+3a
+7d
+61
+20
+75
+87
+96
+fb
+9e
+09
+b2
+8a
+49
+3f
+86
+db
+33
+80
+8a
+c0
+f9
+19
+73
+23
+8f
+f6
+bd
+d5
+d8
+f7
+fc
+01
+fd
+d2
+fb
+11
+e1
+d8
+c4
+04
+98
+44
+97
+64
+b4
+b1
+ca
+9a
+a0
+a8
+10
+ce
+3f
+e5
+b2
+ad
+51
+99
+fc
+97
+c1
+02
+55
+f1
+4d
+48
+00
+13
+d8
+87
+47
+36
+86
+4d
+37
+4f
+c7
+a8
+b4
+a2
+af
+80
+d9
+b6
+a5
+f0
+68
+04
+d2
+f7
+4f
+ea
+3b
+45
+b5
+57
+e7
+c3
+f4
+e8
+6a
+1a
+53
+a3
+94
+45
+83
+bc
+08
+15
+ab
+ad
+f7
+f2
+d3
+5f
+35
+36
+48
+1f
+49
+1e
+b8
+85
+1b
+b3
+c9
+2d
+b1
+98
+68
+1b
+e3
+fb
+04
+00
+b4
+b7
+b2
+34
+40
+59
+04
+a9
+b0
+5e
+1f
+5c
+89
+67
+76
+7f
+e7
+e9
+6c
+52
+e4
+ab
+8c
+7a
+4e
+e9
+fb
+21
+3b
+46
+c6
+96
+c2
+fb
+ce
+cd
+11
+b7
+b6
+51
+20
+54
+e0
+e9
+2b
+35
+6a
+4b
+1d
+60
+e5
+37
+b7
+50
+ca
+59
+60
+d8
+b6
+8e
+ba
+19
+06
+6e
+5b
+9d
+14
+04
+62
+65
+35
+99
+f6
+a7
+5a
+30
+fe
+8c
+fa
+64
+91
+1a
+50
+ce
+2e
+16
+93
+f8
+43
+61
+81
+bc
+a2
+08
+21
+fd
+97
+ca
+61
+59
+17
+b8
+a4
+b6
+d2
+17
+94
+97
+45
+89
+f7
+bc
+d8
+3b
+93
+72
+7a
+84
+b6
+d4
+fa
+23
+46
+0e
+95
+bb
+7b
+5f
+a0
+ab
+c2
+90
+9c
+40
+07
+56
+98
+9b
+e9
+38
+f3
+ac
+2b
+83
+da
+df
+cb
+47
+36
+9e
+77
+f8
+18
+8a
+72
+95
+fe
+4c
+5f
+7f
+05
+03
+4b
+7b
+27
+8d
+17
+b5
+08
+02
+d5
+da
+76
+9a
+e3
+41
+e2
+15
+14
+a7
+9e
+8f
+d4
+22
+ce
+20
+bc
+a7
+9c
+08
+4e
+89
+f6
+84
+10
+e7
+b2
+a0
+71
+07
+dc
+d7
+7b
+a6
+e4
+08
+23
+33
+bd
+20
+1a
+92
+bb
+ab
+73
+bc
+66
+c9
+8c
+83
+e4
+07
+dc
+da
+8c
+0f
+e5
+e8
+9a
+d0
+6d
+a5
+e6
+94
+0a
+bf
+5b
+8a
+42
+c6
+1c
+3c
+54
+bf
+5c
+64
+f3
+5f
+ec
+63
+61
+e0
+8c
+92
+03
+6d
+e3
+cb
+8e
+c0
+9f
+6e
+25
+30
+18
+8d
+68
+89
+66
+5d
+6b
+19
+8a
+90
+24
+be
+c9
+be
+bc
+ad
+a2
+8e
+7a
+8f
+28
+ab
+e7
+c1
+a1
+4a
+bd
+39
+54
+f9
+40
+61
+cd
+26
+aa
+17
+aa
+08
+72
+0c
+bd
+56
+f5
+43
+c9
+31
+2c
+96
+5f
+b6
+85
+a8
+66
+d8
+30
+8e
+54
+f7
+d9
+09
+93
+2b
+1b
+e4
+52
+19
+cb
+3c
+11
+03
+73
+4f
+4a
+61
+d4
+b3
+e4
+e8
+29
+29
+8a
+0d
+af
+be
+ac
+17
+7e
+43
+47
+10
+42
+5a
+64
+70
+12
+b5
+1e
+ce
+2f
+a2
+5b
+eb
+ac
+f3
+0d
+0a
+06
+56
+82
+31
+f3
+f7
+af
+7e
+6e
+9b
+bd
+46
+50
+2c
+03
+d5
+13
+8e
+86
+f1
+8e
+17
+1a
+49
+0a
+49
+94
+52
+d2
+78
+31
+60
+34
+27
+d0
+ae
+8b
+80
+76
+47
+dc
+eb
+50
+cf
+15
+c4
+fe
+7a
+8a
+68
+16
+31
+f0
+c8
+6f
+d9
+61
+4d
+07
+70
+f1
+01
+07
+b1
+80
+cb
+b3
+0e
+76
+20
+90
+df
+aa
+b1
+8b
+d2
+ab
+95
+de
+c9
+20
+7a
+67
+aa
+71
+d3
+c1
+bc
+96
+fb
+01
+8e
+de
+e5
+89
+07
+06
+4b
+1f
+f6
+61
+3e
+57
+b9
+01
+d0
+0b
+d2
+a7
+75
+2c
+3b
+af
+bd
+83
+96
+7d
+c5
+2e
+cd
+bb
+bf
+53
+43
+20
+9e
+b1
+7f
+ba
+c4
+89
+69
+6e
+82
+3a
+84
+c7
+9c
+6d
+59
+8e
+3a
+46
+67
+a7
+6a
+f4
+5a
+54
+54
+78
+04
+97
+d8
+d0
+d0
+21
+2d
+7a
+11
+7f
+33
+d7
+22
+39
+d7
+b0
+78
+43
+38
+42
+9d
+05
+f2
+8d
+21
+96
+e5
+ae
+32
+8a
+a6
+8d
+0a
+ed
+fd
+c7
+92
+23
+e7
+74
+03
+be
+54
+38
+c6
+bb
+74
+fb
+df
+b5
+5e
+f3
+4f
+c9
+76
+d4
+2c
+0b
+89
+a2
+bd
+55
+c9
+59
+cb
+46
+18
+15
+06
+d8
+15
+0f
+2a
+eb
+2e
+7a
+a0
+38
+79
+b5
+a3
+ba
+51
+5a
+be
+67
+3a
+17
+e1
+54
+4b
+2d
+92
+ac
+18
+f7
+f2
+3b
+a6
+59
+64
+ab
+8c
+0c
+9d
+4f
+8b
+a1
+68
+8d
+30
+70
+84
+83
+f6
+ac
+b4
+35
+f3
+71
+93
+96
+ca
+cc
+50
+77
+52
+63
+d2
+ee
+91
+84
+c2
+29
+35
+bd
+ad
+c4
+2b
+92
+ec
+e8
+52
+40
+e0
+5e
+b3
+58
+60
+b5
+b6
+57
+cc
+91
+91
+60
+fb
+91
+41
+ae
+bc
+74
+8b
+7a
+86
+c3
+9c
+02
+8d
+f5
+49
+e7
+11
+27
+56
+f7
+a9
+e4
+09
+2c
+35
+5b
+42
+4d
+92
+90
+89
+2b
+1e
+d0
+b0
+f8
+43
+09
+a7
+db
+03
+72
+4a
+be
+d2
+43
+a8
+86
+c1
+81
+4c
+7c
+96
+10
+cf
+8e
+15
+9b
+a0
+1e
+e9
+83
+2c
+63
+37
+b4
+49
+d7
+a8
+92
+cd
+2f
+56
+95
+8d
+4e
+61
+08
+ce
+8a
+47
+fd
+c4
+33
+be
+bb
+16
+05
+1e
+98
+4d
+3a
+23
+d4
+cd
+87
+81
+f5
+16
+85
+4d
+f5
+ce
+03
+82
+b5
+27
+50
+70
+1d
+7b
+d7
+55
+c1
+67
+84
+dc
+34
+c7
+b6
+3e
+51
+c1
+1a
+de
+cf
+5d
+be
+a0
+d9
+e1
+b6
+66
+2f
+1b
+9d
+7e
+2c
+7d
+6f
+78
+c2
+59
+5c
+6e
+73
+ab
+3e
+72
+a8
+cd
+8c
+13
+78
+fd
+ae
+e0
+b7
+29
+ff
+51
+48
+b5
+60
+43
+b6
+b6
+aa
+cc
+b4
+37
+f9
+4f
+c6
+1a
+17
+e9
+08
+7f
+11
+ef
+14
+25
+07
+cc
+44
+1e
+6f
+af
+f0
+aa
+5f
+43
+30
+62
+d5
+d0
+06
+23
+21
+6d
+fa
+ea
+68
+37
+1e
+bd
+ea
+bb
+d9
+93
+89
+dc
+00
+c2
+2d
+7e
+8f
+36
+13
+9a
+6e
+db
+98
+d0
+b7
+43
+59
+a3
+2b
+8c
+bc
+7d
+73
+04
+c5
+9d
+d2
+84
+57
+74
+35
+27
+dc
+29
+45
+76
+dd
+de
+2b
+45
+fd
+b9
+f3
+87
+6d
+01
+d2
+46
+e7
+cd
+d2
+7c
+7e
+6d
+07
+21
+41
+a0
+77
+74
+45
+40
+4f
+c3
+07
+78
+68
+f8
+c7
+76
+c7
+e4
+7b
+5d
+84
+20
+04
+6c
+2c
+5c
+92
+3e
+a3
+cb
+0c
+fb
+b4
+ee
+b4
+af
+50
+fa
+95
+06
+e1
+f9
+ed
+8c
+2a
+da
+b7
+60
+35
+fb
+82
+7e
+95
+3b
+91
+51
+13
+52
+a9
+c7
+c4
+53
+84
+43
+5d
+4c
+2f
+58
+cd
+a9
+9a
+a2
+8e
+63
+a7
+1d
+fd
+e8
+0d
+c6
+b9
+ea
+a1
+1a
+bb
+65
+9a
+e7
+bb
+3d
+51
+c4
+8b
+ef
+8f
+56
+86
+97
+11
+a8
+7d
+fe
+3c
+e1
+f9
+e6
+ee
+aa
+db
+44
+33
+8b
+b5
+57
+ad
+31
+df
+4c
+5c
+20
+91
+f7
+74
+7a
+fb
+cf
+e9
+db
+ba
+ed
+80
+09
+49
+4b
+b0
+2d
+b3
+9c
+14
+7a
+74
+29
+03
+ff
+64
+cd
+a2
+fb
+a9
+13
+5d
+39
+69
+e0
+74
+8d
+2d
+bf
+7e
+69
+ec
+ca
+ab
+1b
+5d
+6d
+3c
+ce
+06
+3b
+af
+b4
+f9
+78
+be
+55
+d6
+35
+fa
+76
+91
+e2
+0d
+41
+16
+27
+77
+d2
+4a
+c2
+e9
+2e
+09
+c7
+5b
+d8
+b6
+54
+43
+cf
+56
+80
+27
+10
+2b
+65
+86
+c8
+15
+57
+7f
+d3
+88
+14
+2f
+75
+44
+a7
+dc
+69
+b6
+7f
+0e
+d2
+a5
+d2
+81
+1c
+82
+7c
+2c
+3d
+01
+9f
+b8
+fb
+7c
+4c
+95
+4b
+da
+cd
+6f
+d0
+50
+db
+a2
+74
+c4
+2a
+93
+2a
+d5
+79
+dd
+48
+44
+4b
+a8
+40
+ca
+f1
+ba
+9d
+b4
+19
+07
+d5
+f9
+72
+3a
+7f
+d7
+9e
+47
+5d
+6c
+49
+37
+17
+1b
+b6
+0a
+dc
+f3
+73
+f6
+e5
+84
+ce
+97
+ed
+c8
+b7
+d8
+89
+98
+32
+fb
+f8
+56
+03
+8d
+ef
+e5
+d1
+cd
+0f
+12
+9a
+99
+68
+52
+c0
+89
+67
+f8
+12
+33
+62
+47
+dc
+b6
+4a
+67
+60
+3a
+39
+41
+43
+61
+bb
+d4
+3b
+98
+4d
+41
+35
+d4
+68
+b0
+77
+f0
+01
+9f
+88
+2f
+7d
+d6
+59
+aa
+49
+2e
+4d
+e9
+68
+71
+e3
+df
+1a
+0d
+e9
+39
+e5
+db
+4a
+e2
+90
+43
+51
+d9
+b7
+d0
+05
+de
+d8
+65
+e5
+5f
+13
+4c
+02
+ee
+84
+b2
+b1
+d3
+28
+46
+4c
+c9
+74
+c8
+1a
+37
+37
+2e
+d4
+a9
+5c
+93
+d9
+2f
+b5
+b2
+0a
+4f
+50
+9f
+78
+27
+9e
+3b
+0a
+35
+08
+34
+35
+a5
+e1
+a7
+25
+3b
+54
+c7
+b4
+a2
+15
+15
+26
+bc
+c2
+93
+76
+6a
+64
+2f
+93
+f6
+c7
+d6
+02
+1e
+59
+96
+3c
+8f
+02
+cc
+59
+06
+54
+b0
+23
+7c
+75
+21
+fe
+6f
+07
+bc
+24
+8a
+ba
+30
+a7
+4d
+72
+20
+ea
+75
+2a
+9f
+57
+ae
+69
+f8
+ae
+1d
+6d
+ce
+ec
+1a
+73
+84
+84
+70
+76
+ab
+73
+6a
+9a
+92
+de
+2a
+0a
+97
+b6
+65
+a1
+cc
+85
+c7
+e3
+18
+f9
+c5
+c6
+5c
+13
+62
+ff
+62
+e4
+ee
+ff
+fd
+d0
+71
+0d
+a9
+9f
+c0
+0d
+f2
+54
+21
+16
+af
+1c
+ca
+03
+c6
+a3
+9d
+32
+69
+d6
+50
+14
+57
+9f
+18
+dd
+1e
+cd
+6c
+cd
+46
+10
+5a
+7d
+8f
+e6
+90
+62
+2d
+6c
+3f
+88
+68
+ab
+3a
+9d
+21
+6f
+a4
+1c
+b0
+e4
+c7
+61
+ef
+a3
+19
+b1
+f8
+e8
+2f
+ea
+9a
+2a
+34
+46
+44
+06
+63
+d1
+17
+05
+42
+ca
+d1
+da
+2a
+ad
+f6
+a3
+47
+75
+6e
+0d
+1b
+ce
+a4
+87
+51
+24
+1b
+db
+fd
+e8
+dd
+88
+47
+17
+2f
+c0
+32
+51
+d2
+a9
+ef
+9b
+99
+4d
+a2
+ac
+0b
+d4
+db
+c0
+03
+8f
+76
+3a
+8c
+d6
+f6
+74
+26
+91
+a4
+37
+bf
+01
+7b
+cc
+b1
+e2
+97
+85
+18
+ea
+80
+f5
+df
+40
+f6
+1d
+11
+2f
+5e
+94
+e1
+6e
+38
+9b
+1e
+81
+0d
+30
+e0
+49
+f9
+bc
+6b
+93
+14
+51
+ce
+a8
+98
+0e
+cf
+76
+51
+5e
+bd
+9e
+c4
+1b
+4a
+7e
+1d
+fa
+72
+f8
+e3
+ff
+89
+40
+8b
+4a
+31
+07
+bf
+de
+d9
+d5
+6a
+1e
+93
+11
+8c
+27
+24
+38
+e6
+c8
+48
+4e
+76
+e5
+02
+c1
+ee
+a1
+24
+91
+c1
+d9
+52
+d9
+65
+8f
+e2
+7c
+e7
+39
+bd
+46
+25
+24
+ed
+9c
+24
+f0
+79
+3e
+a6
+69
+f2
+c9
+0d
+2c
+63
+8f
+ce
+f6
+d6
+3c
+09
+fb
+aa
+c7
+ec
+ed
+62
+81
+4c
+a5
+bd
+c0
+27
+8c
+e3
+3e
+32
+4c
+25
+df
+76
+33
+0d
+ae
+63
+50
+94
+94
+51
+e4
+1d
+27
+47
+21
+ef
+ad
+06
+51
+9b
+da
+69
+33
+65
+f2
+2b
+4e
+f3
+1e
+1f
+11
+24
+fb
+6a
+41
+cd
+4a
+da
+57
+d4
+d4
+63
+ec
+51
+c9
+b6
+b7
+7b
+7b
+89
+9e
+65
+17
+6d
+a1
+a9
+73
+9c
+d9
+61
+23
+d6
+0a
+c5
+14
+42
+64
+e1
+78
+61
+f5
+a1
+ab
+60
+f0
+8a
+b7
+82
+7f
+0d
+34
+ae
+d1
+0b
+b9
+e2
+76
+47
+d6
+03
+67
+5a
+ee
+e2
+48
+a9
+de
+f9
+29
+9a
+83
+80
+72
+18
+21
+7a
+2f
+a1
+46
+55
+c9
+bd
+33
+0a
+60
+0f
+9d
+ec
+a1
+cd
+26
+c9
+58
+5e
+ab
+f3
+b9
+72
+01
+53
+5c
+9b
+bd
+cc
+1b
+91
+4a
+74
+df
+4f
+99
+b5
+fa
+78
+18
+0c
+5f
+45
+f9
+aa
+e7
+1f
+20
+f2
+da
+66
+6f
+89
+de
+fd
+20
+92
+bd
+d0
+4b
+ea
+d4
+70
+42
+cc
+ad
+7a
+14
+1d
+d9
+d3
+30
+1c
+87
+90
+29
+38
+6a
+c7
+67
+f0
+e7
+64
+c8
+d7
+3b
+04
+32
+90
+ec
+84
+94
+88
+14
+f7
+e2
+24
+e7
+b5
+74
+0b
+55
+06
+78
+e5
+f8
+53
+66
+3e
+22
+6c
+6f
+fe
+08
+54
+dd
+ba
+07
+4a
+ac
+31
+bb
+72
+ba
+32
+05
+21
+b1
+2e
+62
+5a
+7c
+2e
+2f
+a9
+dc
+29
+31
+c0
+f2
+7c
+1e
+af
+7f
+56
+78
+62
+6e
+b7
+b6
+9e
+b6
+1b
+06
+bc
+a3
+21
+66
+6b
+18
+ef
+d3
+fc
+ba
+83
+6b
+98
+88
+22
+4b
+e1
+98
+11
+9a
+43
+32
+bc
+4b
+4a
+e3
+02
+a3
+76
+76
+d7
+c5
+c6
+d4
+67
+d3
+69
+25
+7b
+73
+40
+ac
+6a
+6f
+4b
+30
+29
+97
+24
+ca
+76
+5b
+55
+07
+4e
+10
+a8
+43
+9e
+1c
+e7
+71
+6e
+02
+3a
+62
+18
+22
+72
+03
+0f
+d1
+be
+53
+00
+eb
+8b
+15
+24
+95
+3e
+6e
+6c
+e0
+ed
+8a
+ba
+30
+bc
+e8
+94
+c5
+2a
+15
+18
+8e
+63
+15
+5e
+4f
+20
+b6
+8f
+79
+02
+61
+3e
+31
+78
+1e
+f1
+3a
+52
+54
+a6
+1c
+76
+76
+bd
+2b
+b1
+87
+64
+9a
+5b
+fa
+81
+e6
+9b
+e8
+9b
+af
+a0
+05
+ed
+80
+a8
+17
+5d
+b5
+d8
+3d
+77
+e1
+bc
+3e
+17
+22
+90
+a3
+6e
+ec
+94
+4e
+98
+65
+78
+3f
+a0
+69
+f6
+8a
+7b
+35
+10
+1a
+99
+5a
+b6
+ed
+93
+cf
+1e
+bf
+7a
+62
+5a
+89
+3e
+9b
+4c
+67
+a4
+05
+ab
+44
+a4
+19
+47
+3e
+aa
+3b
+8d
+4c
+fc
+a8
+56
+87
+4f
+4e
+e2
+ee
+41
+48
+79
+5c
+30
+e2
+a2
+d5
+f5
+d5
+0f
+b2
+92
+cf
+8b
+85
+4a
+ac
+63
+e9
+38
+a1
+de
+d9
+74
+1f
+bd
+71
+4a
+ec
+00
+ac
+17
+2d
+7c
+c9
+52
+1e
+53
+46
+d7
+05
+15
+f2
+bc
+89
+dc
+00
+54
+8f
+03
+ed
+31
+dd
+0d
+d5
+5a
+95
+92
+4c
+e0
+40
+ea
+d9
+49
+66
+41
+37
+9d
+9b
+25
+19
+e8
+77
+f9
+46
+7d
+3f
+a8
+b2
+d8
+e9
+fb
+e9
+0f
+64
+a7
+b6
+4d
+8f
+53
+1d
+6d
+c6
+74
+da
+56
+66
+67
+9a
+36
+6e
+1d
+29
+1c
+49
+5f
+0f
+b4
+ec
+c1
+d3
+69
+19
+16
+ef
+84
+67
+b9
+7c
+00
+a1
+f4
+1d
+0d
+41
+c7
+5b
+7c
+36
+79
+bb
+5f
+71
+60
+4c
+09
+79
+5f
+66
+6a
+5c
+ff
+b7
+19
+e0
+83
+6e
+eb
+3c
+9c
+b9
+ec
+ff
+23
+90
+f7
+79
+b2
+96
+23
+ab
+77
+df
+03
+f0
+c4
+d8
+28
+13
+8c
+a8
+eb
+4f
+90
+cd
+5f
+ed
+b6
+8a
+0c
+01
+20
+b7
+11
+db
+f1
+a2
+a7
+5b
+0b
+d5
+94
+4a
+7a
+9b
+18
+d5
+94
+df
+f7
+7a
+c6
+f8
+5e
+f5
+08
+ed
+5f
+80
+b5
+f7
+46
+c6
+00
+cb
+fc
+f7
+94
+ef
+fa
+b9
+d9
+00
+bd
+85
+b2
+33
+df
+b8
+7a
+d2
+5a
+32
+bc
+bf
+5b
+54
+19
+29
+2b
+30
+a9
+4b
+b4
+2c
+28
+00
+2e
+86
+eb
+75
+65
+bc
+d3
+df
+7d
+f6
+25
+f7
+ed
+12
+33
+85
+c0
+e1
+41
+1b
+2e
+a2
+03
+cb
+96
+6e
+2d
+34
+b8
+fd
+54
+d5
+a6
+fd
+fb
+6c
+1f
+44
+df
+d4
+2b
+7d
+27
+f7
+ad
+c4
+47
+cb
+d8
+37
+07
+3a
+aa
+d4
+62
+07
+e8
+50
+54
+cd
+c1
+83
+be
+09
+e4
+b7
+f8
+fb
+c3
+da
+7c
+63
+19
+d8
+d8
+e1
+66
+30
+d2
+d1
+9a
+fa
+f3
+3d
+94
+98
+77
+32
+91
+ee
+19
+d5
+d9
+15
+71
+a6
+bc
+88
+15
+21
+94
+49
+ef
+9e
+39
+30
+1a
+5c
+59
+4c
+73
+b6
+45
+c6
+27
+64
+51
+2e
+42
+ab
+10
+58
+bd
+23
+7b
+92
+be
+0d
+d6
+7c
+35
+57
+84
+0f
+6b
+27
+d1
+59
+55
+99
+1f
+75
+e1
+89
+96
+7d
+ed
+43
+b4
+ec
+74
+04
+b1
+67
+23
+d1
+11
+78
+15
+30
+65
+35
+4c
+99
+5f
+6f
+66
+dc
+42
+9c
+c5
+88
+1f
+f8
+19
+69
+4d
+39
+29
+58
+d9
+bc
+f1
+c5
+75
+d8
+a1
+4f
+e3
+1d
+ae
+b5
+6d
+33
+fa
+bf
+19
+d3
+fc
+54
+70
+69
+58
+ee
+bf
+f2
+f9
+c5
+27
+20
+de
+10
+b4
+3c
+3a
+c9
+87
+9a
+d5
+81
+db
+1a
+6d
+f9
+8b
+de
+86
+5b
+68
+95
+db
+7e
+79
+c6
+6a
+91
+45
+3a
+a5
+6a
+99
+27
+5f
+27
+cc
+ce
+34
+a1
+ab
+db
+30
+82
+93
+54
+09
+d8
+4f
+f2
+8e
+64
+00
+02
+78
+fe
+24
+42
+1c
+38
+39
+53
+82
+d4
+ce
+77
+2d
+c1
+6a
+ec
+14
+50
+64
+b7
+09
+08
+cf
+62
+a9
+8e
+c8
+f8
+b0
+20
+a7
+32
+cb
+a8
+68
+03
+1b
+44
+66
+18
+ae
+66
+40
+b9
+dc
+85
+50
+51
+50
+89
+e7
+59
+4d
+1a
+22
+cb
+fe
+77
+11
+11
+b4
+04
+77
+a4
+b7
+1f
+30
+b0
+5e
+d7
+99
+e8
+fa
+a0
+e7
+67
+c6
+35
+e8
+39
+c7
+db
+f6
+4a
+6f
+18
+94
+25
+8e
+e1
+7f
+31
+67
+7d
+11
+1a
+02
+03
+d6
+59
+08
+2f
+76
+9c
+04
+df
+3d
+de
+5a
+4e
+6c
+6e
+77
+6b
+c5
+df
+a7
+b3
+3e
+98
+72
+8f
+55
+be
+ac
+10
+4e
+6f
+e9
+4c
+fc
+5e
+7d
+b0
+05
+e3
+b4
+64
+e4
+b3
+e4
+95
+f8
+07
+93
+fa
+b3
+97
+a0
+2c
+e0
+5e
+d9
+b2
+b6
+f7
+d1
+d2
+0a
+2c
+a4
+05
+4a
+71
+60
+0b
+a6
+9e
+97
+cf
+e7
+25
+5d
+0e
+94
+b1
+c4
+de
+04
+0c
+f8
+06
+5a
+9a
+e2
+9b
+bd
+c8
+f0
+f3
+fc
+95
+60
+87
+c3
+71
+2c
+7b
+96
+fa
+38
+1b
+e3
+c4
+6b
+85
+3a
+c7
+a6
+cf
+46
+52
+0e
+24
+2a
+a2
+d8
+01
+4a
+e4
+dc
+60
+77
+83
+71
+3e
+f8
+fd
+fb
+b0
+d1
+ff
+23
+ca
+c7
+d2
+ed
+94
+17
+e1
+3c
+a8
+ba
+c0
+58
+ba
+9c
+02
+42
+8e
+87
+b2
+62
+e1
+5b
+0b
+af
+92
+93
+8d
+0c
+00
+70
+d5
+ee
+fb
+03
+c7
+20
+15
+96
+32
+02
+60
+75
+d9
+a7
+a2
+cd
+e0
+ba
+36
+e3
+01
+5e
+76
+fe
+61
+f5
+66
+ef
+08
+d1
+09
+fa
+d9
+3a
+f0
+11
+95
+ec
+bf
+98
+d6
+12
+84
+5b
+75
+c4
+02
+7c
+f7
+d3
+8c
+0c
+83
+e3
+ba
+8e
+04
+5d
+9d
+71
+66
+d8
+6b
+46
+3f
+d1
+e3
+2b
+4f
+74
+54
+6a
+77
+d3
+98
+d2
+f4
+84
+16
+fc
+c3
+f5
+35
+82
+a1
+03
+bf
+0e
+9d
+71
+29
+56
+36
+0a
+5c
+2d
+96
+f9
+b6
+3a
+51
+21
+16
+cc
+25
+82
+c9
+1b
+9c
+21
+ea
+c4
+2c
+0f
+14
+44
+48
+23
+47
+ba
+6c
+fa
+32
+4e
+35
+96
+94
+68
+c5
+1b
+74
+e1
+b2
+d9
+9f
+13
+a4
+e2
+bc
+6d
+b6
+05
+4f
+8e
+c6
+d6
+4b
+c6
+98
+94
+a3
+6c
+ca
+f8
+dd
+06
+59
+9a
+8c
+16
+68
+49
+fa
+68
+eb
+2c
+33
+b6
+86
+dd
+6b
+70
+ef
+36
+f4
+59
+38
+e5
+34
+bd
+16
+83
+53
+d1
+1a
+45
+da
+39
+d2
+e2
+1a
+ad
+6e
+53
+0e
+a1
+12
+03
+db
+12
+cc
+f7
+e6
+92
+eb
+6c
+d7
+65
+a0
+d1
+26
+9d
+6a
+fc
+6a
+b4
+c2
+a3
+43
+6c
+03
+fc
+ad
+70
+6f
+dc
+7c
+f0
+76
+a0
+8f
+c0
+ce
+f7
+55
+5e
+b1
+08
+1d
+26
+76
+3a
+f9
+89
+a4
+54
+b6
+51
+19
+9e
+4e
+3a
+e5
+ad
+88
+26
+6e
+ea
+bc
+15
+a3
+1c
+40
+7f
+72
+79
+13
+1e
+bd
+7a
+4b
+6c
+5d
+96
+97
+29
+22
+34
+03
+bb
+38
+c2
+5c
+7e
+e6
+a2
+75
+bb
+c1
+a3
+fe
+aa
+3b
+73
+72
+9a
+c5
+ed
+ea
+3e
+a3
+77
+00
+47
+f6
+9b
+76
+04
+20
+3d
+a3
+3d
+79
+b8
+19
+4c
+e3
+f3
+a9
+93
+32
+44
+a2
+a7
+5f
+36
+9b
+71
+3c
+9d
+5a
+dc
+15
+e2
+59
+47
+3a
+00
+cf
+12
+17
+79
+ba
+4b
+f9
+d2
+00
+73
+63
+b8
+67
+6f
+7a
+6e
+8f
+87
+8c
+f5
+57
+52
+1e
+bb
+38
+55
+a2
+c9
+e8
+64
+c3
+37
+1c
+f7
+cd
+2f
+f7
+77
+1a
+c9
+5c
+d1
+8c
+e8
+c9
+13
+f0
+df
+b3
+dd
+60
+58
+56
+9d
+2e
+ff
+7e
+62
+70
+36
+01
+71
+29
+d4
+49
+23
+23
+93
+6b
+a6
+be
+a9
+b1
+e8
+68
+fb
+b5
+ba
+45
+59
+46
+82
+ce
+2e
+cf
+18
+40
+90
+5c
+80
+f0
+ac
+99
+37
+e2
+29
+5d
+fa
+0c
+dd
+54
+4d
+7f
+92
+79
+c3
+69
+33
+f6
+fb
+cc
+e0
+5c
+75
+86
+f0
+78
+f8
+bf
+a1
+eb
+9b
+3f
+fa
+99
+e5
+7a
+9f
+13
+c8
+5e
+98
+22
+83
+27
+ff
+3f
+33
+67
+66
+57
+cd
+bd
+89
+bf
+7b
+6b
+69
+79
+34
+41
+cf
+cb
+90
+07
+14
+a0
+6c
+94
+60
+59
+ec
+d0
+bd
+c9
+bd
+9b
+9a
+84
+33
+4f
+44
+6d
+4a
+39
+67
+89
+42
+b6
+a2
+2c
+93
+b2
+0b
+bc
+b3
+28
+42
+1e
+6e
+90
+ee
+81
+f2
+6e
+f6
+31
+5c
+31
+ac
+46
+88
+f4
+7c
+53
+4a
+61
+a9
+00
+59
+b3
+90
+d6
+4f
+dc
+a1
+fd
+03
+72
+72
+e5
+63
+c5
+4a
+c3
+d8
+6f
+39
+ce
+ed
+a6
+d9
+bc
+b0
+cd
+55
+43
+b7
+37
+7d
+aa
+7c
+cd
+1b
+58
+40
+92
+11
+f7
+72
+d9
+73
+7d
+e6
+b8
+f5
+66
+95
+e2
+49
+22
+3b
+2e
+9c
+8c
+6f
+ad
+b8
+3a
+bd
+c9
+3a
+f4
+b8
+94
+4a
+2a
+25
+78
+5d
+4b
+8b
+76
+ff
+2e
+e7
+5d
+45
+8a
+7d
+55
+1a
+e4
+07
+7f
+54
+54
+f8
+6a
+88
+37
+fa
+1e
+79
+8c
+5c
+91
+37
+69
+45
+44
+19
+2c
+3d
+aa
+55
+40
+00
+00
+40
+05
+00
+33
+07
+20
+00
+00
+00
+00
+00
+00
+00
+00
+53
+18
+bc
+f2
+4d
+61
+00
+00
+00
+00
+00
+20
+00
+60
+04
+00
+00
+00
+00
+00
+00
+10
+04
+60
+00
+00
+06
+00
+30
+00
+00
+00
+00
+00
+00
+00
+00
+41
+a4
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+08
+00
+13
+47
+04
+49
+0a
+00
+02
+2a
+81
+1b
+aa
+55
+1e
+00
+44
+46
+14
+10
+11
+ff
+ff
+0f
+0c
+09
+01
+00
+ff
+02
+02
+00
+ff
+ff
+ff
+15
+ff
+ff
+ff
+03
+ff
+05
+ff
+8e
+8d
+8b
+ff
+ff
+aa
+55
+01
+00
+29
+47
+01
+aa
+55
+02
+00
+ff
+46
+00
+14
+aa
+55
+03
+00
+02
+47
+05
+02
+05
+aa
+55
+01
+00
+07
+47
+14
+aa
+55
+01
+00
+05
+47
+02
+aa
+55
+02
+00
+0a
+47
+02
+06
+aa
+55
+01
+00
+0d
+47
+0a
+aa
+55
+01
+00
+12
+47
+0a
+aa
+55
+02
+00
+0f
+47
+58
+02
+aa
+55
+02
+00
+3a
+46
+58
+02
+aa
+55
+01
+00
+3d
+46
+64
+aa
+55
+02
+00
+21
+47
+05
+00
+aa
+55
+01
+00
+3c
+46
+64
+aa
+55
+02
+00
+38
+46
+b0
+04
+aa
+55
+01
+00
+1e
+47
+0a
+aa
+55
+02
+00
+25
+47
+70
+17
+aa
+55
+01
+00
+cb
+43
+08
+aa
+55
+01
+00
+1b
+47
+03
+aa
+55
+01
+00
+94
+40
+01
+aa
+55
+01
+00
+c0
+40
+20
+aa
+55
+01
+00
+6b
+49
+20
+aa
+55
+03
+00
+3c
+47
+00
+00
+00
+aa
+55
+02
+00
+66
+46
+00
+34
+aa
+55
+01
+00
+74
+46
+34
+aa
+55
+01
+00
+81
+46
+33
+aa
+55
+06
+00
+2d
+46
+dc
+05
+84
+03
+e8
+03
+aa
+55
+01
+00
+35
+46
+04
+aa
+55
+01
+00
+28
+47
+03
+aa
+55
+01
+00
+27
+47
+07
+aa
+55
+06
+00
+e6
+46
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+06
+00
+f1
+44
+02
+21
+26
+55
+51
+61
+aa
+55
+01
+00
+89
+45
+01
+aa
+55
+05
+00
+e3
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+01
+00
+b9
+45
+00
+aa
+55
+01
+00
+40
+47
+02
+aa
+55
+01
+00
+ca
+45
+00
+aa
+55
+01
+00
+7b
+47
+00
+aa
+55
+02
+00
+8b
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+ee
+4d
+00
+80
+bb
+00
+05
+aa
+55
+04
+00
+55
+47
+80
+bb
+00
+00
+aa
+55
+07
+00
+4a
+47
+a0
+00
+01
+00
+77
+01
+0b
+aa
+55
+04
+00
+59
+47
+00
+77
+01
+00
+aa
+55
+03
+00
+af
+45
+00
+48
+60
+aa
+55
+02
+00
+1d
+46
+2c
+01
+aa
+55
+02
+00
+1b
+46
+50
+00
+aa
+55
+02
+00
+23
+47
+64
+00
+aa
+55
+01
+00
+f4
+46
+01
+aa
+55
+06
+00
+db
+42
+51
+81
+91
+a1
+b3
+c1
+aa
+55
+01
+00
+93
+43
+07
+aa
+55
+08
+00
+c0
+43
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+02
+00
+be
+47
+96
+00
+aa
+55
+02
+00
+b5
+47
+15
+00
+aa
+55
+02
+00
+9b
+43
+19
+00
+aa
+55
+04
+00
+b7
+47
+1d
+00
+21
+00
+aa
+55
+02
+00
+32
+43
+2d
+00
+aa
+55
+02
+00
+bb
+47
+30
+00
+aa
+55
+0c
+00
+48
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+a0
+47
+06
+ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+68
+43
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+6b
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+8c
+49
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+d3
+42
+06
+00
+09
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+9a
+47
+03
+12
+18
+ff
+00
+00
+aa
+55
+03
+00
+ec
+46
+00
+50
+00
+aa
+55
+02
+00
+eb
+43
+80
+1f
+aa
+55
+01
+00
+f4
+43
+80
+aa
+55
+01
+00
+ec
+44
+ff
+aa
+55
+01
+00
+eb
+44
+1e
+aa
+55
+01
+00
+ee
+44
+00
+aa
+55
+01
+00
+41
+41
+03
+aa
+55
+01
+00
+3e
+46
+94
+aa
+55
+01
+00
+d2
+45
+07
+aa
+55
+02
+00
+f0
+45
+83
+47
+aa
+55
+02
+00
+3f
+46
+85
+90
+aa
+55
+02
+00
+42
+46
+75
+80
+aa
+55
+01
+00
+41
+46
+63
+aa
+55
+01
+00
+27
+46
+7d
+aa
+55
+01
+00
+37
+44
+00
+aa
+55
+03
+00
+08
+4a
+00
+03
+25
+aa
+55
+01
+00
+6c
+08
+ff
+aa
+55
+11
+00
+68
+48
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+8a
+8b
+83
+84
+88
+aa
+55
+08
+00
+4e
+49
+09
+a5
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+08
+00
+46
+49
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+0c
+00
+ff
+4b
+09
+a5
+46
+34
+6a
+c0
+69
+24
+09
+00
+ff
+ff
+aa
+55
+12
+00
+0b
+4a
+09
+a5
+26
+34
+19
+04
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+7c
+48
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+90
+48
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+aa
+55
+10
+00
+2a
+49
+09
+a5
+26
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+1a
+00
+d6
+48
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a7
+ff
+b6
+00
+b5
+c8
+a5
+af
+ff
+00
+09
+00
+ff
+ff
+aa
+55
+2e
+00
+fc
+48
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
+ff
+ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
+ff
+ff
+aa
+55
+01
+00
+07
+44
+01
+aa
+55
+01
+00
+09
+44
+0a
+aa
+55
+01
+00
+08
+44
+09
+aa
+55
+06
+00
+2d
+46
+a4
+01
+18
+01
+2c
+01
+aa
+55
+01
+00
+48
+41
+0c
+aa
+55
+06
+00
+c3
+40
+35
+3f
+64
+db
+7b
+3b
+aa
+55
+01
+00
+a7
+40
+20
+aa
+55
+03
+00
+c9
+40
+00
+08
+b4
+aa
+55
+01
+00
+99
+40
+18
+aa
+55
+01
+00
+1c
+41
+7e
+aa
+55
+0c
+00
+16
+00
+00
+00
+20
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+05
+00
+5e
+41
+08
+0e
+05
+03
+00
+aa
+55
+01
+00
+68
+41
+20
+aa
+55
+02
+00
+9a
+40
+00
+0c
+aa
+55
+05
+00
+43
+41
+ff
+04
+00
+00
+08
+aa
+55
+01
+00
+1c
+02
+5a
+aa
+55
+01
+00
+38
+44
+a0
+aa
+55
+02
+00
+3b
+44
+bc
+02
+aa
+55
+02
+00
+39
+44
+90
+01
+aa
+55
+02
+00
+3d
+44
+03
+09
+aa
+55
+01
+00
+49
+41
+ff
+aa
+55
+02
+00
+9c
+40
+49
+41
+55
+aa
+aa
+55
+5f
+57
+40
+5b
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+00
+9a
Index: output/memmap.format
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/memmap.format	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/memmap.format	(working copy)
@@ -0,0 +1,2485 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_current_context
+0x0007 mem_le_ch_mapped
+0x0008 mem_last_freq
+0x0009 mem_rssi
+0x000a mem_context_ptr
+0x000c mem_rx_window
+0x000e mem_lpm_adjust
+0x000f mem_sync_clke
+0x0015 mem_lpm_current_mult
+0x0016 mem_gpio_wakeup_cfg
+0x0022 mem_clkn_bt
+0x0026 mem_clke_bt
+0x002a mem_dpll_clkn
+0x002e mem_slot_offset
+0x0030 mem_loadcode_times
+0x0031 mem_select_list_item
+0x0032 mem_temp_reconn_record
+0x0032 mem_record_bt_mode
+0x0033 mem_list_item_ptr
+0x0035 mem_rssi_hex
+0x0036 mem_param_tx_setup
+0x0038 mem_param_rf_setup
+0x003a mem_param_conn_access
+0x003c mem_param_clke_cal
+0x003e mem_param_pll_setup
+0x0040 mem_param_rx_setup
+0x0042 mem_param_dpll_start_delay
+0x0044 mem_param_rt_rthalfslot
+0x0046 mem_param_clke_cal_le_1m
+0x0048 mem_param_clke_cal_le_2m
+0x004a mem_param_clke_cal_le_coded
+0x004c mem_le_rxbuf
+0x0150 mem_le_mic
+0x0154 mem_le_peer_mic
+0x0158 mem_le_mrand
+0x0168 mem_le_state
+0x0169 mem_le_mode
+0x016a mem_le_tsniff
+0x016c mem_le_anchor
+0x0170 mem_le_clk_offset
+0x0176 mem_le_receive_window
+0x0178 mem_le_plap
+0x017e mem_le_conn_handle
+0x017f mem_le_arq
+0x0180 mem_le_ch
+0x0181 mem_le_hop
+0x0182 mem_le_event_count
+0x0184 mem_le_supervision_timer
+0x0188 mem_le_instant
+0x018a mem_le_channels
+0x018b mem_le_op
+0x018c mem_le_access
+0x0190 mem_le_crcinit
+0x0193 mem_le_window_size
+0x0194 mem_le_slave_latency
+0x0196 mem_le_superto
+0x0198 mem_le_channel_map
+0x019d mem_le_rx_phy
+0x019e mem_le_tx_phy
+0x019f mem_le_update_new_param
+0x01a8 mem_le_sk
+0x01b8 mem_le_peer_sca
+0x01b9 mem_le_err_code
+0x01ba mem_le_ll_pairing_fail_reason
+0x01bb mem_le_testtype
+0x01bc mem_cmd_le_create_conn
+0x01bd memresult
+0x01bd mem_sp_calc_result
+0x01bd memh
+0x01c1 memg
+0x01c5 memf
+0x01c9 meme
+0x01cd mem_sp_calc_result_high
+0x01cd memd
+0x01d1 memc
+0x01d5 memb
+0x01d9 mema
+0x01dd mem_ucode_status
+0x01de mem_spid_tbuf
+0x01df mem_iicd_tbuf
+0x01df mem_addr_hi
+0x01e0 mem_addr_mi
+0x01e1 mem_addr_lo
+0x01e2 mem_iicd_addr
+0x01e3 mem_spid_rbuf
+0x01e7 mem_ucode_buf
+0x01e9 mem_ucode_len
+0x01eb mem_sched_addr
+0x01ed mem_ucode_keybuf
+0x01fd mem_otp_temp
+0x021d mem_app_evt_timer_count
+0x021e mem_input_store
+0x022e mem_ec_loopc
+0x0230 mem_aes_cmac_data_length
+0x0231 mem_dat
+0x0291 mem_ax_256//32 bytes
+0x02b1 mem_ay_256// 32 bytes
+0x02d1 mem_az_256// 32 bytes
+0x02f1 mem_bx_256// 32 bytes
+0x0311 mem_by_256// 31 bytes
+0x0331 mem_bz_256//32 bytes
+0x0331 mem_tmp1
+0x0331 memahbak
+0x0349 mem_tmp5
+0x0351 mem_cx_256//32 bytes
+0x0371 mem_cy_256// 32 bytes
+0x0390 mem_cy5_256// 1 byte
+0x0391 mem_cz_256// 32 bytes
+0x03b1 mem_k_256//32 bytes
+0x03d1 mem_tmp1_256//32 bytes
+0x03f1 mem_tmp5_256
+0x0411 mem_tmp2_256
+0x0431 mem_tmp3_256
+0x0431 mem_t1_256
+0x0451 mem_tmp0_256
+0x0451 mem_t0_256
+0x0471 mem_t2_256
+0x0491 mem_t3_256
+0x04b1 mem_t7_256
+0x04d1 mem_p
+0x04e9 mem_a
+0x0501 mem_b
+0x0519 mem_gx
+0x0531 mem_gy
+0x0549 memh0
+0x0569 mem_p_256
+0x0589 mem_a_256
+0x05a9 mem_gx_256
+0x05c9 mem_gy_256
+0x05e9 mem_le_slat
+0x05f9 mem_sp_state_start
+0x05f9 mem_sp_dhkey_invalid
+0x05fa mem_gkey
+0x05fe mem_sp_state_end
+0x05fe mem_le_pubkey_remote_x_256
+0x061e mem_le_pubkey_remote_y_256
+0x063e mem_le_dhkey_256
+0x065e mem_sp_confirm_remote
+0x066e mem_ipc_skip_continue_proc
+0x066f mem_fifo_temp
+0x0670 mem_pdatatemp
+0x0678 mem_temp//8 bytes
+0x0680 mem_timeup// 4 bytes
+0x0684 mem_rega//4 bytes
+0x0688 mem_regb//4 bytes
+0x068c mem_regc//3 bytes
+0x068f mem_contr//2 bytes
+0x0691 mem_contw//2 bytes
+0x0693 mem_contus
+0x0695 mem_contue
+0x0697 mem_contu
+0x0699 mem_queue
+0x069b mem_loopcnt
+0x069d mem_saved_gpio_in
+0x06a1 mem_module_rx_error_data_buffer
+0x06a1 mem_le_adv_channel_map_temp
+0x06a1 mem_le_data_len_temp//1byte
+0x06a1 mem_event_cmd_response_content//2byte
+0x06a1 mem_le_prand//16byte
+0x06a1 mem_AES_CMAC_k//16 bytes
+0x06a1 mem_regext_index//1 bytes
+0x06a1 mem_temp_block0
+0x06a2 mem_le_data_temp//15bytes
+0x06a2 mem_temp_block1
+0x06b1 mem_le_tx_buf_temp//48byte
+0x06b1 mem_le_aes_128//16byte
+0x06b1 mem_regext//64 bytes
+0x06b1 mem_AES_CMAC_k1//16 bytes
+0x06b1 mem_temp_block2
+0x06c1 mem_AES_CMAC_k2//16 bytes
+0x06c1 mem_temp_block3
+0x06d1 mem_AES_CMAC_temp// 16 bytes
+0x06d1 mem_temp_block4
+0x06e1 mem_AES_CMAC_M_last// 16 bytes
+0x06e1 mem_module_uart_cmd
+0x06e2 mem_module_uart_opcode
+0x06e3 mem_module_uart_len
+0x06e4 mem_module_temp_nl_discard_packet
+0x06e5 mem_temp_block5
+0x06f1 mem_le_mackey//16 bytes
+0x06f1 mem_app_receive_temp
+0x06f1 mem_key_value_temp
+0x06f3 mem_key_value
+0x06f5 mem_key_value_temp1
+0x06f6 mem_key_value_temp2
+0x06f7 mem_key_value_temp3
+0x06f8 mem_key_value_temp4
+0x06f9 mem_key_value_temp5
+0x06fa mem_key_value_temp6
+0x06fb mem_temp_block6
+0x0701 mem_scale_ratio
+0x0704 mem_xcnt
+0x0707 mem_scale_ratio_temp
+0x0709 mem_mesh_receive_model_message_payload_len
+0x070a mem_mesh_receive_model_message_payload_opcode
+0x070b mem_mesh_receive_model_message_payload
+0x0722 mem_mesh_access_layer_payload_len
+0x0723 mem_mesh_access_layer_payload
+0x0723 mem_mesh_access_payload
+0x0755 mem_mesh_access_payload_padding//Ϊ͸ģԤ
+0x0787 mem_mesh_queue_ele_temp
+0x0787 mem_mesh_queue_ele_duration
+0x0788 mem_mesh_queue_ele_gatt_msg_id
+0x0789 mem_mesh_queue_ele_len
+0x078a mem_mesh_queue_ele_payload
+0x07a9 mem_mesh_queue_ele_padding
+0x07aa mem_le_txheader_mesh_temp
+0x07d1 mem_mesh_sha256_chunk_start
+0x07d1 mem_mesh_sha256_chunk1
+0x0811 mem_mesh_sha256_chunk2
+0x0851 mem_mesh_sha256_chunk3
+0x0891 mem_mesh_sha256_chunk4
+0x08d1 mem_mesh_Privacy_Plaintext
+0x08d1 mem_mesh_Privacy_Plaintext_Zero_String
+0x08d6 mem_mesh_Privacy_Plaintext_IV_Index
+0x08da mem_mesh_Privacy_Plaintext_Privacy_Random
+0x08da mem_mesh_Privacy_Plaintext_Privacy_Random_EncDST
+0x08dc mem_mesh_Privacy_Plaintext_Privacy_Random_EncTransportPDU_or_NetMIC
+0x08e1 mem_mesh_PECB
+0x08f1 mem_nonce_ptr
+0x08f3 mem_ccm_data_len
+0x08f4 mem_ccm_data_ptr
+0x08f6 mem_ccm_mic
+0x08fe mem_ccm_type
+0x08ff mem_mesh_Device_UUID
+0x090f mem_mesh_receive_VID
+0x0910 mem_mesh_mic_cache_ptr
+0x0912 mem_adv_CRC_False_initValue
+0x0914 mem_CRC16_polynomial
+0x0916 mem_mesh_lower_transport_layer_payload_len
+0x0917 mem_mesh_loopcnt_tmep
+0x0919 mem_mesh_rega_temp
+0x091b mem_mesh_regb_temp
+0x091d mem_mesh_regc_temp
+0x091f mem_mesh_alarm_temp
+0x0921 mem_mesh_message_Transport_NetMIC_length
+0x0922 mem_mesh_message_NID
+0x0923 mem_mesh_message_TTL
+0x0924 mem_mesh_message_SEQ
+0x0927 mem_mesh_message_SRC
+0x0929 mem_mesh_message_DST
+0x092b mem_mesh_message_Proxy_TransportPDU_opcode
+0x092b mem_mesh_message_Transport_NetMIC
+0x092b mem_mesh_message_Transport_Head
+0x092c mem_mesh_message_Proxy_TransportPDU_Parameters
+0x092c mem_mesh_message_Transport_unsegmented_access_messagePDU
+0x092c mem_mesh_message_Transport_segmented_access_messagePDU
+0x092c mem_mesh_message_segment_access_SZMIC_SeqZero_SegO_SegN
+0x092f mem_mesh_message_Transport_segmented_access_messagePDU_Segment
+0x092f mem_mesh_message_Transport_NetMIC_end
+0x093f mem_mesh_nonce_struct
+0x094c mem_mesh_send_message_DST
+0x094e mem_mesh_last_message_SEQ
+0x0951 mem_mesh_network_packet_type
+0x0952 mem_mesh_receive_message_count
+0x0953 mem_mesh_receive_message_first_unicast_address
+0x0955 mem_mesh_receive_message_second_unicast_address
+0x0957 mem_mesh_receive_message_third_unicast_address
+0x0959 mem_mesh_receive_message_fourth_unicast_address
+0x095b mem_mesh_Proxy_Nonce
+0x095b mem_mesh_Proxy_Nonce_Nonce_Type
+0x095c mem_mesh_Proxy_Nonce_Pad
+0x095d mem_mesh_Proxy_Nonce_SEQ
+0x0960 mem_mesh_Proxy_Nonce_SRC
+0x0962 mem_mesh_Proxy_Nonce_Pad2
+0x0964 mem_mesh_Proxy_Nonce_IV_Index
+0x0968 mem_mesh_white_list
+0x0978 mem_mesh_white_list_num
+0x097a mem_mesh_addressed_filter_type
+0x097b mem_mesh_upper_transport_layer_payload_ptr
+0x097d mem_mesh_segmented_upper_transport_layer_payload_len
+0x097e mem_mesh_segmented_lower_transport_layer_SegZero
+0x0980 mem_mesh_segmented_lower_transport_layer_SegO
+0x0981 mem_mesh_segmented_lower_transport_layer_SegN
+0x0982 mem_mesh_segmented_last_packet_upper_teansport_payload_len
+0x0983 mem_mesh_upper_tran_layer_queue_temp
+0x0983 mem_mesh_upper_tran_layer_temp_packet_flag
+0x0984 mem_mesh_upper_tran_layer_temp_packet_transmit_delay
+0x0986 mem_mesh_upper_tran_layer_temp_packet_TID
+0x0987 mem_mesh_upper_tran_layer_temp_packet_header_IVI_NID
+0x0988 mem_mesh_upper_tran_layer_temp_packet_header_CTL_TTL
+0x0989 mem_mesh_upper_tran_layer_temp_packet_header_SEQ
+0x098c mem_mesh_upper_tran_layer_temp_packet_header_SRC
+0x098e mem_mesh_upper_tran_layer_temp_packet_header_DST
+0x0990 mem_mesh_upper_tran_layer_temp_packet_length
+0x0991 mem_mesh_upper_tran_layer_temp_packet_payload
+0x09fd mem_mesh_network_dup_cache
+0x0a3d mem_mesh_network_msg_cache
+0x0a8d mem_mesh_network_relay_gatt_queue_each_size
+0x0a8e mem_mesh_network_relay_gatt_queue_length
+0x0a8f mem_mesh_network_relay_gatt_queue_current_num
+0x0a90 mem_mesh_network_relay_gatt_queue_read_ptr
+0x0a91 mem_mesh_network_relay_gatt_queue_write_ptr
+0x0a92 mem_mesh_network_relay_gatt_queue_ele
+0x0709 mem_hci_opcode_ocf
+0x070b mem_hci_opcode_ogf
+0x070c mem_hci_event_head_type
+0x070d mem_hci_event_head_event_code
+0x070e mem_hci_event_para_total_length
+0x070f mem_hci_command_complete_num_hci_command_packet
+0x0710 mem_hci_command_complete_command_opcode
+0x0710 mem_hci_opcode
+0x0712 mem_hci_command_complete_return_parameter
+0x0712 mem_hci_command_complete_return_parameter_status
+0x0713 mem_hci_command_complete_return_parameter_chip_id
+0x0709 mem_module_le_rx_data_len
+0x070b mem_module_le_rx_data_address
+0x070d mem_module_le_rx_data_handle
+0x0709 mem_init_cnt
+0x070b mem_data_pre
+0x070d mem_data_current
+0x070f mem_data_sum
+0x0712 mem_data_value
+0x0709 mem_le_test_sync
+0x070b mem_le_test_pcnt
+0x070d mem_tst_pktcnt_crc
+0x070f mem_tst_pktcnt_dmh
+0x0711 mem_tmp_buffer_head
+0x0714 mem_tmp_buffer
+0x0709 mem_usb_status
+0x070b mem_usb_fifo_empty
+0x070c mem_usb_read_len
+0x070e mem_usb_txbuf
+0x074f mem_usb_txbuf1
+0x0759 mem_usb_txbuf2
+0x0763 mem_usb_rxbuf
+0x07a3 mem_usb_rxbuf_end
+0x07a4 mem_bufptr
+0x07a6 mem_remain
+0x07a7 mem_hidreportdesc_kb
+0x07a9 mem_hidreportdesc_m
+0x07ab mem_devicedesc
+0x07be mem_confdesc
+0x07fa mem_string0
+0x07ff mem_string1
+0x081d mem_string2
+0x083b mem_string3
+0x0859 mem_cb_usb_config
+0x085b mem_usb_tx_interval
+0x085c mem_usb_vid_pid
+0x0865 mem_usb_zero_packet
+0x0867 mem_usb_ones_packet
+0x0869 mem_usb_two_packet
+0x086b mem_usb0_state
+0x086c mem_usb_offline_check_gpio
+0x086d mem_usb_clear_mem_start
+0x086d mem_usb_setup
+0x086d mem_usb_setup_bmRequestType
+0x086e mem_usb_setup_bRequest
+0x086f mem_usb_setup_bValue
+0x0870 mem_usb_setup_bValueH
+0x0871 mem_usb_setup_wIndex
+0x0873 mem_usb_setup_bLength
+0x0874 mem_usb_setup_bLengthH
+0x0875 mem_usb0_set_report_data
+0x08b5 mem_usb0_get_report_data
+0x08f5 mem_usb_setup_bValue_temp
+0x08f7 mem_usb0_get_set_report
+0x08f8 mem_usb0_data_ready_report
+0x08f9 mem_usb_tx_win_enable
+0x08fa mem_usb_tx_mac_enable
+0x08fb mem_usb_idle_flag
+0x08fc mem_usb_idle_rate
+0x08fd mem_usb_get_protocol_flag
+0x08fe mem_usb_set_protocol_status
+0x08ff mem_usb_set_protocol_value
+0x0900 mem_usb_state
+0x0901 mem_usb_remote_wakeup
+0x0902 mem_usb_clear_remote_wakeup
+0x0903 mem_sdsystem_wakeup_flag
+0x0904 mem_usb_ep0_stall_status
+0x0905 mem_usb_ep1_stall_status
+0x0906 mem_usb_ep2_stall_status
+0x0907 mem_usb_ep3_stall_status
+0x0908 mem_dsc_info_data_pointer
+0x090a mem_dsc_info_len
+0x090b mem_usb_ep1_data
+0x090c mem_usb_ep2_data
+0x090d mem_usb_tx_enable
+0x090e mem_usb_device_enumeration_endflag
+0x090f mem_usb_wakestate_onetime_flag
+0x0910 mem_usb_mac_wakeup_trig
+0x0911 mem_usb_set_high_addr_flag
+0x0912 mem_usb_clear_halt
+0x0913 mem_usb_mouse_data
+0x0923 mem_usb_kb_data
+0x0933 mem_usb_kb_multikey
+0x0943 mem_usb_kb_system
+0x0953 mem_usb_test_cnt
+0x0955 mem_usb_test_kb
+0x095f mem_usb_clear_mem_end
+0x095f mem_usb_ccid_buf
+0x099f mem_dg_rssi_noise_buffer
+0x0a9f mem_dg_rssi_noise_dg_buffer
+0x0b9f mem_dg_rssi_noise_ms_buffer
+0x0c9f mem_dg_rssi_noise_kb_buffer
+
+0x019f mem_le_new_param
+0x019f mem_le_new_transmitwindowsize
+0x01a0 mem_le_new_transmitwindowoffset
+0x01a2 mem_le_new_conninterval
+0x01a4 mem_le_new_connslavelatency
+0x01a6 mem_le_new_connsupervisiontimeout
+0x019f mem_le_new_map
+0x019f mem_le_new_m2s_phy
+0x01a0 mem_le_new_s2m_phy
+0x004c mem_le_rxbuf_data_header
+0x004d mem_le_rxbuf_data_length
+0x004e mem_le_rxbuf_data_payload
+0x004c mem_le_rxbuf_data_ll_header
+0x004d mem_le_rxbuf_data_ll_length
+0x004e mem_le_rxbuf_data_ll_opcode
+0x004f mem_le_rxbuf_data_ll_control_data
+0x004c mem_le_rxbuf_adv_header
+0x004d mem_le_rxbuf_adv_length
+0x004e mem_le_rxbuf_adv_payload
+0x004c mem_le_rxbuf_adv_scan_req_header
+0x004d mem_le_rxbuf_adv_scan_req_length
+0x004e mem_le_rxbuf_adv_scan_req_scan_address
+0x0054 mem_le_rxbuf_adv_scan_req_adv_address
+0x004c mem_le_rxbuf_adv_connect_ind_header
+0x004d mem_le_rxbuf_adv_connect_ind_length
+0x004e mem_le_rxbuf_adv_connect_ind_init_address
+0x0054 mem_le_rxbuf_adv_connect_ind_adv_address
+0x005a mem_le_rxbuf_adv_connect_ind_access_address
+0x005e mem_le_rxbuf_adv_connect_ind_crc_init
+0x0061 mem_le_rxbuf_adv_connect_ind_win_size
+0x0062 mem_le_rxbuf_adv_connect_ind_win_offset
+0x0064 mem_le_rxbuf_adv_connect_ind_interval
+0x0066 mem_le_rxbuf_adv_connect_ind_latency
+0x0068 mem_le_rxbuf_adv_connect_ind_timeout
+0x006a mem_le_rxbuf_adv_connect_ind_channel_map
+0x006f mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x06b1 mem_le_search_handle_start
+0x06b3 mem_le_search_handle_end
+0x06b5 mem_le_att_offset
+0x06b5 mem_le_search_att_type_length
+0x06b6 mem_le_search_att_type
+0x06c6 mem_le_curr_att_len
+0x06c7 mem_le_cur_attlist_start_ptr
+0x06c9 mem_le_cur_handle_start
+0x06cb mem_le_cur_handle_end
+0x06cd mem_le_cur_uuid_length
+0x06ce mem_le_cur_uuid
+0x06de mem_le_cur_handle
+0x004c mem_le_rxbuf_data_att_header
+0x004d mem_le_rxbuf_data_att_length
+0x004e mem_le_rxbuf_data_att_l2cap_length
+0x0050 mem_le_rxbuf_data_att_cid
+0x0052 mem_le_rxbuf_data_att_opcode
+0x0053 mem_le_rxbuf_data_att_payload
+0x004c mem_le_rxbuf_data_continue_header
+0x004d mem_le_rxbuf_data_continue_length
+0x004e mem_le_rxbuf_data_continue_payload
+0x004c mem_le_rxbuf_data_att_write_header
+0x004d mem_le_rxbuf_data_att_write_length
+0x004e mem_le_rxbuf_data_att_write_l2cap_length
+0x0050 mem_le_rxbuf_data_att_write_cid
+0x0052 mem_le_rxbuf_data_att_write_opcode
+0x0053 mem_le_rxbuf_data_att_write_handle
+0x0055 mem_le_rxbuf_data_att_write_payload
+0x004c mem_le_rxbuf_data_prepare_att_write_header
+0x004d mem_le_rxbuf_data_prepare_att_write_length
+0x004e mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x0050 mem_le_rxbuf_data_prepare_att_write_cid
+0x0052 mem_le_rxbuf_data_prepare_att_write_opcode
+0x0053 mem_le_rxbuf_data_prepare_att_write_handle
+0x0055 mem_le_rxbuf_data_prepare_att_write_offset
+0x0057 mem_le_rxbuf_data_prepare_att_write_payload
+0x070b mem_mesh_NETKeyindex_and_APPKeyindex
+0x070e mem_mesh_receive_application_key
+0x070b mem_mesh_vendor_message_cid
+0x070d mem_mesh_vendor_message_tid
+0x070e mem_mesh_vendor_message_attr_type
+0x070b mem_mesh_vendor_message_header
+0x0710 mem_mesh_vendor_attr_parameter
+0x070b mem_mesh_vendor_message_delay_close_time_header
+0x0710 mem_mesh_vendor_delay_close_time
+0x070b mem_mesh_vendor_message_night_light_onoff_header
+0x0710 mem_mesh_vendor_night_light_onoff
+0x070b mem_mesh_vendor_message_color_header
+0x0710 mem_mesh_vendor_color_lightness
+0x0712 mem_mesh_vendor_color_hue
+0x0714 mem_mesh_vendor_color_saturation
+0x070b mem_mesh_vendor_message_back_light_onoff_header
+0x0710 mem_mesh_vendor_back_light_onoff
+0x070b mem_mesh_vendor_message_main_light_onoff_header
+0x0710 mem_mesh_vendor_main_light_onoff
+0x070b mem_mesh_vendor_message_standby_brightness_header
+0x0710 mem_mesh_vendor_standby_brightness
+0x070b mem_mesh_vendor_message_current_time_header
+0x0710 mem_mesh_vendor_message_current_time
+0x0723 mem_mesh_access_layer_payload_vendor_command
+0x0724 mem_mesh_access_layer_payload_vendor_CID
+0x0726 mem_mesh_access_layer_payload_vendor_tid
+0x0727 mem_mesh_access_layer_payload_vendor_attr_type
+0x0729 mem_mesh_access_layer_payload_vendor_attr_parameter
+0x06a1 mem_mesh_subscription_eep_temp
+0x0787 mem_mesh_gatt_package_receive_msg_buffer_ptr
+0x0789 mem_mesh_gatt_package_receive_msg_buffer_temp
+0x0789 mem_mesh_gatt_package_receive_msg_id
+0x078b mem_mesh_gatt_package_receive_MAC
+0x078b mem_mesh_gatt_package_receive_msg_num
+0x078c mem_mesh_gatt_package_receive_msg_total_length
+0x078d mem_mesh_gatt_package_receive_msg_payload
+0x08ff mem_mesh_receive_service_uuid_company_id
+0x0901 mem_mesh_receive_service_uuid_vid
+0x0902 mem_mesh_receive_service_uuid_provisioning_type
+0x0903 mem_mesh_receive_service_uuid_mac
+0x0905 mem_mesh_receive_service_uuid_msg_id
+0x0906 mem_mesh_receive_service_uuid_package_num
+0x0907 mem_mesh_receive_service_uuid_length
+0x0908 mem_mesh_receive_service_uuid_payload_data
+0x07aa mem_mesh_fast_pair_packet_type
+0x070b mem_mesh_configuration_health_message_opcode
+0x070b mem_mesh_configuration_health_message_opcode_config_model_subscription
+0x070c mem_mesh_subscription_element_address
+0x070e mem_mesh_subscription_value_address
+0x0710 mem_mesh_subscription_model_identifier
+0x070b mem_mesh_configuration_health_message_opcode_config_model_subscription_ow//overwrite
+0x070c mem_mesh_subscription_element_address_ow
+0x070e mem_mesh_subscription_list_num_ow
+0x070f mem_mesh_subscription_value_address_start_ow
+0x07d1 mem_chip_clear_paired_info
+0x070b mem_mesh_module_message_opcode
+0x070b mem_mesh_module_message_opcode_onoff_set
+0x070c mem_mesh_generic_onoff_set_payload_OnOff
+0x070d mem_mesh_generic_onoff_set_payload_TID
+0x070e mem_mesh_generic_onoff_set_payload_Transition_Time
+0x070f mem_mesh_generic_onoff_set_payload_Delay
+0x070b mem_mesh_module_message_opcode_scene_recall
+0x070c mem_mesh_scene_recall_payload_scene_number
+0x070e mem_mesh_scene_recall_payload_TID
+0x070f mem_mesh_scene_recall_payload_Transition_Time
+0x0710 mem_mesh_scene_recall_payload_Delay
+0x070b mem_mesh_module_message_opcode_set_light_lightness
+0x070c mem_mesh_light_lightness_set_payload_lightness
+0x070e mem_mesh_light_lightness_set_payload_TID
+0x070f mem_mesh_light_lightness_set_payload_Transition_Time
+0x0710 mem_mesh_light_lightness_set_payload_Delay
+0x0711 mem_mesh_light_lightness_calc_lightness
+0x070b mem_mesh_module_message_opcode_set_light_ctl
+0x070c mem_mesh_CTL_Lightness
+0x070e mem_mesh_CTL_Temperature
+0x0710 mem_mesh_CTL_Delta_UV
+0x0712 mem_mesh_CTL_lightness_TID
+0x0713 mem_mesh_CTL_lightness_Transition_Time
+0x0714 mem_mesh_CTL_lightness_Delay
+0x0715 mem_mesh_CTL_calc_lightness
+0x0716 mem_mesh_CTL_calc_temperature
+0x093f mem_mesh_Network_Nonce
+0x093f mem_mesh_Network_Nonce_nonce_type
+0x0940 mem_mesh_Network_Nonce_CTL_and_TTL
+0x0941 mem_mesh_Network_Nonce_SEQ
+0x0944 mem_mesh_Network_Nonce_SRC
+0x0946 mem_mesh_Network_Nonce_Pad//0x0000
+0x0948 mem_mesh_Network_Nonce_IV_Index
+0x07aa mem_mesh_network_packet_type_temp
+0x07ab mem_mesh_message_NID_temp
+0x07ac mem_mesh_message_TTL_temp
+0x07ad mem_mesh_message_SEQ_temp
+0x07b0 mem_mesh_message_SRC_temp
+0x07b2 mem_mesh_message_DST_temp
+0x07b4 mem_mesh_message_Transport_PDU_temp
+0x093f mem_mesh_Application_Nonce
+0x093f mem_mesh_Application_Nonce_Nonce_Type
+0x0940 mem_mesh_Application_Nonce_ASZMIC_and_Pad//
+0x0941 mem_mesh_Application_Nonce_SEQ
+0x0944 mem_mesh_Application_Nonce_SRC
+0x0946 mem_mesh_Application_Nonce_DST
+0x0948 mem_mesh_Application_Nonce_IV_Index
+0x093f mem_mesh_Device_Nonce
+0x093f mem_mesh_Device_Nonce_Nonce_Type
+0x0940 mem_mesh_Device_Nonce_ASZMIC_and_Pad//
+0x0941 mem_mesh_Device_Nonce_SEQ
+0x0944 mem_mesh_Device_Nonce_SRC
+0x0946 mem_mesh_Device_Nonce_DST
+0x0948 mem_mesh_Device_Nonce_IV_Index
+0x0722 mem_mesh_upper_transport_layer_payload_len
+0x0991 mem_mesh_upper_tran_layer_temp_pakcet_AKF_AID
+0x0991 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_AKF_AID
+0x0992 mem_mesh_upper_tran_layer_temp_unsegmented_packet_fill
+0x0996 mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu
+0x0996 mem_mesh_upper_tran_layer_temp_unsegmented_pakcet_upper_tran_access_pdu
+0x0991 mem_mesh_upper_tran_layer_temp_segmented_pakcet_AKF_AID
+0x0992 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SeqZero
+0x0994 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegO
+0x0995 mem_mesh_upper_tran_layer_temp_segmented_pakcet_SegN
+0x0996 mem_mesh_upper_tran_layer_temp_segmented_pakcet_upper_tran_access_pdu
+0x01fd mem_otp_adc
+0x0205 mem_otp_temp0
+0x020d mem_otp_core_ldo
+0x020e mem_otp_verf_bg
+0x020f mem_otp_charge_pump
+0x0210 mem_otp_dpll_ibais
+0x0211 mem_otp_temp1
+0x0219 mem_otp_hv_sel
+0x021a mem_otp_ldo_vsel
+0x021b mem_otp_load_delay
+0x021c mem_otp_load_check_sum
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4093 mem_current_amaddr
+0x4094 mem_lpm_mode
+0x4095 mem_last_clkn
+0x4099 mem_fcomp_div
+0x409a mem_rx_window_sniff
+0x409c mem_rf_init_ptr
+0x409e mem_rf_rccal
+0x409f mem_handle_num
+0x40a0 mem_chip_functions
+0x40a2 mem_lpm_wake_lock
+0x40a4 mem_lpm_interval
+0x40a6 mem_lpm_overhead
+0x40a7 mem_lpm_hibernate_switch
+0x40a8 mem_sniff_unint_lost
+0x40a9 mem_sleep_counter
+0x40ad mem_sleep_counter_all
+0x40b1 mem_sleep_clkn
+0x40b7 mem_sniff_rcv
+0x40ba mem_sniff_lost
+0x40bd mem_clks_per_lpo
+0x40c0 mem_lpm_mult
+0x40c1 mem_lpm_mult_timeout
+0x40c2 mem_lpm_mult_cnt
+0x40c3 mem_lpm_xtalcnt
+0x40c4 mem_lpm_buckcnt
+0x40c5 mem_lpm_ldocnt
+0x40c6 mem_lpm_isogate
+0x40c7 mem_lpm_isogate_stage2
+0x40c8 mem_lpm_isogate_final
+0x40c9 mem_lpm_ldo_sel
+0x40ca mem_lpm_sysctl
+0x40cb mem_lpm_hv_sel
+0x40cc mem_saved_gpio
+0x40e4 mem_saved_gsel
+0x40e7 mem_saved_mark
+0x40ef mem_saved_spidctrl
+0x40f0 mem_patch_ptr
+0x40f2 mem_patch_len
+0x40f4 mem_timers
+0x4114 mem_hci_cmd
+0x4115 mem_hci_conn_handle
+0x4116 mem_hci_plap
+0x4119 mem_hci_puap
+0x411a mem_hci_pnap
+0x411c mem_xtal_c_sel
+0x411d mem_ghpc_table
+0x4135 mem_aac_res_table
+0x4141 mem_tx_power
+0x4142 mem_modem_rssi
+0x4143 mem_gain_fix
+0x4144 mem_gain_table
+0x4147 mem_gain_second_agc_en
+0x4148 mem_system_clk
+0x4149 mem_rf_init_data
+0x414e mem_adc_reference3v_ft_data
+0x414e mem_adc_reference3v_gpio1v_ft_data
+0x4150 mem_adc_reference3v_gpio2v_ft_data
+0x4152 mem_adc_reference3v_vdcdc3p6v_ft_data
+0x4154 mem_adc_reference3v_vdcdc4p6v_ft_data
+0x4156 mem_adc_reference3v_inter1v_ft_data
+0x4158 mem_adc_reference3v_inter1v_now_data
+0x415a mem_adc_reference_mode
+0x415b mem_otp_charge_pump_x
+0x415c mem_otp_dpll_ibais_x
+0x415d mem_xtal_freq
+0x415e mem_version
+0x415f mem_company_id
+0x4161 mem_sub_version
+0x4163 mem_le_dsniff
+0x4165 mem_le_conn_interval
+0x4167 mem_le_tx_ifs_defference
+0x4168 mem_le_tx2m_delay
+0x4169 mem_le_txheader
+0x416a mem_le_txlen
+0x416b mem_le_txpayload
+0x426b mem_le_name_len
+0x426c mem_le_name
+0x428a mem_le_ltk
+0x429a mem_ltk_exists
+0x429b mem_le_rconfirm
+0x42ab mem_le_srand
+0x42bb mem_le_iat
+0x42bc mem_le_rat
+0x42bd mem_le_preq
+0x42be mem_le_preq_iocap
+0x42bf mem_le_preq_oob
+0x42c0 mem_le_preq_auth
+0x42c1 mem_le_preq_max_keysize
+0x42c2 mem_le_preq_init_key_distribution
+0x42c3 mem_le_preq_resp_key_distribution
+0x42c4 mem_le_pres
+0x42c5 mem_le_pres_iocap
+0x42c6 mem_le_pres_oob
+0x42c7 mem_le_pres_auth
+0x42c8 mem_le_pres_max_keysize
+0x42c9 mem_le_pres_init_key_distribution
+0x42ca mem_le_pres_resp_key_distribution
+0x42cb mem_le_conn_param
+0x42cb mem_le_conn_peer_addr_type
+0x42cc mem_le_conn_peer_addr
+0x42d2 mem_le_conn_own_addr_type
+0x42d3 mem_le_interval_min
+0x42d5 mem_le_interval_max
+0x42d7 mem_le_latency
+0x42d9 mem_le_timeout
+0x42db mem_le_lap
+0x42de mem_le_uap
+0x42df mem_le_nap
+0x42e1 mem_le_local_mtu
+0x42e3 mem_le_remote_mtu
+0x42e5 mem_le_skdm
+0x42ed mem_le_skds
+0x42f5 mem_le_init_superto
+0x42f7 mem_ui_le_uuid_table
+0x42f9 mem_le_secure_connect_flag
+0x42fa mem_le_secure_connect_state
+0x42fb mem_le_sc_confirm_gkey_flag
+0x42fc mem_le_pairing_state
+0x42fd mem_le_enc_state
+0x42fe mem_le_pairing_mode
+0x42ff mem_le_tk
+0x4303 mem_le_ediv
+0x4305 mem_le_rand
+0x430d mem_le_irk
+0x431d mem_le_transmit_window
+0x4321 mem_le_configuration
+0x4322 mem_le_fixed_ltk
+0x4332 mem_le_pairing_handle
+0x4334 mem_le_packet_llid
+0x4335 mem_le_l2cap_size
+0x4337 mem_le_packet_len_recved
+0x4339 mem_le_payload_ptr
+0x433b mem_le_signaling_identifier
+0x433c mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x433e mem_le_md_count
+0x433f mem_ble_l2cap_tx_buff0_ptr
+0x4341 mem_ble_l2cap_tx_buff_size_ptr
+0x4343 mem_le_scan_enable
+0x4344 mem_le_scan_interval
+0x4346 mem_le_scan_window
+0x4348 mem_le_adv_data_len
+0x4349 mem_le_adv_data
+0x4368 mem_le_scan_data_len
+0x4369 mem_le_scan_data
+0x4388 mem_le_adv_enable
+0x4389 mem_le_adv_param
+0x4389 mem_le_adv_interval
+0x438b mem_le_adv_type
+0x438c mem_le_adv_own_addr_type
+0x438d mem_le_adv_direct_addr
+0x4393 mem_le_adv_channel_map
+0x4394 mem_le_scan_params
+0x4394 mem_le_scan_type
+0x4395 mem_le_scan_own_addr_type
+0x4396 mem_le_l2cap_att_states
+0x4397 mem_le_att_opcode
+0x4398 mem_le_att_handle
+0x439a mem_le_search_res
+0x439b mem_le_notify_handle
+0x439d mem_le_search_uuid_length
+0x439e mem_le_search_uuid
+0x43ae mem_le_local_feature
+0x43b6 mem_le_tx_phys
+0x43b7 mem_le_rx_phys
+0x43b8 mem_remote_rx_max_octets
+0x43ba mem_remote_rx_max_time
+0x43bc mem_remote_tx_max_octets
+0x43be mem_remote_tx_max_time
+0x43c0 mem_local_rx_max_octets
+0x43c2 mem_local_rx_max_time
+0x43c4 mem_local_tx_max_octets
+0x43c6 mem_local_tx_max_time
+0x43c8 mem_ucode_ptr
+0x43ca mem_ucode_flag
+0x43cb mem_device_option
+0x43cc mem_peripheral_lock_flag
+0x43cd mem_bistfix_val
+0x43d3 mem_cb_check_wakelock
+0x43d5 mem_cb_before_hibernate
+0x43d7 mem_cb_before_lpm
+0x43d9 mem_cb_le_process
+0x43db mem_cb_idle_process
+0x43dd mem_cb_bb_event_process
+0x43df mem_cb_att_write
+0x43e1 mem_cb_ble_transmit
+0x43e3 mem_cb_event_timer
+0x43e5 mem_cb_bt_set_mult
+0x43e7 mem_cb_spi_flash_write_complate
+0x43e9 mem_cb_before_lpm_sleep
+0x43eb mem_eeprom_base
+0x43ed mem_wake_up_delay_timer
+0x43ee mem_app_connection_options
+0x43ef mem_app_disconn_reason
+0x43f1 mem_app_disconn_reason_flag
+0x43f3 mem_xrecord_mode
+0x43f4 mem_eeprom_block_size
+0x43f5 mem_spi_init_clk
+0x43f6 mem_spi_init_delay_time
+0x43f7 mem_spi_ncs_gpio
+0x43f8 mem_nv_data_ptr
+0x43fa mem_nv_data_number
+0x43fb mem_queue_ptr
+0x43fd mem_reference_inter1p8v_2v_adc_io_data
+0x43fd mem_inter1v_adc_ft_data
+0x43fd mem_3v_adc_io_data
+0x43ff mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+0x43ff mem_inter1p2v_adc_ft_data
+0x43ff mem_2v_adc_hvin_data
+0x4401 mem_reference_inter1p8v_1v_adc_io_data
+0x4401 mem_io1v_adc_ft_data
+0x4401 mem_1v_adc_io_data
+0x4403 mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+0x4403 mem_io2v_adc_ft_data
+0x4403 mem_3v_adc_hvin_data
+0x4405 mem_adc_ratio
+0x4405 mem_reference_voltage
+0x4407 mem_adc_config_flag
+0x4408 mem_adc_channel
+0x4409 mem_adc_clkdiv
+0x440a mem_adc_current_value
+0x440c mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x440d mem_adc_saddr_ptr
+0x440f mem_adc_eaddr_ptr
+0x4411 mem_adc_dma_enable
+0x4412 mem_adc_cal_c0
+0x4413 mem_adc_cal_c1
+0x4414 mem_adc_cal_c2
+0x4415 mem_adc_cal_c3
+0x4416 mem_adc_cal_c4
+0x4417 mem_adc_cal_c5
+0x4418 mem_adc_cal_c6
+0x4419 mem_spi_write_addr
+0x441c mem_spi_write_ptr
+0x441e mem_spi_write_len
+0x4420 mem_spi_write_flash_sm
+0x4421 mem_spi_cs_gpio
+0x4422 mem_spi_si_gpio
+0x4423 mem_spi_so_gpio
+0x4424 mem_spi_sclk_gpio
+0x4425 mem_spi_wp_gpio
+0x4426 mem_spi_hold_gpio
+0x4427 mem_eeprom_wp_gpio
+0x4428 mem_eeprom_scl_gpio
+0x4429 mem_eeprom_sda_gpio
+0x442a mem_kscan_ptr
+0x442c mem_key_num_ptr
+0x442c mem_keyscan_ptr
+0x442e mem_key_value_retention
+0x4430 mem_power_param_ptr
+0x4432 mem_seqi
+0x4433 mem_adc_cal_c7
+0x4433 mem_set_cdb_on
+0x4434 mem_syn_cal_ctrl
+0x4435 mem_nec_decode_error_value
+0x4436 mem_wdt_always_work
+0x4437 mem_power_ctrl_disable
+0x4438 mem_ring_ibias_trim
+0x4439 mem_ring_ibias_vtune_low
+0x443b mem_ring_ibias_vtune_high
+0x443d mem_ring_ibias_calc_adc_gpio
+0x443e mem_ring_ibias_calc_adc_channel
+0x443f mem_rf_debug_rx_gpio
+0x4440 mem_rf_debug_tx_gpio
+0x4441 mem_l2cap_xmem_start
+0x4441 mem_used_map
+0x4442 mem_tx_fifo0
+0x4442 mem_tx_fifo0_map
+0x4443 mem_tx_fifo0_ptr
+0x4445 mem_tx_fifo1
+0x4445 mem_tx_fifo1_map
+0x4446 mem_tx_fifo1_ptr
+0x4448 mem_tx_fifo2
+0x4448 mem_tx_fifo2_map
+0x4449 mem_tx_fifo2_ptr
+0x444b mem_tx_fifo3
+0x444b mem_tx_fifo3_map
+0x444c mem_tx_fifo3_ptr
+0x444e mem_tx_fifo_end
+0x444e mem_l2cap_lpm_txbuf_ptr
+0x4450 mem_l2cap_xmem_end
+0x4450 mem_ccm_pcnt_tx
+0x4455 mem_ccm_pcnt_rx
+0x445a mem_ccm_last_mic
+0x445e mem_ccm_iv
+0x445e mem_ccm_ivm
+0x4462 mem_ccm_ivs
+0x4466 mem_ccm_len
+0x4468 mem_ccm_rx_ptr
+0x446a mem_sc_only_mode
+0x446b mem_sp_debug_mode
+0x446c mem_secure_connections_enable
+0x446d mem_sc_calc
+0x446e mem_sc_local_key_invalid
+0x446f mem_sc_private_key_256
+0x448f mem_sc_pubkey_local_x_256
+0x44af mem_sc_pubkey_local_y_256
+0x44cf mem_sp_state_xmem
+0x44cf mem_authentication_passkey_times
+0x44d0 mem_passkey_1bit
+0x44d1 mem_sp_state_xmem_end
+0x44d1 mem_ipc_lock_bt
+0x44d2 mem_ipc_lock_c51
+0x44d3 mem_ipc_fifo_bt2c51
+0x44db mem_ipc_fifo_c512bt
+0x44e3 mem_ui_button_timer
+0x44e4 mem_ui_button_last_state
+0x44e5 mem_ui_timer_last_btclk
+0x44e9 mem_ui_state_map
+0x44eb mem_ui_button_timeout
+0x44ec mem_ui_button_gpio
+0x44ed mem_ui_led_init_state_set
+0x44ee mem_ui_led_struct_num
+0x44ef mem_ui_led_struct_ptr
+0x44f1 mem_mesh_vendor_mesh_receive_tid
+0x44f2 mem_mesh_vendor_mesh_send_tid
+0x44f3 mem_mesh_vendor_timer_current_time
+0x44f7 mem_system_time
+0x44fb mem_mesh_vendor_timer_timing_delete_index1
+0x44fb mem_mesh_vendor_timer_timing_index1
+0x44fc mem_mesh_vendor_timer_timing_delete_index2
+0x44fc mem_mesh_vendor_timer_timing_time1
+0x4500 mem_mesh_vendor_timer_timing_attr_type1
+0x4502 mem_mesh_vendor_timer_timing_attr_para1
+0x4503 mem_mesh_vendor_timer_timing_buffer
+0x45ed mem_mesh_vendor_timer_timing_palyload
+0x45ff mem_mesh_vendor_timer_timing_temp
+0x4601 mem_mesh_vendor_timer_timing_time_cyclic_temp
+0x4602 mem_mesh_vendor_timer_check_loop
+0x4603 mem_tmall_revd_device_power_on_msge_flag
+0x4604 mem_tmall_send_power_on_msge_timeout
+0x4606 mem_mesh_vendor_timer_timing_temp1
+0x4608 mem_mesh_timer_index_buffer_len
+0x4609 mem_mesh_timer_index_buffer
+0x4629 mem_mesh_timer_index_count
+0x462a mem_mesh_adv_data_len
+0x462b mem_mesh_adv_data
+0x464a mem_mesh_adv_scan_channel
+0x464b mem_mesh_advertising_unprovisioned_device_beacon_switch
+0x464c mem_mesh_advertising_unprovisioned_device_beacon_timer
+0x464e mem_mesh_advertising_unprovisioned_device_beacon_duration
+0x464f mem_mesh_advertising_unprovisioned_device_beacon_interval
+0x4650 mem_mesh_calc_ConfirmationCloud_data
+0x4650 mem_mesh_ConfirmationCloud_RandomB
+0x4658 mem_mesh_ConfirmationCloud_RandomA
+0x4660 mem_mesh_AuthValueProv
+0x4670 mem_mesh_ConfirmationCloud
+0x4680 mem_mesh_ConfirmationDevice
+0x4680 mem_mesh_calc_ConfirmationDevice_data
+0x4680 mem_mesh_provisioning_random_A
+0x4688 mem_mesh_provisioning_random_B
+0x4690 mem_mesh_AuthValueDevice
+0x46a0 mem_mesh_Device_Key
+0x46b0 mem_mesh_Confirmationkey
+0x46c0 mem_mesh_sha256_ConfirmationKey_ascii
+0x46cf mem_mesh_sha256_SessionKey_ascii
+0x46d9 mem_mesh_sha256_DeviceKey_ascii
+0x46e2 mem_mesh_sha256_load_first_data_flag
+0x46e3 mem_mesh_sha256_data_len_byte
+0x46eb mem_mesh_sha256_data_len_bit
+0x46f3 mem_mesh_sha256_data_end_addr
+0x46f5 mem_mesh_sha256_data_len_addr
+0x46f7 mem_mesh_sha256_chunk_count
+0x46f8 mem_mesh_sha256_chunk_data_ptr
+0x46fa mem_mesh_sha256_chunk_ptr
+0x46fc mem_k2_P_len
+0x46fd mem_k2_P
+0x470d mem_k2_N
+0x471d mem_k2_SALT
+0x472d mem_k2_T
+0x473d mem_k2_T0
+0x473d mem_k2_T1
+0x474d mem_k2_NID
+0x474e mem_k2_T3
+0x475e mem_k2_T2
+0x476e mem_k4_SALT
+0x477e mem_k4_T
+0x478e mem_k4_id6_01
+0x479e mem_k4_k4N
+0x47ae mem_mesh_transport_AID
+0x47af mem_k3_SALT
+0x47bf mem_k3_T
+0x47cf mem_k3_id64_01
+0x47d4 mem_k3_k4N
+0x47dc mem_mesh_network_id
+0x47e4 mem_mesh_provisioned_flag
+0x47e5 mem_mesh_Provisioning_State_Flag
+0x47e6 mem_mesh_Device_PID
+0x47e7 mem_mesh_UUID_FeatureFlag
+0x47e8 mem_mesh_UUID_FeatureFlag1
+0x47e9 mem_mesh_PDU_RFU
+0x47ea mem_mesh_OOB_information
+0x47ec mem_mesh_Encrypt_Provisioning_Data
+0x47ec mem_mesh_provisioning_data_Mac_addr
+0x47ee mem_mesh_KeyFresh_and_Update_flag
+0x47ef mem_mesh_Network_Key
+0x47ff mem_mesh_last_IV_Index_byte
+0x4800 mem_mesh_Unicast_Address
+0x4802 mem_mesh_recv_cfg_appkey_add_timer
+0x4803 mem_mesh_report_power_on_timer
+0x4804 mem_mesh_report_full_attribute_timer
+0x4805 mem_mesh_health_node_reset_timer
+0x4806 mem_mesh_send_packet_timeout
+0x4808 mem_mesh_gatt_package_send_msg_id
+0x4809 mem_mesh_gatt_receive_msg_timer
+0x480a mem_mesh_three_tuple_ProductID
+0x480e mem_mesh_three_tuple_MAC
+0x4814 mem_mesh_three_tuple_secret
+0x4824 mem_mesh_cb_receive_advertising
+0x4826 mem_mesh_cb_receive_access_message
+0x4828 mem_mesh_cb_receive_config_appkey_add
+0x482a mem_mesh_cb_pairing_fail
+0x482c mem_mesh_cb_recv_vendor
+0x482e mem_mesh_scan_selete_next_ch
+0x4830 mem_mesh_cb_generic_onoff_get
+0x4832 mem_mesh_cb_generic_onoff_set
+0x4834 mem_mesh_cb_scene_recall
+0x4836 mem_mesh_cb_light_lightness_set
+0x4838 mem_mesh_cb_light_lightness_get
+0x483a mem_mesh_cb_light_ctl_set
+0x483c mem_mesh_cb_main_light_onoff_set
+0x483e mem_mesh_cb_background_onoff_set
+0x4840 mem_mesh_cb_color_set
+0x4842 mem_mesh_cb_network_relay
+0x4844 mem_mesh_cb_receive_node_reset
+0x4846 mem_mesh_cb_seq_changed
+0x4848 mem_mesh_cb_subscriptuion_list_changed
+0x484a mem_mesh_cb_vendor_timing_changed
+0x484c mem_mesh_core_feature
+0x484e mem_mesh_element_number
+0x484f mem_mesh_element_device_ptr
+0x4851 mem_mesh_element_device_length
+0x4853 mem_mesh_clear_provisioning_data
+0x4855 mem_mesh_app_deport_device_state
+0x4857 mem_mesh_chip_select
+0x4858 mem_mesh_segmented_access_message_SZMIC
+0x4859 mem_mesh_segmented_access_message_SeqZero
+0x485b mem_mesh_segmented_access_message_SegO
+0x485c mem_mesh_segmented_access_message_SegN
+0x485d mem_mesh_segmented_access_message_BlockAck
+0x4861 mem_mesh_segmented_access_message_receive_finish
+0x4862 mem_mesh_segmented_access_message_current_length
+0x4863 mem_mesh_segmented_access_message_SegN_upper_limit
+0x4864 mem_mesh_segmented_access_message_Segment_ptr
+0x4866 mem_mesh_last_CTL_Temperature
+0x4868 mem_mesh_receive_group_address
+0x4869 mem_mesh_receive_element_number
+0x486a mem_mesh_network_dup_cache_next
+0x486b mem_mesh_network_msg_cache_next
+0x486c mem_mesh_network_proxy_unicast_address
+0x486e mem_mesh_IV_Index
+0x4872 mem_mesh_TMALL_cache_start
+0x4872 mem_mesh_TMALL_SRC1
+0x4874 mem_mesh_TMALL_SEQ1
+0x4877 mem_mesh_TMALL_cache
+0x48a4 mem_mesh_TMALL_cache_end
+0x48a4 mem_mesh_transport_message_mic_cache
+0x48a4 mem_mesh_transport_message_mic_cache_buff1
+0x48a8 mem_mesh_transport_message_mic_cache_buff2_10
+0x48cc mem_mesh_network_relay_queue
+0x48cc mem_mesh_network_relay_queue_each_size
+0x48cd mem_mesh_network_relay_queue_length
+0x48ce mem_mesh_network_relay_queue_current_num
+0x48cf mem_mesh_network_relay_queue_read_ptr
+0x48d0 mem_mesh_network_relay_queue_write_ptr
+0x48d1 mem_mesh_network_relay_queue_ele
+0x4959 mem_mesh_application_key
+0x4969 mem_mesh_ASZMIC
+0x496a mem_mesh_access_message_mic_cache
+0x496a mem_mesh_access_message_mic_cache_buff1
+0x496e mem_mesh_access_message_mic_cache_buff2_10
+0x4992 mem_mesh_send_message_SEQ
+0x4995 mem_mesh_send_message_SRC
+0x4997 mem_mesh_send_message_TTL
+0x4998 mem_mesh_send_upper_layer_IVI_and_NID
+0x4999 mem_mesh_send_upper_layer_CTL_and_TTL
+0x499a mem_mesh_send_upper_layer_SEQ
+0x499d mem_mesh_send_upper_layer_SRC
+0x499f mem_mesh_send_upper_layer_DST
+0x49a1 mem_mesh_send_access_lower_transport_layer
+0x49b1 mem_mesh_send_network_layer_NetMIC
+0x49b5 mem_mesh_upper_tran_layer_packet_advertising
+0x49b6 mem_mesh_upper_tran_layer_packet_tid
+0x49b7 mem_mesh_upper_tran_layer_packet_type
+0x49b8 mem_mesh_upper_receive_new_message_timer
+0x49b9 mem_mesh_upper_tran_layer_queue_each_size
+0x49ba mem_mesh_upper_tran_layer_queue_length
+0x49bb mem_mesh_upper_tran_layer_queue_current_num
+0x49bc mem_mesh_upper_tran_layer_queue_read_ptr
+0x49bd mem_mesh_upper_tran_layer_queue_write_ptr
+0x49be mem_mesh_upper_tran_layer_queue_element_1
+0x49e6 mem_mesh_upper_tran_layer_queue_element_2
+0x4a0e mem_mesh_upper_tran_layer_queue_element_3
+0x4a36 mem_mesh_upper_tran_layer_queue_element_4
+0x4a5e mem_mesh_queue_each_size
+0x4a5f mem_mesh_queue_length
+0x4a60 mem_mesh_queue_current_num
+0x4a61 mem_mesh_queue_read_ptr
+0x4a62 mem_mesh_queue_write_ptr
+0x4a63 mem_mesh_queue_ele
+0x4aeb mem_mesh_element_device
+0x4aeb mem_mesh_element_device_group_addr
+0x4aed mem_mesh_element_device_queue_buffer_ptr
+0x4aef mem_mesh_element_device_timing_ptr
+0x4af1 mem_mesh_element_device_element_subscription_label
+0x4b01 mem_mesh_element_upper_adv_flag
+0x4b02 mem_mesh_element_upper_queue_buffer_ptr
+0x4b04 mem_mesh_element_tran_package_tid
+0x4b05 mem_mesh_element_tran_package_type
+0x4b06 mem_mesh_element_device1
+0x4b21 mem_mesh_element_device2
+0x4b3c mem_mesh_segmented_access_message_Segment
+0x4b60 mem_mesh_le_att_list
+0x4c24 mem_mesh_send_message_SEQ_temp
+0x4c27 mem_mesh_element_timing
+0x4d67 mem_mesh_element_timing1
+0x4ea7 mem_mesh_element_timing2
+0x44f1 mem_24g_lap
+0x44f7 mem_24g_rxbuf
+0x4519 mem_24g_txbuf
+0x4539 mem_24g_txpayload
+0x455d mem_24g_rxpayload
+0x457d mem_24g_rxdata_length
+0x457e mem_24g_pid
+0x457f mem_24g_no_ack
+0x4580 mem_24g_sta_crc
+0x4583 mem_24g_last_crc
+0x4586 mem_24g_sta_pid
+0x4587 mem_24g_last_pid
+0x4588 mem_24g_datalen
+0x4589 mem_24g_data_type
+0x458a mem_24g_txlen
+0x458b mem_24g_rx_window
+0x458d mem_24g_ch
+0x458e mem_24g_current_ch_number
+0x458f mem_24g_addr
+0x4593 mem_24g_ch_map1
+0x4597 mem_24g_ch_map2
+0x459b mem_24g_ch_map3
+0x459f mem_24g_ch_map4
+0x45a3 mem_24g_tx_btclk
+0x45a7 mem_24g_interval
+0x45a8 mem_24g_interval_min
+0x45a9 mem_24g_interval_max
+0x45aa mem_24g_syncword
+0x45ac mem_24g_syncword_crc8
+0x45ad mem_24g_get_syncword_crc8
+0x45ae mem_24g_pair_switch
+0x45af mem_24g_enter_hibernate
+0x45b7 mem_24g_rx_phy
+0x45b8 mem_24g_tx_phy
+0x45b9 mem_24g_ch_map_update
+0x45ba mem_24g_ch_update_map1
+0x45be mem_24g_ch_update_map2
+0x45c2 mem_24g_ch_update_map3
+0x45c6 mem_24g_ch_update_map4
+0x45ca mem_24g_disable_fec1
+0x45cb mem_24g_off_type
+0x45cc mem_24g_pair_addr
+0x45d0 mem_24g_pair_ch
+0x45d1 mem_24g_pair_tx_power
+0x45d2 mem_rssi_buff_index
+0x45d3 mem_24g_device1_bind_step
+0x45d4 mem_24g_device2_bind_step
+0x45d5 mem_24g_bind_device_status
+0x45d6 mem_24g_bind_payload
+0x45de mem_24g_device1_bind_disable
+0x45df mem_24g_device2_bind_disable
+0x45e0 mem_cb_24g_receive_process
+0x45e2 mem_cb_24g_ackpayload
+0x45e4 mem_cb_24g_data_device1
+0x45e6 mem_cb_24g_data_device2
+0x45e8 mem_24g_rxdata_temp
+0x460a mem_24g_abort_packet
+0x460b mem_24g_hop_btclk
+0x460f mem_24g_hop_interval
+0x4610 mem_24g_pair_mode
+0x4611 mem_24g_ackpayload_enable
+0x4612 mem_24g_hop_packet
+0x4613 mem_24g_mode_switch
+0x4614 mem_24g_nodata_timer_enable
+0x4615 mem_24g_mode_init
+0x4616 mem_24g_work_mode
+0x4617 mem_24g_time_slice
+0x4618 mem_24g_self_last_ch
+0x4619 mem_24g_self_ch_number
+0x461a mem_24g_self_config_ch_once
+0x461b mem_24g_device1_last_ch
+0x461c mem_24g_device1_ch_number
+0x461d mem_24g_device1_config_ch_once
+0x461e mem_24g_device2_last_ch
+0x461f mem_24g_device2_ch_number
+0x4620 mem_24g_device2_config_ch_once
+0x4621 mem_24g_led_status
+0x4622 mem_24g_bind_mode_continue
+0x4623 mem_tx_power_temp
+0x4624 mem_24g_mode_B_S_switch
+0x4625 mem_24g_mode_B_S_switch_init
+0x4626 mem_24g_mode_B_S_switch_cnt
+0x4628 mem_24g_mode_B_S_switch_exit
+0x4629 mem_24g_B_S_time_slice
+0x462a mem_24g_B_S_mode_switch_disable
+0x462b mem_24g_bind_device_living
+0x462c mem_24g_transmitter_addr
+0x4630 mem_24g_device1_addr
+0x4634 mem_24g_device2_addr
+0x4638 mem_rssi_noise_avg
+0x4639 mem_rssi_noise_index
+0x463a mem_rssi_noise_self_avg
+0x463b mem_rssi_noise_device1_avg
+0x463c mem_rssi_noise_device2_avg
+0x463d mem_rssi_noise_self_index
+0x463e mem_rssi_noise_device1_index
+0x463f mem_rssi_noise_device2_index
+0x4640 mem_rssi_noise_buffer_ptr
+0x4642 mem_rssi_noise_self_buffer_ptr
+0x4644 mem_rssi_noise_device1_buffer_ptr
+0x4646 mem_rssi_noise_device2_buffer_ptr
+0x4648 mem_car_hard_soft_switch
+0x4649 mem_car_queue_each_size
+0x464a mem_car__queue_length
+0x464b mem_car_queue_curr_num
+0x464c mem_car_queue_read_ptr
+0x464d mem_car_queue_write_ptr
+0x464e mem_car_queue_ele
+0x46c6 mem_car_pop_queue_buff
+0x46da mem_car_led_num
+0x46db mem_car_led_map
+0x46e5 mem_car_style1_led_type
+0x46e6 mem_car_style1_blink_count
+0x46e7 mem_car_style1_struct_led_gpio
+0x46e8 mem_car_style1_on_time
+0x46ea mem_car_style1_off_time
+0x46ec mem_car_style1_cb_ledon
+0x46ee mem_car_style1_cb_ledoff
+0x46f0 mem_car_style2_led_type
+0x46f1 mem_car_style2_blink_count
+0x46f2 mem_car_style2_struct_led_gpio
+0x46f3 mem_car_style2_on_time
+0x46f5 mem_car_style2_off_time
+0x46f7 mem_car_style2_cb_ledon
+0x46f9 mem_car_style2_cb_ledoff
+0x46fb mem_le_receive_data
+0x46fb mem_le_receive_packet_head
+0x46fd mem_le_receive_cmd
+0x46fe mem_le_receive_length
+0x4700 mem_le_receive_payload
+0x470a mem_le_receive_checksum
+0x470b mem_motor1_status
+0x470c mem_motor1_speed
+0x470d mem_motor2_status
+0x470e mem_motor2_speed
+0x470f mem_motor3_status
+0x4710 mem_motor3_speed
+0x4711 mem_motor1_pwm_set
+0x4711 mem_motor1_pwm_pin1_set
+0x4712 mem_motor1_pwm_pin2_set
+0x4713 mem_motor1_pwm_pin_set
+0x4714 mem_motor1_pwm_channel_set
+0x4715 mem_motor1_pwm_freq_set
+0x4718 mem_motor1_pwm_dute_set
+0x4719 mem_motor2_pwm_set
+0x4719 mem_motor2_pwm_pin1_set
+0x471a mem_motor2_pwm_pin2_set
+0x471b mem_motor2_pwm_pin_set
+0x471c mem_motor2_pwm_channel_set
+0x471d mem_motor2_pwm_freq_set
+0x4720 mem_motor2_pwm_dute_set
+0x4721 mem_motor3_pwm_set
+0x4721 mem_motor3_pwm_pin1_set
+0x4722 mem_motor3_pwm_pin2_set
+0x4723 mem_motor3_pwm_pin_set
+0x4724 mem_motor3_pwm_channel_set
+0x4725 mem_motor3_pwm_freq_set
+0x4728 mem_motor3_pwm_dute_set
+0x4729 mem_motor_select_p_n
+0x472a mem_car_motor_status
+0x472b mem_car_motor_speed
+0x472c mem_motor_pwm_set
+0x472c mem_motor_pwm_pin1_set
+0x472d mem_motor_pwm_pin2_set
+0x472e mem_motor_pwm_pin_set
+0x472f mem_motor_pwm_channel_set
+0x4730 mem_motor_pwm_freq_set
+0x4733 mem_motor_pwm_dute_set
+0x4734 mem_ir_rx_gpio
+0x4735 mem_ir_data
+0x4737 mem_ir_rx_buf
+0x4739 mem_ir_receive_clkn
+0x473d mem_ir_notify_data
+0x4740 mem_ir_notify_data_head
+0x4745 mem_ir_notify_data_payload
+0x4747 mem_ir_notify_data_check_sum
+0x4748 mem_car_ir_breakdown_check_timer
+0x4749 mem_car_ir_breakdown_flag
+0x474a mem_car_led_control
+0x474a mem_car_led1_status
+0x474b mem_car_led2_status
+0x474c mem_car_led3_status
+0x474d mem_car_led4_status
+0x474e mem_car_led5_status
+0x474f mem_car_led6_status
+0x4750 mem_car_led7_status
+0x4751 mem_car_led8_status
+0x4752 mem_car_led_control_timer
+0x4753 mem_car_led_blink_status
+0x4754 mem_car_led_no
+0x4755 mem_car_info_request
+0x4758 mem_car_info_request_head
+0x475d mem_car_info_request_payload
+0x4765 mem_car_info_request_checksum
+0x4766 mem_car_config_param
+0x4766 mem_car_config_setting_flag
+0x4767 mem_car_config_device_select
+0x4768 mem_car_config_motor_layout
+0x4769 mem_car_config_ir_enable
+0x476a mem_car_config_ir_rx_gpio
+0x476b mem_car_config_pairing_led_conn_status
+0x476c mem_car_config_pairing_led_gpio
+0x476d mem_car_config_led_num
+0x476e mem_car_config_blood_led_gpio
+0x476e mem_car_config_blood_led1_gpio
+0x476f mem_car_config_blood_led2_gpio
+0x4770 mem_car_config_blood_led3_gpio
+0x4771 mem_car_config_blood_led4_gpio
+0x4772 mem_car_config_blood_led5_gpio
+0x4773 mem_car_config_blood_led6_gpio
+0x4774 mem_car_config_blood_led7_gpio
+0x4775 mem_car_config_blood_led8_gpio
+0x4776 mem_car_config_bat_notify_enable
+0x4777 mem_car_config_low_voltage_led_gpio
+0x4778 mem_car_config_low_voltage_percent
+0x4779 mem_car_config_soft_switch_enable
+0x477a mem_car_config_soft_switch_gpio
+0x477b mem_car_notify_vdd_count
+0x477c mem_car_notify_vdd_timer
+0x477d mem_car_notify_vdd_value_last
+0x477e mem_car_notify_vdd_percent
+0x477f mem_car_working_flag
+0x4780 mem_low_bat_flag
+0x4781 mem_notify_bat_packet
+0x4784 mem_notify_bat_head
+0x4789 mem_notify_bat_payload
+0x478a mem_notify_bat_check_sum
+0x478b mem_vdd_notify_flag
+0x478c mem_car_current_vdd_value_temp
+0x478e mem_car_last_vdd_value
+0x4790 mem_vdd_calculate_set
+0x4790 mem_vdd_full_vol
+0x4792 mem_vdd_empty_vol
+0x4794 mem_vdd_low_vol
+0x4796 mem_vdd_now_vol
+0x4798 mem_car_24g_status
+0x4799 mem_car_24g_no_data_timeout_count
+0x479b mem_car_24g_no_data_timeout_timer
+0x479d mem_car_24g_ir_receive_attack_count
+0x479e mem_car_24g_go_die_flag
+0x479f mem_car_attack_shake_timer
+0x47a0 mem_car_attack_shake_flag
+0x47a1 mem_car_soft_power
+0x47a1 mem_car_power_state
+0x47a2 mem_car_power_timer
+0x47a3 mem_car_power_off_timeout
+0x47a4 mem_car_power_starting_timeout
+0x47a5 mem_car_power_off_cb
+0x47a7 mem_car_power_starting_cb
+0x47a9 mem_car_power_standby_cb
+0x47ab mem_car_ui_button_up_cb
+0x47ad mem_car_le_att_list
+0x49a1 mem_car_moto1_blank_timer
+0x49a2 mem_car_moto2_blank_timer
+0x49a3 mem_car_moto3_blank_timer
+0x49a4 mem_car_motor_gpio_num
+0x49a5 mem_car_motor_gpio_map
+0x49a5 mem_car_motor_left_gpio
+0x49a6 mem_car_motor_right_gpio
+0x49a7 mem_car_motor_front_gpio
+0x49a8 mem_car_motor_back_gpio
+0x49a9 mem_car_gpio
+0x49aa mem_car_app_send_speed
+0x49ab mem_rssi_sum
+0x49ad mem_check_rssi_high_count
+0x49af mem_rssi_data
+0x49b7 mem_car_24g_received_pac
+0x49b8 mem_car_24g_bind_enable_delay_count
+0x49b9 mem_car_keyscan
+0x49b9 mem_car_key_num
+0x49ba mem_cb_car_keyscan
+0x49bc mem_car_enter_lpm_timer_count
+0x49be mem_car_enter_lpm_timer
+0x49c0 mem_car_enter_lpm_flag
+0x49c1 mem_car_24g_ch_polling
+0x49c2 mem_car_rssi_noise_buffer
+0x49ca mem_car_rssi_noise_car_buffer
+0x49d2 mem_car_rssi_noise_remote_buffer
+0x49da mem_car_24g_commom_addr
+0x49de mem_car_24g_commom_addr_temp
+0x49e2 mem_car_24g_commom_addr_read
+0x49e6 mem_car_save_addr_flag
+0x49e7 mem_ble_att_list
+0x4b77 mem_ad_indexTable
+0x4b87 mem_ad_stepsizeTable
+0x4ceb mem_ad_state_valpred
+0x4cef mem_ad_state_index
+0x4cf3 mem_ad_in_numSamples
+0x4cf4 mem_ad_in_ptr
+0x4cf6 mem_ad_out_ptr
+0x4cf8 mem_ad_sign
+0x4cf9 mem_ad_delta
+0x4cfa mem_ad_step
+0x4cfe mem_ad_valpred
+0x4d02 mem_ad_index
+0x4d06 mem_ad_vpdiff
+0x4d0a mem_ad_inputbuffer
+0x4d0e mem_ad_bufferstep
+0x4648 mem_dg_kb_bind_flag
+0x4649 mem_dg_kb_data_sta_data
+0x4651 mem_dg_kb_data_last_data
+0x4659 mem_dg_kb_multikey_sta_data
+0x465c mem_dg_kb_multikey_last_data
+0x465f mem_dg_kb_system_sta_data
+0x4662 mem_dg_kb_system_last_data
+0x4665 mem_dg_kb_blank_data_enable
+0x4666 mem_dg_kb_mul_blank_data_enable
+0x4667 mem_dg_kb_system_crtl_blank_data_enable
+0x4668 mem_dg_ms_blank_data_enable
+0x4669 mem_dg_sys_config
+0x466a mem_dg_usb_vid_pid
+0x4673 mem_dg_usb_tx_interval
+0x4674 mem_dg_usb_device_name
+0x4692 mem_dg_kb_bind_success
+0x4693 mem_dg_pc_sleep_flag
+0x4694 mem_dg_24g_tx_power_default
+0x45d3 mem_rssi_hex_received
+0x45d4 mem_24g_pair_sm
+0x45d5 mem_24g_pair_no_ack
+0x45d6 mem_24g_pair_timeout_init
+0x45d8 mem_24g_pair_timeout
+0x45da mem_24g_pair_count
+0x45dc mem_24g_reconn_timeout_init
+0x45de mem_24g_reconn_timeout
+0x45e0 mem_24g_reconn_count
+0x45e2 mem_24g_reconn_type
+0x45e3 mem_24g_fast_conn_enable
+0x45e4 mem_24g_fast_conn_addr
+0x45e8 mem_24g_receiver_addr
+0x45ec mem_24g_fast_conn_temp_ch
+0x45ed mem_24g_receiver_temp_ch
+0x45ee mem_24g_device_temp_ch
+0x45ef mem_rssi_signal_index
+0x45f0 mem_rssi_signal_buf_ptr
+0x45f2 mem_cb_24g_transmit_data
+0x45f4 mem_cb_24g_search_receiver
+0x45f6 mem_cb_24g_lpm_before
+0x45f8 mem_cb_24g_transmit_short_sleep
+0x45fa mem_cb_24g_transmit_long_sleep
+0x45fc mem_24g_conn_sm
+0x45fd mem_24g_ensure
+0x45fe mem_24g_txfail_cnt
+0x4600 mem_24g_attempt_fail_flag
+0x4601 mem_24g_retry
+0x4602 mem_24g_abort_pac
+0x4603 mem_24g_max_retry
+0x4604 mem_24g_device_addr
+0x4608 mem_24g_short_sleep_set
+0x460b mem_24g_long_sleep_set
+0x4613 mem_24g_long_sleep_set1
+0x4617 mem_24g_pac_index
+0x4618 mem_24g_transmit_by_interrupt
+0x4619 mem_24g_transmit_by_interrupt_exit_count
+0x461b mem_24g_transmit_by_interrupt_exit_count_init
+0x461d mem_24g_long_sleep_param_update_timer_init
+0x461f mem_24g_long_sleep_param_update_timer
+0x4621 mem_24g_fast_hop_count
+0x4622 mem_24g_retransmit
+0x4624 mem_rssi_avg_received
+0x4625 mem_power_ctrl_level
+0x4626 mem_power_ctrl_pac_succ_cnt
+0x4627 mem_power_ctrl_pac_succ_cnt_init
+0x4628 mem_rssi_dis_min_24g
+0x4629 mem_rssi_dis_max_24g
+0x462a mem_rssi_hex_received_max_value
+0x462b mem_rssi_dis_min_ble
+0x462c mem_rssi_dis_max_ble
+0x462d mem_mouse_vdd_calculate_set
+0x462d mem_mouse_vdd_full_vol
+0x462f mem_mouse_vdd_empty_vol
+0x4631 mem_mouse_vdd_low_vol
+0x4633 mem_mouse_vdd_now_vol
+0x4635 mem_adc_channel_gpio
+0x4636 mem_adc_mux_status
+0x4637 mem_mouse_adc_last_low_voltage_flag
+0x4638 mem_mouse_discovery_timeout
+0x463a mem_mouse_24g_pair_timeout_init
+0x463c mem_mouse_direct_timeout
+0x463d mem_mouse_24g_reconn_timeout_init
+0x463e mem_mouse_24g_pair_tx_power
+0x463f mem_rssi_dis_min_24g_init
+0x4640 mem_rssi_dis_max_24g_init
+0x4641 mem_rssi_hex_received_max_value_init
+0x4642 mem_rssi_dis_min_ble_init
+0x4643 mem_rssi_dis_max_ble_init
+0x4644 mem_mouse_param_config
+0x4644 mem_lbutton_gpio
+0x4645 mem_mbutton_gpio
+0x4646 mem_rbutton_gpio
+0x4647 mem_bk_button_gpio
+0x4648 mem_fw_button_gpio
+0x4649 mem_dpi_button_gpio
+0x464a mem_whee_a_data_gpio
+0x464b mem_whee_b_data_gpio
+0x464c mem_mouse_sensor_sclk_gpio
+0x464d mem_mouse_sensor_sdio_gpio
+0x464e mem_select_sensor_angle_gpio
+0x464f mem_sensor_angle_default
+0x4650 mem_sensor_angle_switch
+0x4651 mem_config_sensor_dpi
+0x4652 mem_whee_ta_data_gpio
+0x4653 mem_whee_tb_data_gpio
+0x4654 mem_matrix_public_gpio
+0x4655 mem_config_select_device_button_gpio
+0x4656 mem_customer_key_gpio
+0x4657 mem_firebutton_gpio
+0x4658 mem_dpi_another_button_gpio
+0x4659 mem_sensor_motion_gpio
+0x465a mem_device_switch_gpio
+0x465b mem_mouse_reuse_2ice_gpio
+0x465c mem_mouse_logo_led_gpio
+0x465d mem_mouse_1io2led_multi_24gled
+0x465e mem_mouse_1io2led_multi_bt1led
+0x465f mem_mouse_1io2led_multi_bt2led
+0x4660 mem_mouse_low_voltage_alarm_gpio
+0x4661 mem_mouse_dpi_gpio
+0x4662 mem_mouse_param_config_end
+0x4662 mem_wire_usb_interval
+0x4663 mem_usb_addr
+0x4664 mem_mouse_usb_vdd_status
+0x4665 mem_mouse_usb_keyboard_flag
+0x4666 mem_mouse_information_start
+0x4666 mem_device_flag
+0x4667 mem_device1_type
+0x4668 mem_device1_addr
+0x466e mem_device1_locall_addr
+0x4674 mem_device2_type
+0x4675 mem_device2_addr
+0x467b mem_device2_locall_addr
+0x4681 mem_device3_type
+0x4682 mem_device3_addr
+0x4688 mem_device3_locall_addr
+0x468e mem_store_flag
+0x4690 mem_mouse_dpi
+0x4691 mem_mouse_24g_addr
+0x4695 mem_random_addr_increase_count
+0x4697 mem_mouse_retention
+0x46e6 mem_mouse_information_end
+0x46e6 mem_mouse_compare_addr
+0x46ec mem_flash_base
+0x46ef mem_write_flash_head_temp
+0x46f3 mem_store_information_delay_timer
+0x46f4 mem_store_information_delay_timer_init
+0x46f5 mem_mouse_search_dongle_interval
+0x46f6 mem_mouse_search_dongle_ch
+0x46f7 mem_mouse_search_dongle_count
+0x46f8 mem_mouse_search_dongle_action
+0x46f9 mem_24g_enter_lpm_timer
+0x46fa mem_mouse_24g_enter_lpm_enable
+0x46fb mem_mouse_multi_led_blink_enable
+0x46fc mem_mouse_multi_led_type
+0x46fd mem_mouse_multi_led_state
+0x46fe mem_mouse_multi_led_blink_type//00:rtn	01:24g blink	02:le blink		03:reconn blink 	04:low blink	05:dpi blink
+0x46ff mem_mouse_le_reconn_blink_limit
+0x4700 mem_mouse_multi_led_powon_timer_init//power on time
+0x4701 mem_mouse_multi_led_powon_timer
+0x4702 mem_mouse_multi_24gled_blink_timer_init//24gled blink time
+0x4703 mem_mouse_multi_le_discovery_blink_timer_init//le discovery blink time
+0x4704 mem_mouse_multi_le_reconn_blink_timer_init//le reconn blink time
+0x4705 mem_mouse_dpi_led_blink_timer_init//dpi blink time
+0x4706 mem_mouse_multi_led_blink_timer
+0x4707 mem_mouse_low_led_blink_timer//low blink time
+0x4708 mem_mouse_low_led_blink_half_timer
+0x4709 mem_adc_low_volatage_led_timer_count
+0x470a mem_mouse_multi_24gled_blink_count_init//24g count
+0x470b mem_mouse_multi_le_reconn_blink_count_init//le reconn count
+0x470c mem_mouse_multi_led_blink_count
+0x470d mem_mouse_multi_lowled_blink_count_init//low count
+0x470e mem_mouse_multi_low_led_blink_count
+0x470f mem_mouse_logo_led_on_time_init
+0x4711 mem_mouse_dpi_led_delay_count
+0x4712 mem_mouse_dpi_led_delay_count_init
+0x4713 mem_mouse_flag
+0x471b mem_device_number
+0x471c mem_mouse_page_to
+0x471e mem_mouse_fast_direct_timeout
+0x471f mem_mouse_fast_page_to
+0x4721 mem_mouse_24g_power_on_fast_conn_timer
+0x4723 mem_mouse_24g_search_dongle_time_init
+0x4725 mem_mouse_no_data_timeout
+0x4727 mem_mouse_commbination_key_bt
+0x4728 mem_mouse_commbination_key_24g
+0x4729 mem_mouse_customer_function
+0x472a mem_customer_key_press
+0x4733 mem_customer_key_release
+0x473c mem_mouse_set_high_impedance_bit_set
+0x473f mem_sensor_shutdown_flag
+0x4740 mem_24g_long_sleep_set_level
+0x4741 mem_tx_power_factory_param
+0x4743 mem_mouse_24g_short_sleep_set_4ms
+0x4746 mem_mouse_24g_long_sleep_set_4ms
+0x4749 mem_mouse_24g_fast_hop_count_4ms
+0x474a mem_mouse_24g_short_sleep_set_8ms
+0x474d mem_mouse_24g_long_sleep_set_8ms
+0x4750 mem_mouse_24g_fast_hop_count_8ms
+0x4751 mem_mouse_24g_tsniff
+0x4755 mem_mouse_24g_tsniff_4ms
+0x4759 mem_mouse_24g_tsniff_8ms
+0x475d mem_mouse_24g_short_sleep_set_init
+0x4760 mem_mouse_24g_tx_count
+0x4761 mem_mouse_24g_tx_time_last
+0x4767 mem_mouse_24g_tx_time_last_delt
+0x476b mem_mouse_24g_tx_time_sum
+0x4770 mem_mouse_24g_tx_time_sum_count
+0x4771 mem_mouse_24g_tx_time_offset
+0x4772 mem_mouse_24g_sleep_miss
+0x4773 mem_mouse_24g_sleep_time_temp
+0x4777 mem_mouse_24g_sleep_miss_temp
+0x477b mem_mouse_sleep_deal_type
+0x477c mem_mouse_24g_long_sleep_flag
+0x477d mem_mouse_long_mult_flag
+0x477e mem_mouse_current_mult_timer
+0x477f mem_reconn_times
+0x4780 mem_reconn_times_init
+0x4781 mem_mouse_no_data_timer
+0x4783 mem_mouse_rssi_signal_buf
+0x478b mem_btclk_sensor
+0x478f mem_mouse_bluetooth_fast_conn_flag
+0x4790 mem_mouse_discovery_timer
+0x4792 mem_mouse_bluetooth_reconnect_timeout
+0x4793 mem_mouse_need_soft_reset
+0x4794 mem_mouse_le_bb_connected_flag
+0x4795 mem_mouse_le_reconnect_flag
+0x4796 mem_mouse_send_secutiry_request_timer
+0x4797 mem_mouse_le_lap_temp
+0x479a mem_le_adv_ind
+0x479d mem_le_adv_direct_ind
+0x47a0 mem_le_adv_swift_pair
+0x47b4 mem_le_data_len
+0x47b5 mem_le_keyboard_handle
+0x47b7 mem_le_multimedia_handle
+0x47b9 mem_le_systemctrl_handle
+0x47bb mem_le_battery_level_handle
+0x47bd mem_le_battery_level_percentage
+0x47be mem_le_battery_level_updata_timer_init
+0x47c0 mem_le_battery_level_updata_timer
+0x47c2 mem_mouse_le_conn_param_reject
+0x47c3 mem_le_tx_buffer0_omemalloc
+0x47e3 mem_le_tx_buffer1_omemalloc
+0x4803 mem_le_tx_buffer2_omemalloc
+0x4823 mem_le_tx_buffer3_omemalloc
+0x4843 mem_le_connect_status_flag
+0x4844 mem_le_start_encrypt_timer
+0x4845 mem_mouse_direct_timer
+0x4846 mem_power_on_flag
+0x4847 mem_mouse_factory_addr
+0x484d mem_keyboard_flag
+0x4855 mem_keyboard_tx_data
+0x485f mem_keyboard_data_send_flag
+0x4860 mem_keyboard_le_send_conn_param_update
+0x4861 mem_keyboard_le_send_conn_param_update_timer
+0x4862 mem_le_start_auto_reco_timer
+0x4863 mem_mcu_stb_gpio
+0x4864 mem_mcu_clk_gpio
+0x4865 mem_mcu_rstb_gpio
+0x4866 mem_keyboard_caps_led_gpio
+0x4867 mem_keyboard_num_led_gpio
+0x4868 mem_keyboard_power_led_gpio
+0x4869 mem_keyboard_caps_led_on_timer
+0x486b mem_keyboard_led_r_gpio
+0x486c mem_keyboard_led_g_gpio
+0x486d mem_keyboard_led_b_gpio
+0x486e mem_key_row_gpio
+0x4876 mem_key_col_gpio
+0x488a mem_key_excol_gpio
+0x4896 mem_kb_row_ptr
+0x4898 mem_kb_col_ptr
+0x489a mem_kb_excol_ptr
+0x489c mem_keyscan_value_current
+0x48b0 mem_keyscan_value_check
+0x48c4 mem_keyscan_value_old
+0x48d8 mem_keyscan_exmcu_value
+0x48e3 mem_keyscan_value_ptr
+0x48e5 mem_keyscan_exmcu_value_ptr
+0x48e7 mem_keyscan_value_temp
+0x48e8 mem_keyscan_col_loop_count
+0x48e9 mem_keyscan_exmcu_wait_wake_count
+0x48eb mem_same_keyvalue_timerout_flag
+0x48ec mem_same_keyvalue_timer_init
+0x48ee mem_same_keyvalue_timer
+0x48f0 mem_keyboard_current_col_press_key_count
+0x48f1 mem_keyboard_all_press_key_count
+0x48f2 mem_keyboard_same_row_press_key_count
+0x48f3 mem_keyboard_ghost_flag
+0x48f4 mem_keyboard_data_change_flag
+0x48f5 mem_keyboard_keyvalue_temp
+0x48f6 mem_keyboard_press_flag_temp
+0x48f7 mem_keyboard_keyvalue_bit_loop_count
+0x48f8 mem_keyboard_keyvalue_buffer
+0x4901 mem_keyboard_keyvalue_map
+0x49a1 mem_keyboard_fn_flag
+0x49a2 mem_keyboard_control_key_flag
+0x49a3 mem_keyboard_bt_button_flag
+0x49a4 mem_keyboard_pairing_type
+0x49a5 mem_keyboard_commbination_key_bt
+0x49a7 mem_keyboard_commbination_key_24g
+0x49a9 mem_24g_repeat_send_flag
+0x49aa mem_keyboard_led_status
+0x49ab mem_keyboard_led_status_get
+0x49ac mem_keyboard_led_status_get_timer
+0x49ad mem_keyboard_led_status_get_timer_last
+0x49ae mem_keyboard_fn_esc_f1_f12
+0x49ae mem_keyboard_fn_first
+0x49af mem_keyboard_fn_esc
+0x49b0 mem_keyboard_fn_f1
+0x49b1 mem_keyboard_fn_f2
+0x49b2 mem_keyboard_fn_f3
+0x49b3 mem_keyboard_fn_f4
+0x49b4 mem_keyboard_fn_f5
+0x49b5 mem_keyboard_fn_f6
+0x49b6 mem_keyboard_fn_f7
+0x49b7 mem_keyboard_fn_f8
+0x49b8 mem_keyboard_fn_f9
+0x49b9 mem_keyboard_fn_f10
+0x49ba mem_keyboard_fn_f11
+0x49bb mem_keyboard_fn_f12
+0x49bc mem_keyboard_fn_del
+0x49bd mem_keyboard_fn_arrow_enable_flag
+0x49be mem_keyboard_fn_left_ctrl_enable_flag
+0x49bf mem_keyboard_fn_space_enable_flag
+0x49c0 mem_keyboard_fn_system_switch_enable_flag
+0x49c1 mem_keyboard_commbination_key_step
+0x49c2 mem_keyboard_commbination_control_key_value
+0x49c3 mem_keyboard_commbination_standard_key_value
+0x49c4 mem_keyboard_commbination_control_key_delay_release_timer
+0x49c5 mem_keyboard_consumer_key_status
+0x49c6 mem_kb_computer_system
+0x49c7 mem_otp_read_retention_memory
+0x49df mem_otp_read_retention_offset
+0x49e1 mem_le_search_service_uuid
+0x49f1 mem_le_connect_ios_mac_flag
+0x49f2 mem_le_search_mac_uuid
+0x49f4 mem_le_search_mac_manu_name
+0x49fd mem_keybord_appearance
+0x49ff mem_keyboard_commbination_fast_conn_bt
+0x4846 mem_mouse_key
+0x4847 mem_mouse_x
+0x4849 mem_mouse_y
+0x484b mem_mouse_z
+0x484c mem_mouse_tz
+0x484d mem_mouse_xy_h
+0x484e mem_mouse_key_last
+0x484f mem_wheel_tb_old_pinlevel
+0x4850 mem_wheel_tb_new_pinlevel
+0x4851 mem_wheel_tog
+0x4852 mem_mouse_tz_data
+0x4853 mem_mwheel_b_old_pinlevel
+0x4854 mem_mwheel_b_new_pinlevel
+0x4855 mem_mwheel_tog
+0x4856 mem_mouse_z_data
+0x4857 mem_mouse_wheel_trigger
+0x4858 mem_mouse_wheel_trigger_timer
+0x4859 mem_sensor_id1
+0x485a mem_sensor_id2
+0x485b mem_sensor_shutter_hi
+0x485c mem_sensor_shutter_lo
+0x485d mem_sensor_smart_flag
+0x485e mem_sensor_squal_reg
+0x485f mem_sensor_iqc
+0x4860 mem_mouse_move_flag
+0x4861 mem_mouse_asm_flag
+0x4862 mem_mouse_x_pre
+0x4864 mem_mouse_y_pre
+0x4866 mem_mouse_data_xtemp
+0x4867 mem_mouse_data_ytemp
+0x4868 mem_mouse_dpi_seting
+0x4868 mem_320x_dpi_0
+0x4869 mem_320x_dpi_1
+0x486a mem_320x_dpi_2
+0x486b mem_320x_dpi_3
+0x486c mem_3212_dpi_0
+0x486d mem_3212_dpi_1
+0x486e mem_3212_dpi_2
+0x486f mem_3212_dpi_3
+0x4870 mem_ka8g2_dpi_0
+0x4871 mem_ka8g2_dpi_1
+0x4872 mem_ka8g2_dpi_2
+0x4873 mem_ka8g2_dpi_3
+0x4874 mem_sensor_s201_dpi
+0x4874 mem_sensor_s201_dpi_0
+0x4875 mem_sensor_s201_dpi_1
+0x4876 mem_sensor_s201_dpi_2
+0x4877 mem_sensor_s201_dpi_3
+0x4878 mem_sensor_s201_dpi_4
+0x4879 mem_mouse_cpi_count
+0x487a mem_mouse_dpi_button_state
+0x487b mem_mouse_dpi_long_press_flag
+0x487c mem_sensor_3212_init
+0x4886 mem_sensor_3204_init
+0x4890 mem_sensor_3205_init
+0x489a mem_sensor_32xx_init
+0x48b4 mem_sensor_32xx_init_1
+0x48d6 mem_sensor_8650_init
+0x48fc mem_sensor_ka8ul_init
+0x491a mem_sensor_8009_init
+0x492a mem_sensor_ka8g2_init
+0x493a mem_sensor_p6520_init
+0x4946 mem_sensor_poweron_init
+0x494e mem_sensor_ka8g2_poweron_init
+0x4956 mem_mouse_clear_sensor_data_flag
+0x4957 mem_config_sensor_type
+0x4958 mem_config_sensor_angle
+0x4959 mem_bluetooth_125hz_cnt
+0x495a mem_device_addr_temp
+0x4961 mem_mouse_bt_boot_mode
+0x4962 mem_mouse_bt_boot_data
+0x4967 mem_bt_send_max_slot_req_accept_after_switch
+0x4968 mem_mouse_bt_send_first_package_timer
+0x4969 mem_mouse_bt_send_first_package_flag
+0x496a mem_lmi_opcode_temp
+0x496b mem_lpm_mult_init
+0x496c mem_customer_key
+0x496d mem_customer_data_trigger
+0x496e mem_customer_data_trigger_last
+0x496f mem_mouse_lkey_press_status
+0x4970 mem_mouse_rkey_press_status
+0x4971 mem_mouse_mkey_press_status
+0x4972 mem_mouse_bkkey_press_status
+0x4973 mem_mouse_fwkey_press_status
+0x4974 mem_mouse_dpikey_press_status
+0x4975 mem_mouse_pbkey_press_status
+0x4976 mem_mouse_customerkey_press_status
+0x4977 mem_mouse_key_temp
+0x4978 mem_mouse_key_status
+0x4979 mem_mouse_matrix_key_cow_count
+0x497a mem_mouse_matrix_key_row_count
+0x497b mem_mouse_ghost_flag
+0x497c mem_bt_discovery_count
+0x497d mem_select_device_count
+0x497e mem_mouse_commbination_key
+0x497f mem_select_device_button_statue
+0x4980 mem_commbination_key_statue
+0x4981 mem_combination_ui_button_count
+0x4982 mem_fire_key_status
+0x4983 mem_fire_key_delay
+0x4987 mem_fire_key_flag
+0x4988 mem_dpi_another_press_status
+0x4989 mem_dpi_another_button_state
+0x498a mem_dpi_another_button_down_enable
+0x498b mem_mouse_key_temp_patch
+0x498c mem_le_name_patch_len
+0x498d mem_le_name_patch
+0x49a0 mem_device_flag_last
+0x49a1 mem_device_flag_temp
+0x49a2 mem_device_flag_value
+0x49a3 mem_mouse_le_addr1_last
+0x49a9 mem_mouse_le_addr1_temp
+0x49af mem_mouse_le_locall_addr1_last
+0x49b5 mem_mouse_le_locall_addr1_temp
+0x49bb mem_mouse_le_addr2_last
+0x49c1 mem_mouse_le_addr2_temp
+0x49c7 mem_mouse_le_locall_addr2_last
+0x49cd mem_mouse_le_locall_addr2_temp
+0x49d3 mem_mouse_dpi_last
+0x49d4 mem_mouse_dpi_temp
+0x49d5 mem_mouse_otp_dpi_value
+0x49d6 mem_mouse_24g_addr_last
+0x49da mem_mouse_24g_addr_temp
+0x49de mem_random_addr_increase_count_last
+0x49e0 mem_random_addr_increase_count_temp
+0x49e2 mem_otp_offset_device_flag
+0x49e4 mem_otp_offset_device_flag_end
+0x49e6 mem_otp_offset_24g_addr
+0x49e8 mem_otp_offset_24g_addr_end
+0x49ea mem_otp_offset_le_addr1
+0x49ec mem_otp_offset_le_addr1_end
+0x49ee mem_otp_offset_le_locall_addr1
+0x49f0 mem_otp_offset_le_locall_addr1_end
+0x49f2 mem_otp_offset_le_addr2
+0x49f4 mem_otp_offset_le_addr2_end
+0x49f6 mem_otp_offset_le_locall_addr2
+0x49f8 mem_otp_offset_le_locall_addr2_end
+0x49fa mem_otp_offset_dpi
+0x49fc mem_otp_offset_dpi_end
+0x49fe mem_otp_offset_le_addr_increase_count
+0x4a00 mem_otp_offset_le_addr_increase_count_end
+0x4a02 mem_otp_offset_app_initflag
+0x4a04 mem_mouse_le_send_conn_param_update
+0x4a05 mem_mouse_le_send_conn_param_update_timer
+0x4a06 mem_mouse_device_flag_temp
+0x4a07 mem_normal_tx_power
+0x4a08 mem_tx_power_factory_param_new
+0x4a0b mem_sensor_ka8g2_init_new
+0x4a1d mem_le_tx_buffer0_omemalloc_new
+0x4a5d mem_le_tx_buffer1_omemalloc_new
+0x4a9d mem_le_tx_buffer2_omemalloc_new
+0x4add mem_le_tx_buffer3_omemalloc_new
+0x4b1d mem_mouse_qdec_set_flag
+0x4b1e mem_mouse_wheel_temp_gpio
+0x4b1f mem_sensor_read_count
+0x4b20 mem_sensor_param_change_count
+0x4b21 mem_24g_txpayload_buf
+0x4b31 mem_release_data_from_receiver_enable
+0x4b32 mem_release_data_from_transmiter_enable
+0x4b33 mem_flippen_key0_gpio
+0x4b34 mem_flippen_key1_gpio
+0x4b35 mem_flippen_key2_gpio
+0x4b36 mem_flippen_key3_gpio
+0x4b37 mem_flippen_key4_gpio
+0x4b38 mem_flippen_key5_gpio
+0x4b39 mem_flippen_key6_gpio
+0x4b3a mem_flippen_key7_gpio
+0x4b3b mem_flippen_key0_press_status
+0x4b3c mem_flippen_key1_press_status
+0x4b3d mem_flippen_key2_press_status
+0x4b3e mem_flippen_key3_press_status
+0x4b3f mem_flippen_key4_press_status
+0x4b40 mem_flippen_key5_press_status
+0x4b41 mem_flippen_key6_press_status
+0x4b42 mem_flippen_key7_press_status
+0x4b43 mem_key_press_data
+0x4b43 mem_key_pageup_data
+0x4b4c mem_key_pagedown_data
+0x4b55 mem_key_shift_f5_data
+0x4b5e mem_key_esc_data
+0x4b67 mem_key_b_data
+0x4b70 mem_key_tab
+0x4b79 mem_key_enter
+0x4b82 mem_key_alt_tab
+0x4b8b mem_key_alt_f4
+0x4b94 mem_key_play_pause
+0x4b9d mem_key_vol_up
+0x4ba6 mem_key_vol_down
+0x4baf mem_standard_key_release
+0x4bb8 mem_system_ctrl_key_release
+0x4bc1 mem_media_key_release
+0x4bca mem_key0_long_press_flag
+0x4bcb mem_key1_long_press_flag
+0x4bcc mem_key2_long_press_flag
+0x4bcd mem_key3_long_press_flag
+0x4bce mem_key4_long_press_flag
+0x4bcf mem_key0_long_press_event
+0x4bd0 mem_key1_long_press_event
+0x4bd1 mem_key2_long_press_event
+0x4bd2 mem_key3_long_press_event
+0x4bd3 mem_key4_long_press_event
+0x4bd4 mem_key0_short_press_flag
+0x4bd5 mem_key1_short_press_flag
+0x4bd6 mem_key2_short_press_flag
+0x4bd7 mem_key3_short_press_flag
+0x4bd8 mem_key4_short_press_flag
+0x4bd9 mem_key0_press_timer_count
+0x4bda mem_key1_press_timer_count
+0x4bdb mem_key2_press_timer_count
+0x4bdc mem_key3_press_timer_count
+0x4bdd mem_key4_press_timer_count
+0x4bde mem_combination_key_down_flag
+0x4bdf mem_combination_key_longpress_flag
+0x4be0 mem_key_disable_timer
+0x4be1 mem_24g_calculate_package_id_disable
+0x4be2 mem_24g_package_id_abandon_flag
+0x4be3 mem_24g_package_id
+0x4be4 mem_key_state
+0x4be5 mem_key_press_state
+0x4be6 mem_poweron_first_blank_data_enable
+0x4be7 mem_flippen_no_data_timeout
+0x4be9 mem_flippen_start_pair_no_data_timeout
+0x4beb mem_key_longpress_timer_init
+0x4bed mem_key_longpress_timer
+0x4bef mem_low_voltage_led_blink_flag
+0x4bf0 mem_low_voltage_led_blink_start_timer
+0x4bf1 mem_poweron_led_blink_flag
+0x4bf2 mem_24g_pair_enable_flag
+0x4bf3 mem_24g_ch_work
+0x4bf4 mem_24g_pair_key_down_flag
+0x4bf5 mem_24g_pairing_stop_flag
+0x4bf6 mem_longpress_24g_enter_hibernate_flag
+0x4bf7 mem_g24_connected_state
+0x4bf8 mem_g24_pairing_stop_flag
+0x4bf9 mem_send_package_before_check
+0x4bfa mem_le_conn_rcv_new
+0x4bfb mem_le_conn_first_rcv
+0x4bfc mem_le_check_retransmit_flag
+0x4bfd mem_le_retransmit_cnt
+0x4bfe mem_le_check_retransmit_discon_flag
+0x4bff mem_sensor_ka5857_init
+0x462d mem_remote_car_hard_soft_switch
+0x462e mem_remote_car_queue_each_size
+0x462f mem_remote_car_queue_length
+0x4630 mem_remote_car_queue_curr_num
+0x4631 mem_remote_car_queue_read_ptr
+0x4632 mem_remote_car_queue_write_ptr
+0x4633 mem_remote_car_queue_ele
+0x468d mem_remote_style_led_type
+0x468e mem_remote_style_blink_count
+0x468f mem_remote_style_struct_led_gpio
+0x4690 mem_remote_style_on_time
+0x4692 mem_remote_style_off_time
+0x4694 mem_remote_style_cb_ledon
+0x4696 mem_remote_style_cb_ledoff
+0x4698 mem_remote_car_led_num
+0x4699 mem_remote_car_led_map
+0x46a1 mem_remote_car_keyscan
+0x46a1 mem_remote_car_key_num
+0x46a2 mem_cb_remote_car_keyscan
+0x46a4 mem_remote_car_key_conf0
+0x46a4 mem_remote_car_key_conf0_pin
+0x46a5 mem_remote_car_key_conf1
+0x46a5 mem_remote_car_key_conf1_pin
+0x46a6 mem_remote_car_key_conf2
+0x46a6 mem_remote_car_key_conf2_pin
+0x46a7 mem_remote_car_key_conf3
+0x46a7 mem_remote_car_key_conf3_pin
+0x46a8 mem_remote_car_key_conf4
+0x46a8 mem_remote_car_key_conf4_pin
+0x46a9 mem_remote_car_key_conf5
+0x46a9 mem_remote_car_key_conf5_pin
+0x46aa mem_remote_car_key_conf6
+0x46aa mem_remote_car_key_conf6_pin
+0x46ab mem_rocker_negative_flag
+0x46ac mem_rocker_work_status
+0x46ad mem_current_vdd_value_default_mid_x
+0x46af mem_current_vdd_value_default_mid_y
+0x46b1 mem_current_vdd_value_default_mid_temp
+0x46b3 mem_current_vdd_default_range
+0x46b5 mem_rocker_last_status
+0x46b7 mem_rocker_status
+0x46b7 mem_rocker_x_status
+0x46b8 mem_rocker_y_status
+0x46b9 mem_remote_car_config_param
+0x46b9 mem_remote_car_config_setting_flag
+0x46ba mem_remote_car_config_key_map
+0x46bb mem_remote_car_config_layout
+0x46bc mem_remote_car_config_connect_led_gpio
+0x46bd mem_remote_car_config_check_way
+0x46be mem_remote_car_config_soft_switch_enable
+0x46bf mem_remote_car_config_soft_switch_gpio
+0x46c0 mem_remote_car_config_timeout_shutdown_enable
+0x46c1 mem_remote_car_24g_motor_packet
+0x46c1 mem_remote_car_24g_motor_packet_lenght
+0x46c2 mem_remote_car_24g_motor_send_packet_head
+0x46c4 mem_remote_car_24g_motor_send_cmd
+0x46c5 mem_remote_car_24g_motor_send_length
+0x46c7 mem_remote_car_24g_motor_send_payload
+0x46c7 mem_remote_car_24g_motor1_payload
+0x46c9 mem_remote_car_24g_motor2_payload
+0x46cb mem_remote_car_24g_motor3_payload
+0x46cd mem_remote_car_24g_motor_send_checksum
+0x46ce mem_remote_car_24g_fire_packet
+0x46ce mem_remote_car_24g_fire_packet_lenght
+0x46cf mem_remote_car_24g_fire_send_packet_head
+0x46d1 mem_remote_car_24g_fire_send_cmd
+0x46d2 mem_remote_car_24g_fire_send_length
+0x46d4 mem_remote_car_24g_fire_send_payload
+0x46d6 mem_remote_car_24g_fire_send_checksum
+0x46d7 mem_remote_car_24g_tx_temp
+0x46e6 mem_remote_car_no_data_timeout
+0x46e8 mem_remote_car_no_data_timer
+0x46ea mem_remote_car_soft_power
+0x46ea mem_remote_car_power_state
+0x46eb mem_remote_car_power_timer
+0x46ec mem_remote_car_power_off_timeout
+0x46ed mem_remote_car_power_starting_timeout
+0x46ee mem_remote_car_power_off_cb
+0x46f0 mem_remote_car_power_starting_cb
+0x46f2 mem_remote_car_power_standby_cb
+0x46f4 mem_remote_key_status
+0x46f5 mem_remote_car_24g_status
+0x46f6 mem_remote_car_24g_auto_work_step
+0x46f7 mem_remote_car_24g_pair_success_flag
+0x46f8 mem_remote_car_empty_packet
+0x46f9 mem_remote_car_motor1_key0_press_state
+0x46fa mem_remote_car_motor1_key1_press_state
+0x46fb mem_remote_car_motor2_key2_press_state
+0x46fc mem_remote_car_motor2_key3_press_state
+0x46fd mem_remote_car_motor1_rel_state
+0x46fe mem_remote_car_motor2_rel_state
+0x46ff mem_remote_car_no_data_check
+0x4700 mem_remote_24g_commom_addr
+0x4704 mem_remote_24g_commom_addr_temp
+0x4708 mem_remote_24g_commom_addr_read
+0x470c mem_remote_save_addr_flag
+0x44f1 mem_hci_uart_tx_gpio
+0x44f2 mem_hci_uart_rx_gpio
+0x44f3 mem_hci_uart_rts_gpio
+0x44f4 mem_hci_uart_cts_gpio
+0x44f5 mem_hci_pwm_12mhz_gpio
+0x44f1 mem_soft_version_num
+0x44f3 mem_module_wake_up_gpio
+0x44f4 mem_module_state_gpio
+0x44f5 mem_module_connect_state_gpio
+0x44f6 mem_current_packet_length
+0x44f8 mem_module_state
+0x44f9 mem_module_mcu_wake_pin
+0x44fa mem_module_mcu_wake_delay_us
+0x44fe mem_module_le_lpm_mult
+0x44ff mem_module_bluetooth_stauts_by_command
+0x4500 mem_module_uart_rx_buffer
+0x4502 mem_module_uart_rx_buffer_end
+0x4504 mem_module_uart_tx_buffer
+0x4506 mem_module_uart_tx_buffer_end
+0x4508 mem_module_uarta_baud_rate
+0x450a mem_module_read_vdd_flag
+0x450b mem_module_read_vdd_count
+0x450c mem_module_vdd_quotient
+0x450d mem_module_vdd_remainder
+0x450e mem_module_ble_data_uart_max_length
+0x450f mem_module_flag
+0x4511 mem_module_hci_notify_len
+0x4512 mem_module_hci_notify_handle
+0x4514 mem_module_hci_nofiy_addr
+0x4516 mem_module_hci_notify_type
+0x4517 mem_le_conn_flag
+0x4518 mem_module_le_att_list
+0x4770 mem_module_le_att_list_end
+0x4770 mem_module_nv_data
+0x4770 mem_module_nv_data0
+0x4792 mem_module_nv_data1
+0x47b4 mem_module_nv_data2
+0x47d6 mem_module_nv_data3
+0x47f8 mem_module_nv_data4
+0x481a mem_module_nv_data_end
+0x44f1 mem_ble_shutter_enable_notify
+0x44f2 mem_ble_shutter_reconn_adv_interval
+0x44f4 mem_ble_shutter_discovery_adv_interval
+0x44f6 mem_ble_shutter_reconn_timeout
+0x44f8 mem_ble_shutter_reconn_timer
+0x44fa mem_ble_shutter_reconn_blink_on_time
+0x44fc mem_ble_shutter_reconn_blink_off_time
+0x44fe mem_ble_shutter_discovery_blink_on_time
+0x4500 mem_ble_shutter_discovery_blink_off_time
+0x4502 mem_ble_shutter_interval_min
+0x4504 mem_ble_shutter_interval_max
+0x4506 mem_ble_shutter_latency
+0x4508 mem_ble_shutter_timeout
+0x450a mem_ble_shutter_interval_min_new
+0x450c mem_ble_shutter_interval_max_new
+0x450e mem_ble_shutter_latency_new
+0x4510 mem_ble_shutter_timeout_new
+0x4512 mem_ble_shutter_discovery_timeout
+0x4514 mem_ble_shutter_connect_timeout
+0x4516 mem_shutter_sleep_timeout
+0x4518 mem_shutter_sleep_timer
+0x451a mem_shutter_hard_soft_switch_case
+0x451b mem_shutter_soft_switch_button_gpio
+0x451c mem_shutter_soft_switch_power_state
+0x451d mem_shutter_soft_switch_poweron_time
+0x451e mem_shutter_soft_switch_poweroff_time
+0x451f mem_shutter_soft_switch_poweron_callback_function
+0x4521 mem_shutter_soft_switch_poweroff_callback_function
+0x4523 mem_shutter_keyscan
+0x4523 mem_shutter_key_num
+0x4524 mem_cb_shutter_keycan
+0x4526 mem_shutter_key_conf0
+0x4527 mem_shutter_key_conf1
+0x4528 mem_shutter_key_conf2
+0x4529 mem_shutter_key_conf3
+0x452a mem_shutter_key_conf4
+0x452b mem_shutter_key_conf5
+0x452c mem_shutter_key_conf6
+0x452d mem_shutter_key_conf7
+0x452e mem_key0_press
+0x4533 mem_key1_press
+0x4538 mem_key2_press
+0x453d mem_key3_press
+0x4542 mem_key4_press
+0x4547 mem_key5_press
+0x454c mem_key6_press
+0x4551 mem_key7_press
+0x4556 mem_key0_release
+0x455b mem_key1_release
+0x4560 mem_key2_release
+0x4565 mem_key3_release
+0x456a mem_key4_release
+0x456f mem_key5_release
+0x4574 mem_key6_release
+0x4579 mem_key7_release
+0x457e mem_ble_data_buffer1
+0x4583 mem_ble_data_buffer2
+0x4588 mem_ble_data_buffer3
+0x458d mem_ble_data_buffer4
+0x4592 mem_ble_data_buffer5
+0x4597 mem_ble_data_buffer6
+0x459c mem_ble_data_buffer7
+0x45a1 mem_ble_data_buffer8
+0x45a6 mem_ble_data_buffer9_58
+0x45d8 mem_queue_each_size
+0x45d9 mem_queue_length
+0x45da mem_queue_curr_num
+0x45db mem_queue_read_ptr
+0x45dc mem_queue_write_ptr
+0x45dd mem_queue_ele
+0x45fd mem_shutter_nv_data
+0x46a7 mem_shutter_led_struct_app_led
+0x46a7 mem_shutter_led_struct_app_led_type
+0x46a8 mem_shutter_led_struct_app_led_blink_count
+0x46a9 mem_shutter_led_struct_app_led_gpio
+0x46aa mem_shutter_led_struct_app_led_on_time
+0x46ac mem_shutter_led_struct_app_led_off_time
+0x46ae mem_shutter_led_struct_app_led_on_callback
+0x46b0 mem_shutter_led_struct_app_led_off_callback
+0x46b2 mem_shutter_power_off_led_style
+0x46b2 mem_shutter_power_off_led_style_type
+0x46b3 mem_shutter_power_off_led_style_blink_count
+0x46b4 mem_shutter_power_off_led_style_gpio
+0x46b5 mem_shutter_power_off_led_style_on_time
+0x46b7 mem_shutter_power_off_led_style_off_time
+0x46b9 mem_shutter_power_off_led_style_on_callback
+0x46bb mem_shutter_power_off_led_style_off_callback
+0x46bd mem_shutter_soft_swtich_botton_down
+0x46be mem_shutter_soft_swtich_led_struct_temp
+0x46c9 mem_shutter_power_off_timeout
+0x46ca mem_shutter_power_off_timer
+0x46cb mem_shutter_key_conf0_temp
+0x46cd mem_shutter_led_struct_app_led_gpio_temp
+0x46ce mem_shutter_hard_soft_switch_case_temp
+0x46cf mem_shutter_soft_switch_button_gpio_temp
+0x46d0 mem_shutter_soft_switch_first_power_on
+0x46d1 mem_shutter_dy_conf
+0x46d2 mem_shutter_le_uuid_sup
+0x4876 mem_shutter_key_value_list
+0x489e mem_shutter_discovery_time_conf
+0x48a6 mem_shutter_reconn_or_discovery_blink_time_conf
+0x48ae mem_shutter_1s_timer
+0x48af mem_shutter_timer_625us
+0x48b1 mem_rf_init_data_new
+0x48bc mem_key_value_xmem
+0x48be mem_shutter_le_hid_map
+0x49e0 mem_shutter_le_map_len_android
+0x49e2 mem_shutter_le_map_len_ios
+0x49e4 mem_dy_le_search_service_uuid
+0x49f4 mem_iphone_flag
+0x49f5 mem_send_data_delay
+0x49f6 mem_key_send_clk
+0x49fa mem_shutter_key_state0
+0x4a04 mem_shutter_key_state1
+0x4a0e mem_shutter_key_state2
+0x4a18 mem_shutter_key_state3
+0x4a22 mem_shutter_key_state4
+0x4a2c mem_shutter_key_state5
+0x4a36 mem_shutter_key_state6
+0x4a40 mem_key0_release_new
+0x4a4f mem_key1_release_new
+0x4a5e mem_key2_release_new
+0x4a6d mem_key3_release_new
+0x4a7c mem_key4_release_new
+0x4a8b mem_key5_release_new
+0x4a9a mem_key6_release_new
+0x4aa9 mem_key0_long_press
+0x4aac mem_key1_long_press
+0x4aaf mem_key2_long_press
+0x4ab2 mem_key3_long_press
+0x4ab5 mem_key4_long_press
+0x4ab8 mem_key5_long_press
+0x4abb mem_key6_long_press
+0x4abe mem_key0_long_release
+0x4ac1 mem_key1_long_release
+0x4ac4 mem_key2_long_release
+0x4ac7 mem_key3_long_release
+0x4aca mem_key4_long_release
+0x4acd mem_key5_long_release
+0x4ad0 mem_key6_long_release
+0x4ad3 mem_combine_key0
+0x4ad5 mem_combine_key1
+0x4ad7 mem_combine_key2
+0x4ad9 mem_combine_key3
+0x4adb mem_combine_key4
+0x4add mem_combine_key5
+0x4adf mem_combine_key_state0
+0x4ae1 mem_combine_key0_press
+0x4aeb mem_combine_key1_press
+0x4af5 mem_combine_key2_press
+0x4aff mem_combine_key3_press
+0x4b09 mem_combine_key4_press
+0x4b13 mem_combine_key5_press
+0x4b1d mem_combine_key_release
+0x4b27 mem_shutter_move_data
+0x4b2b mem_key0_press_i
+0x4b35 mem_key1_press_i
+0x4b3f mem_key2_press_i
+0x4b49 mem_key3_press_i
+0x4b53 mem_key4_press_i
+0x4b5d mem_key5_press_i
+0x4b67 mem_key0_release_new_i
+0x4b76 mem_key1_release_new_i
+0x4b85 mem_key2_release_new_i
+0x4b94 mem_key3_release_new_i
+0x4ba3 mem_key4_release_new_i
+0x4bb2 mem_key5_release_new_i
+0x4bc1 mem_key6_release_new_i
+0x4bd0 mem_key0_long_press_i
+0x4bd3 mem_key1_long_press_i
+0x4bd6 mem_key2_long_press_i
+0x4bd9 mem_key3_long_press_i
+0x4bdc mem_key4_long_press_i
+0x4bdf mem_key5_long_press_i
+0x4be2 mem_key6_long_press_i
+0x4be5 mem_key0_long_release_i
+0x4be8 mem_key1_long_release_i
+0x4beb mem_key2_long_release_i
+0x4bee mem_key3_long_release_i
+0x4bf1 mem_key4_long_release_i
+0x4bf4 mem_key5_long_release_i
+0x4bf7 mem_key6_long_release_i
+0x4bfa mem_key3_release_new_t
+0x4c04 mem_key3_release_new_i_t
+0x4c0e mem_key3_press_count
+0x4c0f mem_shutter_like_timeout
+0x4c10 mem_shutter_key_pressed
+0x4c11 mem_shutter_combine_key_release
+0x4c12 mem_shutter_mousekey_value_list
+0x4eba mem_shutter_back_count
+0x4ebb mem_shutter_le_conned
+0x4ebc mem_move_config
+0x4ebc mem_shutter_iphone_beyond_x_count
+0x4ebd mem_shutter_iphone_beyond_y_count
+0x4ebe mem_shutter_move_data_x
+0x4ec0 mem_shutter_move_data_y
+0x4ec2 mem_last_shutter_le_iphone_flag
+0x4ec3 mem_move_config_end
+0x4ec3 mem_shutter_back_count_cache
+0x4ec4 mem_shutter_iphone_beyond_x_cache
+0x4ec5 mem_shutter_iphone_beyond_y_cache
+0x4ec6 mem_shutter_iphone_move_mid
+0x4ed0 mem_shutter_long_key_released_flag
+0x4ed1 mem_shutter_move_mid_timer
+0x4ed2 mem_shutter_pairing_success
+0x4ed3 mem_combine_key_release_value
+0x4ed5 mem_last_press_key_value
+0x4ed6 mem_shutter_first_move
+0x4ed7 mem_move_mode_set
+0x4ed8 mem_move_mode_key_index
+0x4ed9 mem_move_mode_trigger_enable
+0x4eda mem_shutter_android_move_mid
+0x4edf mem_shutter_iphone_up_mid
+0x4ee9 mem_shutter_iphone_like_mid
+0x4ef3 mem_shutter_key_num_conf
+0x4ef4 mem_shutter_dy_key_conf
+0x4efb mem_le_dy_adv_data
+0x4f06 mem_le_dy_scan_data
+0x4f12 mem_ble_shutter_dy_interval_min_new
+0x4f1a mem_shutter_ble_discovery_time_conf
+0x4f22 mem_queue_dy_each_size
+0x4f24 mem_dy_key0_press
+0x4f2e mem_dy_key1_press
+0x4f38 mem_dy_key2_press
+0x4f42 mem_dy_key3_press
+0x4f4c mem_dy_key4_press
+0x4f56 mem_dy_key5_press
+0x4f60 mem_dy_key6_press
+0x4f6a mem_shutter_led_on_light_dark_led_conf
+0x4f71 mem_shutter_led_off_light_dark_led_conf
+0x4f78 mem_shutter_reconn_blink_on_time_conf
+0x4f7c mem_shutter_discovery_blink_on_time_conf
+0x4f80 mem_shutter_efuse_start_offset
+0x4f82 mem_shutter_efuse_end_offset
+0x4f84 mem_initial_move_conf
+0x4f84 mem_android_initial_move_x
+0x4f86 mem_android_initial_move_y
+0x4f88 mem_iphone_initial_move_x
+0x4f8a mem_iphone_initial_move_y
+0x4f8c mem_otp_move_config
+0x4f8c mem_otp_shutter_move_data_x
+0x4f8e mem_otp_shutter_move_data_y
+0x4f90 mem_otp_last_shutter_le_iphone_flag
+0x4f91 mem_otp_move_config_end
+0x4f91 mem_otp_write_offset_addr
+0x4f93 mem_otp_read_offset_addr
+0x4f95 mem_otp_read_ios_android_addr
+0x4f97 mem_shutter_le_pairing_handle
+0x4f99 mem_shutter_temp_count
+0x4f9b mem_shutter_first_read_flag
+0x4f9c mem_shutter_valid_data_flag
+0x4f9d mem_shutter_volume_timer
+0x4f9e mem_shutter_link_timer
+0x4f9f mem_shutter_link_data
+0x4fa7 mem_shutter_link_data_i
+0x4faf mem_shutter_link_loop_flag
+0x4fb0 mem_shutter_end
+
+0x45ed mem_mesh_vendor_timer_timing_index_cyclic
+0x45ee mem_mesh_vendor_timer_timing_time_cyclic
+0x45f0 mem_mesh_vendor_timer_timing_zone_cyclic
+0x45f2 mem_mesh_vendor_timer_timing_weekdays_cyclic
+0x45f3 mem_mesh_vendor_timer_timing_attr_type_cyclic
+0x45f5 mem_mesh_vendor_timer_timing_attr_para_len_cyclic
+0x45f6 mem_mesh_vendor_timer_timing_attr_para_cyclic
+0x45fe mem_mesh_vendor_timer_timing_cyclic_flag
+0x45ed mem_mesh_vendor_timer_timing_index
+0x45ee mem_mesh_vendor_timer_timing_time
+0x45f2 mem_mesh_vendor_timer_timing_attr_type
+0x45f4 mem_mesh_vendor_timer_timing_attr_para_len
+0x45f5 mem_mesh_vendor_timer_timing_attr_para
+0x45fd mem_mesh_vendor_timer_timing_flag
+0x4806 mem_mesh_fast_pairing_timer
+0x49a1 mem_mesh_filter_status_message_opcode
+0x49a2 mem_mesh_filter_status_message_FilterType
+0x49a3 mem_mesh_filter_status_message_ListSize
+0x49a5 mem_mesh_filter_status_message_MIC
+0x49a1 mem_mesh_unsegmented_access_lower_transport_layer_head
+0x49a2 mem_mesh_unsegmented_access_lower_transport_layer_parameters
+0x49ad mem_mesh_unsegmented_access_lower_transport_layer_mic
+0x49a1 mem_mesh_segmented_access_lower_transport_layer_head
+0x49a2 mem_mesh_segmented_access_lower_transport_layer_SZMIC_SeqZero_SegO_SegN
+0x49a5 mem_mesh_segmented_access_lower_transport_layer_parameters
+0x49ad mem_mesh_segmented_access_lower_transport_layer_mic
+0x475e mem_k2_EncryptionKey
+0x474e mem_k2_PrivacyKey
Index: output/otp.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/otp.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/otp.dat	(working copy)
@@ -0,0 +1,5749 @@
+0b
+00
+02
+00
+00
+00
+00
+00
+00
+00
+00
+8f
+ab
+f1
+00
+3c
+ae
+c6
+03
+78
+5c
+8d
+07
+e0
+71
+35
+1e
+aa
+55
+60
+11
+24
+e6
+00
+26
+6d
+0c
+51
+3b
+49
+7e
+20
+7c
+3d
+fc
+1c
+3c
+a9
+8b
+3f
+7e
+68
+bd
+31
+b0
+fc
+2e
+10
+d5
+17
+75
+69
+c5
+d4
+cd
+57
+7c
+4e
+f0
+8f
+8e
+bc
+7c
+19
+34
+7f
+73
+aa
+41
+ab
+a3
+48
+df
+d6
+ce
+11
+62
+8b
+20
+73
+99
+f0
+fb
+ba
+38
+7c
+67
+f8
+4f
+41
+7c
+25
+5d
+f1
+0e
+61
+42
+27
+37
+90
+7a
+5d
+09
+f3
+d3
+7c
+5b
+9b
+97
+b8
+0b
+bc
+39
+eb
+66
+9a
+03
+52
+8a
+5a
+c5
+e3
+13
+09
+a9
+5d
+20
+dc
+6d
+ba
+0f
+9d
+45
+e5
+9f
+b6
+d6
+15
+bb
+e6
+c6
+1c
+80
+c0
+15
+9c
+59
+58
+55
+f1
+b8
+17
+84
+46
+78
+8d
+ce
+4b
+d5
+99
+fd
+91
+9e
+d6
+0b
+50
+55
+a4
+a5
+6e
+32
+1a
+09
+17
+d3
+01
+46
+04
+a7
+1d
+87
+4b
+27
+cc
+5a
+e3
+d2
+09
+88
+1e
+cc
+6c
+0f
+ab
+5d
+cd
+00
+f0
+f5
+ca
+e0
+94
+d0
+52
+50
+44
+11
+67
+4f
+25
+e1
+85
+c4
+19
+30
+a8
+7d
+b9
+b5
+cb
+34
+26
+62
+32
+43
+a3
+cb
+13
+d4
+68
+30
+ec
+10
+f0
+78
+eb
+fe
+b5
+ba
+93
+a4
+db
+7c
+52
+ba
+b3
+4d
+8f
+d9
+8b
+9d
+48
+6a
+88
+36
+6b
+07
+8b
+5f
+0d
+d6
+bf
+80
+e5
+a5
+ac
+cf
+2e
+c5
+50
+61
+db
+22
+9b
+07
+0d
+ac
+47
+14
+0b
+01
+44
+b1
+7e
+ed
+6f
+7c
+4f
+61
+24
+e7
+a8
+f9
+e7
+54
+35
+2e
+a4
+37
+71
+8b
+db
+0d
+f5
+a5
+6e
+28
+97
+41
+c4
+b4
+e7
+ff
+05
+2d
+7e
+c4
+d7
+da
+5e
+5f
+cf
+b0
+78
+ce
+34
+25
+7a
+f8
+35
+94
+66
+e2
+22
+9e
+13
+a5
+dd
+71
+63
+fd
+ff
+31
+09
+d6
+49
+97
+f7
+a0
+01
+96
+5d
+6d
+b8
+af
+33
+29
+b8
+f9
+78
+bb
+85
+4d
+09
+ae
+01
+4f
+f8
+63
+d9
+ca
+e9
+01
+56
+69
+ae
+72
+fa
+f1
+5c
+82
+d3
+f2
+41
+b0
+5a
+30
+cc
+39
+f1
+5c
+90
+08
+04
+9e
+4e
+9c
+22
+83
+49
+1f
+13
+bd
+f9
+53
+71
+7e
+eb
+23
+4b
+ee
+44
+f2
+a5
+16
+38
+08
+37
+c7
+0d
+ae
+51
+e3
+88
+af
+34
+fd
+b0
+93
+6f
+85
+e9
+c6
+9c
+3a
+42
+2a
+77
+0e
+82
+38
+f4
+9c
+c7
+10
+f1
+b2
+70
+81
+52
+fc
+aa
+3f
+cb
+42
+e6
+ac
+a7
+55
+e2
+7c
+0c
+3a
+72
+17
+b5
+be
+f7
+fa
+6a
+46
+10
+03
+d6
+c8
+fa
+82
+e4
+ac
+87
+58
+cb
+74
+42
+09
+c6
+24
+c3
+35
+90
+a7
+5a
+d3
+36
+68
+4f
+11
+08
+53
+0f
+44
+ea
+2f
+90
+cb
+df
+bb
+1a
+1f
+b3
+ae
+b7
+e4
+b9
+9f
+f9
+97
+bc
+50
+6b
+b6
+38
+ee
+ed
+5e
+da
+e1
+4d
+09
+38
+c0
+35
+9e
+b8
+63
+02
+63
+c2
+5a
+77
+45
+b2
+2b
+84
+93
+7b
+fe
+b8
+33
+27
+21
+ef
+a4
+f2
+f3
+cf
+ff
+d1
+b9
+59
+8c
+83
+f7
+69
+74
+77
+a4
+69
+58
+43
+65
+ab
+41
+27
+a3
+35
+e9
+37
+b5
+c5
+94
+87
+0e
+5a
+dc
+fb
+b6
+40
+8a
+dc
+27
+ca
+f1
+6b
+84
+f6
+c6
+90
+7a
+1f
+7f
+0c
+87
+de
+5e
+40
+40
+bc
+50
+7d
+f8
+fc
+9a
+e3
+e6
+3c
+4c
+8a
+e0
+af
+13
+a6
+93
+d4
+35
+78
+ac
+62
+d3
+09
+80
+a4
+89
+c6
+4a
+ad
+b7
+80
+3f
+e7
+bc
+f3
+83
+bd
+3c
+8b
+46
+9d
+f1
+1e
+7f
+29
+24
+4f
+e5
+40
+a3
+13
+e1
+29
+a5
+26
+af
+c4
+d1
+9b
+13
+63
+a4
+f7
+15
+b0
+b1
+89
+4f
+8f
+6f
+b3
+97
+6a
+f8
+05
+ec
+9f
+0d
+94
+4e
+ba
+7e
+1b
+4e
+3a
+9c
+bc
+64
+0e
+98
+2c
+fe
+87
+75
+9f
+ec
+80
+59
+11
+94
+0a
+96
+1c
+52
+9c
+69
+6e
+50
+79
+bd
+22
+6e
+ce
+94
+62
+8e
+9f
+3a
+7d
+61
+20
+75
+87
+96
+fb
+9e
+09
+b2
+8a
+49
+3f
+86
+db
+33
+80
+8a
+c0
+f9
+19
+73
+23
+8f
+f6
+bd
+d5
+d8
+f7
+fc
+01
+fd
+d2
+fb
+11
+e1
+d8
+c4
+04
+98
+44
+97
+64
+b4
+b1
+ca
+9a
+a0
+a8
+10
+ce
+3f
+e5
+b2
+ad
+51
+99
+fc
+97
+c1
+02
+55
+f1
+4d
+48
+00
+13
+d8
+87
+47
+36
+86
+4d
+37
+4f
+c7
+a8
+b4
+a2
+af
+80
+d9
+b6
+a5
+f0
+68
+04
+d2
+f7
+4f
+ea
+3b
+45
+b5
+57
+e7
+c3
+f4
+e8
+6a
+1a
+53
+a3
+94
+45
+83
+bc
+08
+15
+ab
+ad
+f7
+f2
+d3
+5f
+35
+36
+48
+1f
+49
+1e
+b8
+85
+1b
+b3
+c9
+2d
+b1
+98
+68
+1b
+e3
+fb
+04
+00
+b4
+b7
+b2
+34
+40
+59
+04
+a9
+b0
+5e
+1f
+5c
+89
+67
+76
+7f
+e7
+e9
+6c
+52
+e4
+ab
+8c
+7a
+4e
+e9
+fb
+21
+3b
+46
+c6
+96
+c2
+fb
+ce
+cd
+11
+b7
+b6
+51
+20
+54
+e0
+e9
+2b
+35
+6a
+4b
+1d
+60
+e5
+37
+b7
+50
+ca
+59
+60
+d8
+b6
+8e
+ba
+19
+06
+6e
+5b
+9d
+14
+04
+62
+65
+35
+99
+f6
+a7
+5a
+30
+fe
+8c
+fa
+64
+91
+1a
+50
+ce
+2e
+16
+93
+f8
+43
+61
+81
+bc
+a2
+08
+21
+fd
+97
+ca
+61
+59
+17
+b8
+a4
+b6
+d2
+17
+94
+97
+45
+89
+f7
+bc
+d8
+3b
+93
+72
+7a
+84
+b6
+d4
+fa
+23
+46
+0e
+95
+bb
+7b
+5f
+a0
+ab
+c2
+90
+9c
+40
+07
+56
+98
+9b
+e9
+38
+f3
+ac
+2b
+83
+da
+df
+cb
+47
+36
+9e
+77
+f8
+18
+8a
+72
+95
+fe
+4c
+5f
+7f
+05
+03
+4b
+7b
+27
+8d
+17
+b5
+08
+02
+d5
+da
+76
+9a
+e3
+41
+e2
+15
+14
+a7
+9e
+8f
+d4
+22
+ce
+20
+bc
+a7
+9c
+08
+4e
+89
+f6
+84
+10
+e7
+b2
+a0
+71
+07
+dc
+d7
+7b
+a6
+e4
+08
+23
+33
+bd
+20
+1a
+92
+bb
+ab
+73
+bc
+66
+c9
+8c
+83
+e4
+07
+dc
+da
+8c
+0f
+e5
+e8
+9a
+d0
+6d
+a5
+e6
+94
+0a
+bf
+5b
+8a
+42
+c6
+1c
+3c
+54
+bf
+5c
+64
+f3
+5f
+ec
+63
+61
+e0
+8c
+92
+03
+6d
+e3
+cb
+8e
+c0
+9f
+6e
+25
+30
+18
+8d
+68
+89
+66
+5d
+6b
+19
+8a
+90
+24
+be
+c9
+be
+bc
+ad
+a2
+8e
+7a
+8f
+28
+ab
+e7
+c1
+a1
+4a
+bd
+39
+54
+f9
+40
+61
+cd
+26
+aa
+17
+aa
+08
+72
+0c
+bd
+56
+f5
+43
+c9
+31
+2c
+96
+5f
+b6
+85
+a8
+66
+d8
+30
+8e
+54
+f7
+d9
+09
+93
+2b
+1b
+e4
+52
+19
+cb
+3c
+11
+03
+73
+4f
+4a
+61
+d4
+b3
+e4
+e8
+29
+29
+8a
+0d
+af
+be
+ac
+17
+7e
+43
+47
+10
+42
+5a
+64
+70
+12
+b5
+1e
+ce
+2f
+a2
+5b
+eb
+ac
+f3
+0d
+0a
+06
+56
+82
+31
+f3
+f7
+af
+7e
+6e
+9b
+bd
+46
+50
+2c
+03
+d5
+13
+8e
+86
+f1
+8e
+17
+1a
+49
+0a
+49
+94
+52
+d2
+78
+31
+60
+34
+27
+d0
+ae
+8b
+80
+76
+47
+dc
+eb
+50
+cf
+15
+c4
+fe
+7a
+8a
+68
+16
+31
+f0
+c8
+6f
+d9
+61
+4d
+07
+70
+f1
+01
+07
+b1
+80
+cb
+b3
+0e
+76
+20
+90
+df
+aa
+b1
+8b
+d2
+ab
+95
+de
+c9
+20
+7a
+67
+aa
+71
+d3
+c1
+bc
+96
+fb
+01
+8e
+de
+e5
+89
+07
+06
+4b
+1f
+f6
+61
+3e
+57
+b9
+01
+d0
+0b
+d2
+a7
+75
+2c
+3b
+af
+bd
+83
+96
+7d
+c5
+2e
+cd
+bb
+bf
+53
+43
+20
+9e
+b1
+7f
+ba
+c4
+89
+69
+6e
+82
+3a
+84
+c7
+9c
+6d
+59
+8e
+3a
+46
+67
+a7
+6a
+f4
+5a
+54
+54
+78
+04
+97
+d8
+d0
+d0
+21
+2d
+7a
+11
+7f
+33
+d7
+22
+39
+d7
+b0
+78
+43
+38
+42
+9d
+05
+f2
+8d
+21
+96
+e5
+ae
+32
+8a
+a6
+8d
+0a
+ed
+fd
+c7
+92
+23
+e7
+74
+03
+be
+54
+38
+c6
+bb
+74
+fb
+df
+b5
+5e
+f3
+4f
+c9
+76
+d4
+2c
+0b
+89
+a2
+bd
+55
+c9
+59
+cb
+46
+18
+15
+06
+d8
+15
+0f
+2a
+eb
+2e
+7a
+a0
+38
+79
+b5
+a3
+ba
+51
+5a
+be
+67
+3a
+17
+e1
+54
+4b
+2d
+92
+ac
+18
+f7
+f2
+3b
+a6
+59
+64
+ab
+8c
+0c
+9d
+4f
+8b
+a1
+68
+8d
+30
+70
+84
+83
+f6
+ac
+b4
+35
+f3
+71
+93
+96
+ca
+cc
+50
+77
+52
+63
+d2
+ee
+91
+84
+c2
+29
+35
+bd
+ad
+c4
+2b
+92
+ec
+e8
+52
+40
+e0
+5e
+b3
+58
+60
+b5
+b6
+57
+cc
+91
+91
+60
+fb
+91
+41
+ae
+bc
+74
+8b
+7a
+86
+c3
+9c
+02
+8d
+f5
+49
+e7
+11
+27
+56
+f7
+a9
+e4
+09
+2c
+35
+5b
+42
+4d
+92
+90
+89
+2b
+1e
+d0
+b0
+f8
+43
+09
+a7
+db
+03
+72
+4a
+be
+d2
+43
+a8
+86
+c1
+81
+4c
+7c
+96
+10
+cf
+8e
+15
+9b
+a0
+1e
+e9
+83
+2c
+63
+37
+b4
+49
+d7
+a8
+92
+cd
+2f
+56
+95
+8d
+4e
+61
+08
+ce
+8a
+47
+fd
+c4
+33
+be
+bb
+16
+05
+1e
+98
+4d
+3a
+23
+d4
+cd
+87
+81
+f5
+16
+85
+4d
+f5
+ce
+03
+82
+b5
+27
+50
+70
+1d
+7b
+d7
+55
+c1
+67
+84
+dc
+34
+c7
+b6
+3e
+51
+c1
+1a
+de
+cf
+5d
+be
+a0
+d9
+e1
+b6
+66
+2f
+1b
+9d
+7e
+2c
+7d
+6f
+78
+c2
+59
+5c
+6e
+73
+ab
+3e
+72
+a8
+cd
+8c
+13
+78
+fd
+ae
+e0
+b7
+29
+ff
+51
+48
+b5
+60
+43
+b6
+b6
+aa
+cc
+b4
+37
+f9
+4f
+c6
+1a
+17
+e9
+08
+7f
+11
+ef
+14
+25
+07
+cc
+44
+1e
+6f
+af
+f0
+aa
+5f
+43
+30
+62
+d5
+d0
+06
+23
+21
+6d
+fa
+ea
+68
+37
+1e
+bd
+ea
+bb
+d9
+93
+89
+dc
+00
+c2
+2d
+7e
+8f
+36
+13
+9a
+6e
+db
+98
+d0
+b7
+43
+59
+a3
+2b
+8c
+bc
+7d
+73
+04
+c5
+9d
+d2
+84
+57
+74
+35
+27
+dc
+29
+45
+76
+dd
+de
+2b
+45
+fd
+b9
+f3
+87
+6d
+01
+d2
+46
+e7
+cd
+d2
+7c
+7e
+6d
+07
+21
+41
+a0
+77
+74
+45
+40
+4f
+c3
+07
+78
+68
+f8
+c7
+76
+c7
+e4
+7b
+5d
+84
+20
+04
+6c
+2c
+5c
+92
+3e
+a3
+cb
+0c
+fb
+b4
+ee
+b4
+af
+50
+fa
+95
+06
+e1
+f9
+ed
+8c
+2a
+da
+b7
+60
+35
+fb
+82
+7e
+95
+3b
+91
+51
+13
+52
+a9
+c7
+c4
+53
+84
+43
+5d
+4c
+2f
+58
+cd
+a9
+9a
+a2
+8e
+63
+a7
+1d
+fd
+e8
+0d
+c6
+b9
+ea
+a1
+1a
+bb
+65
+9a
+e7
+bb
+3d
+51
+c4
+8b
+ef
+8f
+56
+86
+97
+11
+a8
+7d
+fe
+3c
+e1
+f9
+e6
+ee
+aa
+db
+44
+33
+8b
+b5
+57
+ad
+31
+df
+4c
+5c
+20
+91
+f7
+74
+7a
+fb
+cf
+e9
+db
+ba
+ed
+80
+09
+49
+4b
+b0
+2d
+b3
+9c
+14
+7a
+74
+29
+03
+ff
+64
+cd
+a2
+fb
+a9
+13
+5d
+39
+69
+e0
+74
+8d
+2d
+bf
+7e
+69
+ec
+ca
+ab
+1b
+5d
+6d
+3c
+ce
+06
+3b
+af
+b4
+f9
+78
+be
+55
+d6
+35
+fa
+76
+91
+e2
+0d
+41
+16
+27
+77
+d2
+4a
+c2
+e9
+2e
+09
+c7
+5b
+d8
+b6
+54
+43
+cf
+56
+80
+27
+10
+2b
+65
+86
+c8
+15
+57
+7f
+d3
+88
+14
+2f
+75
+44
+a7
+dc
+69
+b6
+7f
+0e
+d2
+a5
+d2
+81
+1c
+82
+7c
+2c
+3d
+01
+9f
+b8
+fb
+7c
+4c
+95
+4b
+da
+cd
+6f
+d0
+50
+db
+a2
+74
+c4
+2a
+93
+2a
+d5
+79
+dd
+48
+44
+4b
+a8
+40
+ca
+f1
+ba
+9d
+b4
+19
+07
+d5
+f9
+72
+3a
+7f
+d7
+9e
+47
+5d
+6c
+49
+37
+17
+1b
+b6
+0a
+dc
+f3
+73
+f6
+e5
+84
+ce
+97
+ed
+c8
+b7
+d8
+89
+98
+32
+fb
+f8
+56
+03
+8d
+ef
+e5
+d1
+cd
+0f
+12
+9a
+99
+68
+52
+c0
+89
+67
+f8
+12
+33
+62
+47
+dc
+b6
+4a
+67
+60
+3a
+39
+41
+43
+61
+bb
+d4
+3b
+98
+4d
+41
+35
+d4
+68
+b0
+77
+f0
+01
+9f
+88
+2f
+7d
+d6
+59
+aa
+49
+2e
+4d
+e9
+68
+71
+e3
+df
+1a
+0d
+e9
+39
+e5
+db
+4a
+e2
+90
+43
+51
+d9
+b7
+d0
+05
+de
+d8
+65
+e5
+5f
+13
+4c
+02
+ee
+84
+b2
+b1
+d3
+28
+46
+4c
+c9
+74
+c8
+1a
+37
+37
+2e
+d4
+a9
+5c
+93
+d9
+2f
+b5
+b2
+0a
+4f
+50
+9f
+78
+27
+9e
+3b
+0a
+35
+08
+34
+35
+a5
+e1
+a7
+25
+3b
+54
+c7
+b4
+a2
+15
+15
+26
+bc
+c2
+93
+76
+6a
+64
+2f
+93
+f6
+c7
+d6
+02
+1e
+59
+96
+3c
+8f
+02
+cc
+59
+06
+54
+b0
+23
+7c
+75
+21
+fe
+6f
+07
+bc
+24
+8a
+ba
+30
+a7
+4d
+72
+20
+ea
+75
+2a
+9f
+57
+ae
+69
+f8
+ae
+1d
+6d
+ce
+ec
+1a
+73
+84
+84
+70
+76
+ab
+73
+6a
+9a
+92
+de
+2a
+0a
+97
+b6
+65
+a1
+cc
+85
+c7
+e3
+18
+f9
+c5
+c6
+5c
+13
+62
+ff
+62
+e4
+ee
+ff
+fd
+d0
+71
+0d
+a9
+9f
+c0
+0d
+f2
+54
+21
+16
+af
+1c
+ca
+03
+c6
+a3
+9d
+32
+69
+d6
+50
+14
+57
+9f
+18
+dd
+1e
+cd
+6c
+cd
+46
+10
+5a
+7d
+8f
+e6
+90
+62
+2d
+6c
+3f
+88
+68
+ab
+3a
+9d
+21
+6f
+a4
+1c
+b0
+e4
+c7
+61
+ef
+a3
+19
+b1
+f8
+e8
+2f
+ea
+9a
+2a
+34
+46
+44
+06
+63
+d1
+17
+05
+42
+ca
+d1
+da
+2a
+ad
+f6
+a3
+47
+75
+6e
+0d
+1b
+ce
+a4
+87
+51
+24
+1b
+db
+fd
+e8
+dd
+88
+47
+17
+2f
+c0
+32
+51
+d2
+a9
+ef
+9b
+99
+4d
+a2
+ac
+0b
+d4
+db
+c0
+03
+8f
+76
+3a
+8c
+d6
+f6
+74
+26
+91
+a4
+37
+bf
+01
+7b
+cc
+b1
+e2
+97
+85
+18
+ea
+80
+f5
+df
+40
+f6
+1d
+11
+2f
+5e
+94
+e1
+6e
+38
+9b
+1e
+81
+0d
+30
+e0
+49
+f9
+bc
+6b
+93
+14
+51
+ce
+a8
+98
+0e
+cf
+76
+51
+5e
+bd
+9e
+c4
+1b
+4a
+7e
+1d
+fa
+72
+f8
+e3
+ff
+89
+40
+8b
+4a
+31
+07
+bf
+de
+d9
+d5
+6a
+1e
+93
+11
+8c
+27
+24
+38
+e6
+c8
+48
+4e
+76
+e5
+02
+c1
+ee
+a1
+24
+91
+c1
+d9
+52
+d9
+65
+8f
+e2
+7c
+e7
+39
+bd
+46
+25
+24
+ed
+9c
+24
+f0
+79
+3e
+a6
+69
+f2
+c9
+0d
+2c
+63
+8f
+ce
+f6
+d6
+3c
+09
+fb
+aa
+c7
+ec
+ed
+62
+81
+4c
+a5
+bd
+c0
+27
+8c
+e3
+3e
+32
+4c
+25
+df
+76
+33
+0d
+ae
+63
+50
+94
+94
+51
+e4
+1d
+27
+47
+21
+ef
+ad
+06
+51
+9b
+da
+69
+33
+65
+f2
+2b
+4e
+f3
+1e
+1f
+11
+24
+fb
+6a
+41
+cd
+4a
+da
+57
+d4
+d4
+63
+ec
+51
+c9
+b6
+b7
+7b
+7b
+89
+9e
+65
+17
+6d
+a1
+a9
+73
+9c
+d9
+61
+23
+d6
+0a
+c5
+14
+42
+64
+e1
+78
+61
+f5
+a1
+ab
+60
+f0
+8a
+b7
+82
+7f
+0d
+34
+ae
+d1
+0b
+b9
+e2
+76
+47
+d6
+03
+67
+5a
+ee
+e2
+48
+a9
+de
+f9
+29
+9a
+83
+80
+72
+18
+21
+7a
+2f
+a1
+46
+55
+c9
+bd
+33
+0a
+60
+0f
+9d
+ec
+a1
+cd
+26
+c9
+58
+5e
+ab
+f3
+b9
+72
+01
+53
+5c
+9b
+bd
+cc
+1b
+91
+4a
+74
+df
+4f
+99
+b5
+fa
+78
+18
+0c
+5f
+45
+f9
+aa
+e7
+1f
+20
+f2
+da
+66
+6f
+89
+de
+fd
+20
+92
+bd
+d0
+4b
+ea
+d4
+70
+42
+cc
+ad
+7a
+14
+1d
+d9
+d3
+30
+1c
+87
+90
+29
+38
+6a
+c7
+67
+f0
+e7
+64
+c8
+d7
+3b
+04
+32
+90
+ec
+84
+94
+88
+14
+f7
+e2
+24
+e7
+b5
+74
+0b
+55
+06
+78
+e5
+f8
+53
+66
+3e
+22
+6c
+6f
+fe
+08
+54
+dd
+ba
+07
+4a
+ac
+31
+bb
+72
+ba
+32
+05
+21
+b1
+2e
+62
+5a
+7c
+2e
+2f
+a9
+dc
+29
+31
+c0
+f2
+7c
+1e
+af
+7f
+56
+78
+62
+6e
+b7
+b6
+9e
+b6
+1b
+06
+bc
+a3
+21
+66
+6b
+18
+ef
+d3
+fc
+ba
+83
+6b
+98
+88
+22
+4b
+e1
+98
+11
+9a
+43
+32
+bc
+4b
+4a
+e3
+02
+a3
+76
+76
+d7
+c5
+c6
+d4
+67
+d3
+69
+25
+7b
+73
+40
+ac
+6a
+6f
+4b
+30
+29
+97
+24
+ca
+76
+5b
+55
+07
+4e
+10
+a8
+43
+9e
+1c
+e7
+71
+6e
+02
+3a
+62
+18
+22
+72
+03
+0f
+d1
+be
+53
+00
+eb
+8b
+15
+24
+95
+3e
+6e
+6c
+e0
+ed
+8a
+ba
+30
+bc
+e8
+94
+c5
+2a
+15
+18
+8e
+63
+15
+5e
+4f
+20
+b6
+8f
+79
+02
+61
+3e
+31
+78
+1e
+f1
+3a
+52
+54
+a6
+1c
+76
+76
+bd
+2b
+b1
+87
+64
+9a
+5b
+fa
+81
+e6
+9b
+e8
+9b
+af
+a0
+05
+ed
+80
+a8
+17
+5d
+b5
+d8
+3d
+77
+e1
+bc
+3e
+17
+22
+90
+a3
+6e
+ec
+94
+4e
+98
+65
+78
+3f
+a0
+69
+f6
+8a
+7b
+35
+10
+1a
+99
+5a
+b6
+ed
+93
+cf
+1e
+bf
+7a
+62
+5a
+89
+3e
+9b
+4c
+67
+a4
+05
+ab
+44
+a4
+19
+47
+3e
+aa
+3b
+8d
+4c
+fc
+a8
+56
+87
+4f
+4e
+e2
+ee
+41
+48
+79
+5c
+30
+e2
+a2
+d5
+f5
+d5
+0f
+b2
+92
+cf
+8b
+85
+4a
+ac
+63
+e9
+38
+a1
+de
+d9
+74
+1f
+bd
+71
+4a
+ec
+00
+ac
+17
+2d
+7c
+c9
+52
+1e
+53
+46
+d7
+05
+15
+f2
+bc
+89
+dc
+00
+54
+8f
+03
+ed
+31
+dd
+0d
+d5
+5a
+95
+92
+4c
+e0
+40
+ea
+d9
+49
+66
+41
+37
+9d
+9b
+25
+19
+e8
+77
+f9
+46
+7d
+3f
+a8
+b2
+d8
+e9
+fb
+e9
+0f
+64
+a7
+b6
+4d
+8f
+53
+1d
+6d
+c6
+74
+da
+56
+66
+67
+9a
+36
+6e
+1d
+29
+1c
+49
+5f
+0f
+b4
+ec
+c1
+d3
+69
+19
+16
+ef
+84
+67
+b9
+7c
+00
+a1
+f4
+1d
+0d
+41
+c7
+5b
+7c
+36
+79
+bb
+5f
+71
+60
+4c
+09
+79
+5f
+66
+6a
+5c
+ff
+b7
+19
+e0
+83
+6e
+eb
+3c
+9c
+b9
+ec
+ff
+23
+90
+f7
+79
+b2
+96
+23
+ab
+77
+df
+03
+f0
+c4
+d8
+28
+13
+8c
+a8
+eb
+4f
+90
+cd
+5f
+ed
+b6
+8a
+0c
+01
+20
+b7
+11
+db
+f1
+a2
+a7
+5b
+0b
+d5
+94
+4a
+7a
+9b
+18
+d5
+94
+df
+f7
+7a
+c6
+f8
+5e
+f5
+08
+ed
+5f
+80
+b5
+f7
+46
+c6
+00
+cb
+fc
+f7
+94
+ef
+fa
+b9
+d9
+00
+bd
+85
+b2
+33
+df
+b8
+7a
+d2
+5a
+32
+bc
+bf
+5b
+54
+19
+29
+2b
+30
+a9
+4b
+b4
+2c
+28
+00
+2e
+86
+eb
+75
+65
+bc
+d3
+df
+7d
+f6
+25
+f7
+ed
+12
+33
+85
+c0
+e1
+41
+1b
+2e
+a2
+03
+cb
+96
+6e
+2d
+34
+b8
+fd
+54
+d5
+a6
+fd
+fb
+6c
+1f
+44
+df
+d4
+2b
+7d
+27
+f7
+ad
+c4
+47
+cb
+d8
+37
+07
+3a
+aa
+d4
+62
+07
+e8
+50
+54
+cd
+c1
+83
+be
+09
+e4
+b7
+f8
+fb
+c3
+da
+7c
+63
+19
+d8
+d8
+e1
+66
+30
+d2
+d1
+9a
+fa
+f3
+3d
+94
+98
+77
+32
+91
+ee
+19
+d5
+d9
+15
+71
+a6
+bc
+88
+15
+21
+94
+49
+ef
+9e
+39
+30
+1a
+5c
+59
+4c
+73
+b6
+45
+c6
+27
+64
+51
+2e
+42
+ab
+10
+58
+bd
+23
+7b
+92
+be
+0d
+d6
+7c
+35
+57
+84
+0f
+6b
+27
+d1
+59
+55
+99
+1f
+75
+e1
+89
+96
+7d
+ed
+43
+b4
+ec
+74
+04
+b1
+67
+23
+d1
+11
+78
+15
+30
+65
+35
+4c
+99
+5f
+6f
+66
+dc
+42
+9c
+c5
+88
+1f
+f8
+19
+69
+4d
+39
+29
+58
+d9
+bc
+f1
+c5
+75
+d8
+a1
+4f
+e3
+1d
+ae
+b5
+6d
+33
+fa
+bf
+19
+d3
+fc
+54
+70
+69
+58
+ee
+bf
+f2
+f9
+c5
+27
+20
+de
+10
+b4
+3c
+3a
+c9
+87
+9a
+d5
+81
+db
+1a
+6d
+f9
+8b
+de
+86
+5b
+68
+95
+db
+7e
+79
+c6
+6a
+91
+45
+3a
+a5
+6a
+99
+27
+5f
+27
+cc
+ce
+34
+a1
+ab
+db
+30
+82
+93
+54
+09
+d8
+4f
+f2
+8e
+64
+00
+02
+78
+fe
+24
+42
+1c
+38
+39
+53
+82
+d4
+ce
+77
+2d
+c1
+6a
+ec
+14
+50
+64
+b7
+09
+08
+cf
+62
+a9
+8e
+c8
+f8
+b0
+20
+a7
+32
+cb
+a8
+68
+03
+1b
+44
+66
+18
+ae
+66
+40
+b9
+dc
+85
+50
+51
+50
+89
+e7
+59
+4d
+1a
+22
+cb
+fe
+77
+11
+11
+b4
+04
+77
+a4
+b7
+1f
+30
+b0
+5e
+d7
+99
+e8
+fa
+a0
+e7
+67
+c6
+35
+e8
+39
+c7
+db
+f6
+4a
+6f
+18
+94
+25
+8e
+e1
+7f
+31
+67
+7d
+11
+1a
+02
+03
+d6
+59
+08
+2f
+76
+9c
+04
+df
+3d
+de
+5a
+4e
+6c
+6e
+77
+6b
+c5
+df
+a7
+b3
+3e
+98
+72
+8f
+55
+be
+ac
+10
+4e
+6f
+e9
+4c
+fc
+5e
+7d
+b0
+05
+e3
+b4
+64
+e4
+b3
+e4
+95
+f8
+07
+93
+fa
+b3
+97
+a0
+2c
+e0
+5e
+d9
+b2
+b6
+f7
+d1
+d2
+0a
+2c
+a4
+05
+4a
+71
+60
+0b
+a6
+9e
+97
+cf
+e7
+25
+5d
+0e
+94
+b1
+c4
+de
+04
+0c
+f8
+06
+5a
+9a
+e2
+9b
+bd
+c8
+f0
+f3
+fc
+95
+60
+87
+c3
+71
+2c
+7b
+96
+fa
+38
+1b
+e3
+c4
+6b
+85
+3a
+c7
+a6
+cf
+46
+52
+0e
+24
+2a
+a2
+d8
+01
+4a
+e4
+dc
+60
+77
+83
+71
+3e
+f8
+fd
+fb
+b0
+d1
+ff
+23
+ca
+c7
+d2
+ed
+94
+17
+e1
+3c
+a8
+ba
+c0
+58
+ba
+9c
+02
+42
+8e
+87
+b2
+62
+e1
+5b
+0b
+af
+92
+93
+8d
+0c
+00
+70
+d5
+ee
+fb
+03
+c7
+20
+15
+96
+32
+02
+60
+75
+d9
+a7
+a2
+cd
+e0
+ba
+36
+e3
+01
+5e
+76
+fe
+61
+f5
+66
+ef
+08
+d1
+09
+fa
+d9
+3a
+f0
+11
+95
+ec
+bf
+98
+d6
+12
+84
+5b
+75
+c4
+02
+7c
+f7
+d3
+8c
+0c
+83
+e3
+ba
+8e
+04
+5d
+9d
+71
+66
+d8
+6b
+46
+3f
+d1
+e3
+2b
+4f
+74
+54
+6a
+77
+d3
+98
+d2
+f4
+84
+16
+fc
+c3
+f5
+35
+82
+a1
+03
+bf
+0e
+9d
+71
+29
+56
+36
+0a
+5c
+2d
+96
+f9
+b6
+3a
+51
+21
+16
+cc
+25
+82
+c9
+1b
+9c
+21
+ea
+c4
+2c
+0f
+14
+44
+48
+23
+47
+ba
+6c
+fa
+32
+4e
+35
+96
+94
+68
+c5
+1b
+74
+e1
+b2
+d9
+9f
+13
+a4
+e2
+bc
+6d
+b6
+05
+4f
+8e
+c6
+d6
+4b
+c6
+98
+94
+a3
+6c
+ca
+f8
+dd
+06
+59
+9a
+8c
+16
+68
+49
+fa
+68
+eb
+2c
+33
+b6
+86
+dd
+6b
+70
+ef
+36
+f4
+59
+38
+e5
+34
+bd
+16
+83
+53
+d1
+1a
+45
+da
+39
+d2
+e2
+1a
+ad
+6e
+53
+0e
+a1
+12
+03
+db
+12
+cc
+f7
+e6
+92
+eb
+6c
+d7
+65
+a0
+d1
+26
+9d
+6a
+fc
+6a
+b4
+c2
+a3
+43
+6c
+03
+fc
+ad
+70
+6f
+dc
+7c
+f0
+76
+a0
+8f
+c0
+ce
+f7
+55
+5e
+b1
+08
+1d
+26
+76
+3a
+f9
+89
+a4
+54
+b6
+51
+19
+9e
+4e
+3a
+e5
+ad
+88
+26
+6e
+ea
+bc
+15
+a3
+1c
+40
+7f
+72
+79
+13
+1e
+bd
+7a
+4b
+6c
+5d
+96
+97
+29
+22
+34
+03
+bb
+38
+c2
+5c
+7e
+e6
+a2
+75
+bb
+c1
+a3
+fe
+aa
+3b
+73
+72
+9a
+c5
+ed
+ea
+3e
+a3
+77
+00
+47
+f6
+9b
+76
+04
+20
+3d
+a3
+3d
+79
+b8
+19
+4c
+e3
+f3
+a9
+93
+32
+44
+a2
+a7
+5f
+36
+9b
+71
+3c
+9d
+5a
+dc
+15
+e2
+59
+47
+3a
+00
+cf
+12
+17
+79
+ba
+4b
+f9
+d2
+00
+73
+63
+b8
+67
+6f
+7a
+6e
+8f
+87
+8c
+f5
+57
+52
+1e
+bb
+38
+55
+a2
+c9
+e8
+64
+c3
+37
+1c
+f7
+cd
+2f
+f7
+77
+1a
+c9
+5c
+d1
+8c
+e8
+c9
+13
+f0
+df
+b3
+dd
+60
+58
+56
+9d
+2e
+ff
+7e
+62
+70
+36
+01
+71
+29
+d4
+49
+23
+23
+93
+6b
+a6
+be
+a9
+b1
+e8
+68
+fb
+b5
+ba
+45
+59
+46
+82
+ce
+2e
+cf
+18
+40
+90
+5c
+80
+f0
+ac
+99
+37
+e2
+29
+5d
+fa
+0c
+dd
+54
+4d
+7f
+92
+79
+c3
+69
+33
+f6
+fb
+cc
+e0
+5c
+75
+86
+f0
+78
+f8
+bf
+a1
+eb
+9b
+3f
+fa
+99
+e5
+7a
+9f
+13
+c8
+5e
+98
+22
+83
+27
+ff
+3f
+33
+67
+66
+57
+cd
+bd
+89
+bf
+7b
+6b
+69
+79
+34
+41
+cf
+cb
+90
+07
+14
+a0
+6c
+94
+60
+59
+ec
+d0
+bd
+c9
+bd
+9b
+9a
+84
+33
+4f
+44
+6d
+4a
+39
+67
+89
+42
+b6
+a2
+2c
+93
+b2
+0b
+bc
+b3
+28
+42
+1e
+6e
+90
+ee
+81
+f2
+6e
+f6
+31
+5c
+31
+ac
+46
+88
+f4
+7c
+53
+4a
+61
+a9
+00
+59
+b3
+90
+d6
+4f
+dc
+a1
+fd
+03
+72
+72
+e5
+63
+c5
+4a
+c3
+d8
+6f
+39
+ce
+ed
+a6
+d9
+bc
+b0
+cd
+55
+43
+b7
+37
+7d
+aa
+7c
+cd
+1b
+58
+40
+92
+11
+f7
+72
+d9
+73
+7d
+e6
+b8
+f5
+66
+95
+e2
+49
+22
+3b
+2e
+9c
+8c
+6f
+ad
+b8
+3a
+bd
+c9
+3a
+f4
+b8
+94
+4a
+2a
+25
+78
+5d
+4b
+8b
+76
+ff
+2e
+e7
+5d
+45
+8a
+7d
+55
+1a
+e4
+07
+7f
+54
+54
+f8
+6a
+88
+37
+fa
+1e
+79
+8c
+5c
+91
+37
+69
+45
+44
+19
+2c
+3d
+aa
+55
+40
+00
+00
+40
+05
+00
+33
+07
+20
+00
+00
+00
+00
+00
+00
+00
+00
+53
+18
+bc
+f2
+4d
+61
+00
+00
+00
+00
+00
+20
+00
+60
+04
+00
+00
+00
+00
+00
+00
+10
+04
+60
+00
+00
+06
+00
+30
+00
+00
+00
+00
+00
+00
+00
+00
+41
+a4
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+08
+00
+13
+47
+04
+49
+0a
+00
+02
+2a
+81
+1b
+aa
+55
+1e
+00
+44
+46
+14
+10
+11
+ff
+ff
+0f
+0c
+09
+01
+00
+ff
+02
+02
+00
+ff
+ff
+ff
+15
+ff
+ff
+ff
+03
+ff
+05
+ff
+8e
+8d
+8b
+ff
+ff
+aa
+55
+01
+00
+29
+47
+01
+aa
+55
+02
+00
+ff
+46
+00
+14
+aa
+55
+03
+00
+02
+47
+05
+02
+05
+aa
+55
+01
+00
+07
+47
+14
+aa
+55
+01
+00
+05
+47
+02
+aa
+55
+02
+00
+0a
+47
+02
+06
+aa
+55
+01
+00
+0d
+47
+0a
+aa
+55
+01
+00
+12
+47
+0a
+aa
+55
+02
+00
+0f
+47
+58
+02
+aa
+55
+02
+00
+3a
+46
+58
+02
+aa
+55
+01
+00
+3d
+46
+64
+aa
+55
+02
+00
+21
+47
+05
+00
+aa
+55
+01
+00
+3c
+46
+64
+aa
+55
+02
+00
+38
+46
+b0
+04
+aa
+55
+01
+00
+1e
+47
+0a
+aa
+55
+02
+00
+25
+47
+70
+17
+aa
+55
+01
+00
+cb
+43
+08
+aa
+55
+01
+00
+1b
+47
+03
+aa
+55
+01
+00
+94
+40
+01
+aa
+55
+01
+00
+c0
+40
+20
+aa
+55
+01
+00
+6b
+49
+20
+aa
+55
+03
+00
+3c
+47
+00
+00
+00
+aa
+55
+02
+00
+66
+46
+00
+34
+aa
+55
+01
+00
+74
+46
+34
+aa
+55
+01
+00
+81
+46
+33
+aa
+55
+06
+00
+2d
+46
+dc
+05
+84
+03
+e8
+03
+aa
+55
+01
+00
+35
+46
+04
+aa
+55
+01
+00
+28
+47
+03
+aa
+55
+01
+00
+27
+47
+07
+aa
+55
+06
+00
+e6
+46
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+06
+00
+f1
+44
+02
+21
+26
+55
+51
+61
+aa
+55
+01
+00
+89
+45
+01
+aa
+55
+05
+00
+e3
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+01
+00
+b9
+45
+00
+aa
+55
+01
+00
+40
+47
+02
+aa
+55
+01
+00
+ca
+45
+00
+aa
+55
+01
+00
+7b
+47
+00
+aa
+55
+02
+00
+8b
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+ee
+4d
+00
+80
+bb
+00
+05
+aa
+55
+04
+00
+55
+47
+80
+bb
+00
+00
+aa
+55
+07
+00
+4a
+47
+a0
+00
+01
+00
+77
+01
+0b
+aa
+55
+04
+00
+59
+47
+00
+77
+01
+00
+aa
+55
+03
+00
+af
+45
+00
+48
+60
+aa
+55
+02
+00
+1d
+46
+2c
+01
+aa
+55
+02
+00
+1b
+46
+50
+00
+aa
+55
+02
+00
+23
+47
+64
+00
+aa
+55
+01
+00
+f4
+46
+01
+aa
+55
+06
+00
+db
+42
+51
+81
+91
+a1
+b3
+c1
+aa
+55
+01
+00
+93
+43
+07
+aa
+55
+08
+00
+c0
+43
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+02
+00
+be
+47
+96
+00
+aa
+55
+02
+00
+b5
+47
+15
+00
+aa
+55
+02
+00
+9b
+43
+19
+00
+aa
+55
+04
+00
+b7
+47
+1d
+00
+21
+00
+aa
+55
+02
+00
+32
+43
+2d
+00
+aa
+55
+02
+00
+bb
+47
+30
+00
+aa
+55
+0c
+00
+48
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+a0
+47
+06
+ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+68
+43
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+6b
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+8c
+49
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+d3
+42
+06
+00
+09
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+9a
+47
+03
+12
+18
+ff
+00
+00
+aa
+55
+03
+00
+ec
+46
+00
+50
+00
+aa
+55
+02
+00
+eb
+43
+80
+1f
+aa
+55
+01
+00
+f4
+43
+80
+aa
+55
+01
+00
+ec
+44
+ff
+aa
+55
+01
+00
+eb
+44
+1e
+aa
+55
+01
+00
+ee
+44
+00
+aa
+55
+01
+00
+41
+41
+03
+aa
+55
+01
+00
+3e
+46
+94
+aa
+55
+01
+00
+d2
+45
+07
+aa
+55
+02
+00
+f0
+45
+83
+47
+aa
+55
+02
+00
+3f
+46
+85
+90
+aa
+55
+02
+00
+42
+46
+75
+80
+aa
+55
+01
+00
+41
+46
+63
+aa
+55
+01
+00
+27
+46
+7d
+aa
+55
+01
+00
+37
+44
+00
+aa
+55
+03
+00
+08
+4a
+00
+03
+25
+aa
+55
+01
+00
+6c
+08
+ff
+aa
+55
+11
+00
+68
+48
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+8a
+8b
+83
+84
+88
+aa
+55
+08
+00
+4e
+49
+09
+a5
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+08
+00
+46
+49
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+0c
+00
+ff
+4b
+09
+a5
+46
+34
+6a
+c0
+69
+24
+09
+00
+ff
+ff
+aa
+55
+12
+00
+0b
+4a
+09
+a5
+26
+34
+19
+04
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+7c
+48
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+90
+48
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+aa
+55
+10
+00
+2a
+49
+09
+a5
+26
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+1a
+00
+d6
+48
+09
+5a
+ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a7
+ff
+b6
+00
+b5
+c8
+a5
+af
+ff
+00
+09
+00
+ff
+ff
+aa
+55
+2e
+00
+fc
+48
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
+ff
+ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
+ff
+ff
+aa
+55
+01
+00
+07
+44
+01
+aa
+55
+01
+00
+09
+44
+0a
+aa
+55
+01
+00
+08
+44
+09
+aa
+55
+06
+00
+2d
+46
+a4
+01
+18
+01
+2c
+01
+aa
+55
+01
+00
+48
+41
+0c
+aa
+55
+06
+00
+c3
+40
+35
+3f
+64
+db
+7b
+3b
+aa
+55
+01
+00
+a7
+40
+20
+aa
+55
+03
+00
+c9
+40
+00
+08
+b4
+aa
+55
+01
+00
+99
+40
+18
+aa
+55
+01
+00
+1c
+41
+7e
+aa
+55
+0c
+00
+16
+00
+00
+00
+20
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+05
+00
+5e
+41
+08
+0e
+05
+03
+00
+aa
+55
+01
+00
+68
+41
+20
+aa
+55
+02
+00
+9a
+40
+00
+0c
+aa
+55
+05
+00
+43
+41
+ff
+04
+00
+00
+08
+aa
+55
+01
+00
+1c
+02
+5a
+aa
+55
+01
+00
+38
+44
+a0
+aa
+55
+02
+00
+3b
+44
+bc
+02
+aa
+55
+02
+00
+39
+44
+90
+01
+aa
+55
+02
+00
+3d
+44
+03
+09
+aa
+55
+01
+00
+49
+41
+ff
+aa
+55
+02
+00
+9c
+40
+49
+41
+55
+aa
+aa
+55
+5f
+57
+40
+5b
+20
Index: output/program.lis
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/program.lis	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/program.lis	(working copy)
@@ -0,0 +1,1453 @@
+              include "bt_format "
+              org 0x0000
+0000 c2840027 bbit1 8 ,pf_patch_ext 
+0001 c0000293 beq patch00_0 ,p_soft_reset 
+0002 c0010036 beq patch00_2 ,p_main_loop 
+0003 c008003f beq patch02_0 ,p_shutdown_radio 
+0004 c0088041 beq patch02_1 ,p_set_sync_on 
+0005 c00a013f beq patch02_4 ,p_set_lemode 
+0006 c00a80c1 beq patch02_5 ,p_rf_rx_enable 
+0007 c00c00e1 beq patch03_0 ,p_txon 
+0008 c00c80e8 beq patch03_1 ,p_set_tx_power 
+0009 c00d004f beq patch03_2 ,p_initialize_radio_cont 
+000a c0128213 beq patch04_5 ,p_lpm_sleep 
+000b c034028c beq patch0d_0 ,p_mouse_cb_fuction 
+000c c034829f beq patch0d_1 ,p_mouse_load_device_info_check 
+000d c0360255 beq patch0d_4 ,p_mouse_param_init 
+000e c037035d beq patch0d_6 ,p_mouse_start_work 
+000f c03983b2 beq patch0e_3 ,p_mouse_setgpio_hibernate 
+0010 c03a020d beq patch0e_4 ,p_mouse_lpm_before_common 
+0011 c03d044f beq patch0f_2 ,p_mouse_motion 
+0012 c03d8418 beq patch0f_3 ,p_mouse_dpi_process 
+0013 c03e0435 beq patch0f_4 ,p_mouse_setting_dpi 
+0014 c03e8437 beq patch0f_5 ,p_mouse_setting_sensor_type 
+0015 c03f8392 beq patch0f_7 ,p_mouse_3io6key_check 
+0016 c04083fd beq patch10_1 ,p_mouse_init_sensor 
+0017 c04202b2 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
+0018 c04282fa beq patch10_5 ,p_mouse_priority_bb_event 
+0019 c04301d6 beq patch10_6 ,p_mouse_le 
+001a c04382d8 beq patch10_7 ,p_mouse_bb_event_timer 
+001b c04402f8 beq patch11_0 ,p_mouse_start_discovery 
+001c c04502c3 beq patch11_2 ,p_mouse_store_remote_bdaddr 
+001d c04582a1 beq patch11_3 ,p_mouse_app_initflag_check 
+001e c047037c beq patch11_6 ,p_mouse_idle 
+001f c04803f2 beq patch12_0 ,p_mouse_check_select_device_by_switch 
+0020 c04a83a9 beq patch12_5 ,p_mouse_24g_hibernate_set 
+0021 c04b03db beq patch12_6 ,p_mouse_24g_package_data 
+0022 c0628238 beq patch18_5 ,p_otp_read_data 
+0023 c06a81f5 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
+0024 c06b01ee beq patch1a_6 ,p_gpio_set_wake 
+0025 c06d0128 beq patch1b_2 ,p_sadc_calibration 
+0026 2020235a branch assert 
+
+pf_patch_ext:
+0027 c00a0160 beq patch22_4 ,p_le_slave_match 
+0028 c00d015f beq patch23_2 ,p_le_got_first_packet 
+0029 c012818f beq patch24_5 ,p_le_rx_dec 
+002a c0130194 beq patch24_6 ,p_le_rx_nopayload 
+002b c01c81a6 beq patch27_1 ,p_le_parse 
+002c c01d01b0 beq patch27_2 ,p_le_parse_l2cap 
+002d c02601ac beq patch29_4 ,p_le_adv_not_match 
+002e c02681aa beq patch29_5 ,p_le_init_adv 
+002f c048023b beq patch32_0 ,p_g24_reconn_dispatch 
+0030 c04b039d beq patch32_6 ,p_g24_short_sleep 
+0031 c04d00cf beq patch33_2 ,p_mouse_g24_retransmit 
+0032 c04e80d6 beq patch33_5 ,p_g24_transmit_hop_process 
+0033 c04f825d beq patch33_7 ,p_power_ctrl_start 
+0034 c17f8000 rtneq patch3f_7 
+0035 2020235a branch assert 
+
+p_main_loop:
+0036 20407552 call sp_calc_sequence_256 
+0037 20407448 call sp_calc_sequence_256_check 
+0038 20402a45 call le_advertising_dispatch 
+0039 2040202a call idle_dispatch 
+003a 204042ad call app_process_idle 
+003b 20402018 call connection_dispatch 
+003c 2040310f call g24_dispatch 
+003d 2040248c call lpm_dispatch 
+003e 20200036 branch p_main_loop 
+
+p_shutdown_radio:
+003f 70890000 jam 0 ,0x8900 
+0040 20202153 branch shutdown_radio + 1 
+
+p_set_sync_on:
+0041 708a0f60 jam 0x60 ,0x8a0f 
+0042 708a10aa jam 0xaa ,0x8a10 
+0043 708a127a jam 0x7a ,0x8a12 
+0044 708a2500 jam 0x00 ,0x8a25 
+0045 708a2600 jam 0x00 ,0x8a26 
+0046 2000003c nop 60 
+0047 708a2020 jam 0x20 ,0x8a20 
+0048 708a23f5 jam 0xf5 ,0x8a23 
+0049 708a2412 jam 0x12 ,0x8a24 
+004a 708a2410 jam 0x10 ,0x8a24 
+004b 2000003c nop 60 
+004c 708a1260 jam 0x60 ,0x8a12 
+004d 708a23dd jam 0xdd ,0x8a23 
+004e 20600000 rtn 
+
+p_initialize_radio_cont:
+004f 7001bb00 jam 0 ,mem_le_testtype 
+0050 7001bc00 jam 0 ,mem_cmd_le_create_conn 
+0051 37d98200 until null ,lpo_edge 
+0052 7089460d jam 0x0d ,0x8946 
+0053 70896f10 jam 0x10 ,0x896f 
+0054 708a13cd jam 0xcd ,0x8a13 
+0055 708a0610 jam 0x10 ,0x8a06 
+0056 708a844a jam 0x4a ,0x8a84 
+0057 708a8540 jam 0x40 ,0x8a85 
+0058 708a16fe jam 0xfe ,0x8a16 
+0059 20400095 call p_set_otp_config 
+005a 204070d7 call wdt_set_disable 
+005b 37d98200 until null ,lpo_edge 
+005c 70813b5f jam 0x5f ,0x813b 
+005d 37d98200 until null ,lpo_edge 
+005e 70813c88 jam 0x88 ,0x813c 
+005f 37d98200 until null ,lpo_edge 
+0060 6fe0c099 fetch 1 ,mem_fcomp_div 
+0061 c008008a beq xtal_16m ,p_initialize_radio_16m 
+0062 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+0063 1fe1fe04 or_into 0x04 ,pdata 
+0064 67f08a02 store 1 ,0x8a02 
+0065 70890f01 jam 0x01 ,0x890f 
+0066 708a8024 jam 0x24 ,0x8a80 
+0067 708a8162 jam 0x62 ,0x8a81 
+0068 58e61212 setarg 0xe61212 
+0069 67f18a73 store 3 ,0x8a73 
+
+p_initialize_radio2:
+006a 708a8660 jam 0x60 ,0x8a86 
+006b 708a8b3b jam 0x3b ,0x8a8b 
+006c 2040007c call p_dpll_on 
+006d 70804300 jam 0 ,core_config 
+006e 70804205 jam clksel_dpll ,core_clksel 
+006f 58557474 setarg 0x557474 
+0070 67f18968 store 3 ,0x8968 
+0071 7089606e jam 0x6e ,0x8960 
+0072 204000fb call p_rx_dcoc 
+0073 20400126 call p_rfpll_aac_ghpc 
+0074 20400077 call p_set_xtal_cap 
+0075 7041480c jam system_clk_12m ,mem_system_clk 
+0076 20206f4e branch sadc_calibration 
+
+p_set_xtal_cap:
+0077 37d98200 until null ,lpo_edge 
+0078 6fe0c11c fetch 1 ,mem_xtal_c_sel 
+
+p_set_xtal_cap_next:
+0079 67f0813a store 1 ,core_xtal_cap 
+007a 37d98200 until null ,lpo_edge 
+007b 20600000 rtn 
+
+p_dpll_on:
+007c 6fe0c099 fetch 1 ,mem_fcomp_div 
+007d c00c0082 beq xtal_24m ,p_dpll_on_24m 
+007e 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+007f 1fe1fe06 or_into 0x06 ,pdata 
+0080 67f08a02 store 1 ,0x8a02 
+0081 708a05e0 jam 0xe0 ,0x8a05 
+
+p_dpll_on_24m:
+0082 708a00d8 jam 0xd8 ,0x8a00 
+0083 2000003c nop 60 
+0084 708a01a0 jam 0xa0 ,0x8a01 
+0085 708a00df jam 0xdf ,0x8a00 
+0086 708a01fa jam 0xfa ,0x8a01 
+0087 20000014 nop 20 
+0088 708a009f jam 0x9f ,0x8a00 
+0089 20600000 rtn 
+
+p_initialize_radio_16m:
+008a 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+008b 1fe1fe06 or_into 0x06 ,pdata 
+008c 67f08a02 store 1 ,0x8a02 
+008d 70890f00 jam 0x00 ,0x890f 
+008e 708a8023 jam 0x23 ,0x8a80 
+008f 708a81b0 jam 0xb0 ,0x8a81 
+0090 58e40909 setarg 0xe40909 
+0091 67f18a73 store 3 ,0x8a73 
+0092 708a762a jam 0x2a ,0x8a76 
+0093 70890204 jam 0x04 ,0x8902 
+0094 2020006a branch p_initialize_radio2 
+
+p_set_otp_config:
+0095 203580bd branch p_set_otp_config_wake ,wake 
+0096 6fe2020d fetch 4 ,mem_otp_core_ldo 
+0097 207a0000 rtn blank 
+0098 37d98200 until null ,lpo_edge 
+0099 6ff08136 fetch 1 ,0x8136 
+009a 1fe17ef0 and pdata ,0xf0 ,pdata 
+009b 6848820d fetcht 1 ,mem_otp_core_ldo 
+009c 9841fe00 ior temp ,pdata 
+009d 1fe0fffd increase -3 ,pdata 
+009e 67f08136 store 1 ,0x8136 
+009f 37d98200 until null ,lpo_edge 
+00a0 6ff08138 fetch 1 ,0x8138 
+00a1 1fe17e07 and pdata ,0x7 ,pdata 
+00a2 6848820e fetcht 1 ,mem_otp_verf_bg 
+00a3 18498400 lshift3 temp ,temp 
+00a4 9841fe00 ior temp ,pdata 
+00a5 67f08138 store 1 ,0x8138 
+00a6 37d98200 until null ,lpo_edge 
+
+p_set_otp_config2:
+00a7 6ff08acb fetch 1 ,0x8acb 
+00a8 1fe17ef0 and pdata ,0xf0 ,pdata 
+00a9 6848820f fetcht 1 ,mem_otp_charge_pump 
+00aa 6048c15b storet 1 ,mem_otp_charge_pump_x 
+00ab 9841fe00 ior temp ,pdata 
+00ac 67f08acb store 1 ,0x8acb 
+00ad 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+00ae 67e0c15c store 1 ,mem_otp_dpll_ibais_x 
+00af 2feffe03 isolate1 3 ,pdata 
+00b0 6ff08a06 fetch 1 ,0x8a06 
+00b1 7920fe07 setflag true ,7 ,pdata 
+00b2 67f08a06 store 1 ,0x8a06 
+00b3 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+00b4 1fe10407 and pdata ,7 ,temp 
+00b5 18520400 lshift4 temp ,temp 
+00b6 18438400 lshift temp ,temp 
+00b7 6048c438 storet 1 ,mem_ring_ibias_trim 
+00b8 6ff08a02 fetch 1 ,0x8a02 
+00b9 1fe17e1f and pdata ,0x1f ,pdata 
+00ba 9841fe00 ior temp ,pdata 
+00bb 67f08a02 store 1 ,0x8a02 
+00bc 20600000 rtn 
+
+p_set_otp_config_wake:
+00bd 6fe1415b fetch 2 ,mem_otp_charge_pump_x 
+00be 207a0000 rtn blank 
+00bf 67e1020f store 2 ,mem_otp_charge_pump 
+00c0 202000a7 branch p_set_otp_config2 
+
+p_rf_rx_enable:
+00c1 2040686f call rf_debug_rx_gpio_high 
+00c2 204021ba call rf_rx_agc_set 
+00c3 18002a08 force 8 ,radio_ctrl 
+00c4 18002a00 force 0 ,radio_ctrl 
+00c5 580aaada setarg 0x0aaada 
+00c6 67f18a0f store 3 ,0x8a0f 
+00c7 708a2540 jam 0x40 ,0x8a25 
+00c8 708a2610 jam 0x10 ,0x8a26 
+00c9 2000003c nop 60 
+00ca 708a01fb jam 0xfb ,0x8a01 
+00cb 708a25ff jam 0xff ,0x8a25 
+00cc 708a2630 jam 0x30 ,0x8a26 
+00cd 708a16fe jam 0xfe ,0x8a16 
+00ce 202021b4 branch rf_rx_enable + 14 
+
+p_mouse_g24_retransmit:
+00cf 6fe0c793 fetch 1 ,mem_mouse_need_soft_reset 
+00d0 247a0000 nrtn blank 
+00d1 204000d3 call p_mouse_retransmit_select_device_by_pb_button 
+00d2 202060fc branch mouse_g24_retransmit + 3 
+
+p_mouse_retransmit_select_device_by_pb_button:
+00d3 6fe0c655 fetch 1 ,mem_config_select_device_button_gpio 
+00d4 c17f8000 rtneq gpio_disable 
+00d5 20205e78 branch mouse_retransmit_select_device_by_pb_button 
+
+p_g24_transmit_hop_process:
+00d6 6848c601 fetcht 1 ,mem_24g_retry 
+00d7 6fe0c621 fetch 1 ,mem_24g_fast_hop_count 
+00d8 98467c00 isub temp ,null 
+00d9 242100db nbranch p_g24_tx_fast_hop ,positive 
+00da 20203681 branch g24_transmit_hop_process + 5 
+
+p_g24_tx_fast_hop:
+00db 6fe2458f fetch 4 ,mem_24g_addr 
+00dc 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+00dd 98467c00 isub temp ,null 
+00de 2022b222 branch g24_ch ,zero 
+00df 20400282 call p_power_ctrl_txpower_incrs 
+00e0 2020369b branch g24_tx_fast_hop + 1 
+
+p_txon:
+00e1 580aaa7e setarg 0x0aaa7e 
+00e2 67f18a0f store 3 ,0x8a0f 
+00e3 2000003c nop 60 
+00e4 708a2500 jam 0x00 ,0x8a25 
+00e5 708a260d jam 0x0d ,0x8a26 
+00e6 708a16f6 jam 0xf6 ,0x8a16 
+00e7 20202203 branch txon + 7 
+
+p_set_tx_power:
+00e8 6fe0c141 fetch 1 ,mem_tx_power 
+00e9 c0032225 beq tx_power_6db ,set_tx_power_7db 
+00ea c00500ee beq tx_power_10db ,p_set_tx_power_10db 
+00eb c04f00f7 beq tx_power_f30db ,p_set_tx_power_f30db 
+00ec c05500f3 beq tx_power_factory ,p_set_tx_power_factory 
+00ed 2020220e branch set_tx_power + 2 
+
+p_set_tx_power_10db:
+00ee 708a1425 jam 0x25 ,0x8a14 
+00ef 58a93f3f setarg 0xa93f3f 
+00f0 67f18a60 store 3 ,0x8a60 
+00f1 708a631f jam 0x1f ,0x8a63 
+00f2 20600000 rtn 
+
+p_set_tx_power_factory:
+00f3 708a1417 jam 0x17 ,0x8a14 
+00f4 6fe1ca08 fetch 3 ,mem_tx_power_factory_param_new 
+00f5 67f18a60 store 3 ,0x8a60 
+00f6 2020221a branch set_tx_power_8a63_28 
+
+p_set_tx_power_f30db:
+00f7 708a1417 jam 0x17 ,0x8a14 
+00f8 58250300 setarg 0x250300 
+00f9 67f18a60 store 3 ,0x8a60 
+00fa 2020221a branch set_tx_power_8a63_28 
+
+p_rx_dcoc:
+00fb 20758000 rtn wake 
+00fc 20402160 call set_sync_on 
+00fd d8400027 arg 39 ,temp 
+00fe 2040216f call set_freq_rx 
+00ff 204021a6 call rf_rx_enable 
+0100 708a257f jam 0x7f ,0x8a25 
+0101 708a301a jam 0x1a ,0x8a30 
+0102 708a3178 jam 0x78 ,0x8a31 
+0103 708a8fb2 jam 0xb2 ,0x8a8f 
+0104 708ac200 jam 0 ,0x8ac2 
+0105 708ac300 jam 0 ,0x8ac3 
+0106 d8e00006 arg 6 ,queue 
+0107 20400118 call p_rx_dcoc_avg 
+0108 2a2ffe0d isolate1 13 ,rega 
+0109 2040211d call qset_start 
+010a 2a4ffe0d isolate1 13 ,regb 
+010b 2040211e call qset_p 
+010c d8e00005 arg 5 ,queue 
+
+p_rx_dcoc_loop2:
+010d 2040211c call qset1_p 
+010e 2040211e call qset_p 
+010f 20400118 call p_rx_dcoc_avg 
+0110 d8a08ac2 arg 0x8ac2 ,contw 
+0111 1a31fe00 rshift4 rega ,pdata 
+0112 20402117 call qsetxor 
+0113 1a51fe00 rshift4 regb ,pdata 
+0114 20402117 call qsetxor 
+0115 18e08fff increase -1 ,queue 
+0116 2021010d branch p_rx_dcoc_loop2 ,positive 
+0117 2020214f branch rx_dcoc_loop2 + 10 
+
+p_rx_dcoc_avg:
+0118 2000003c nop 60 
+0119 58000f00 setarg mem_dcoc_buf 
+011a 67f10982 store 2 ,0x8982 
+011b 58000ff0 setarg mem_dcoc_buf_end 
+011c 67f10984 store 2 ,0x8984 
+011d 70898109 jam 0x9 ,0x8981 
+011e 70898103 jam 0x3 ,0x8981 
+011f 70898006 jam 0x6 ,0x8980 
+0120 2000003c nop 60 
+0121 da200000 arg 0 ,rega 
+0122 da400000 arg 0 ,regb 
+0123 df200010 arg 16 ,loopcnt 
+0124 d8c00f00 arg mem_dcoc_buf ,contr 
+0125 2020212d branch rx_dcoc_loop 
+
+p_rfpll_aac_ghpc:
+0126 20758000 rtn wake 
+0127 20202272 branch rfpll_aac_ghpc + 1 
+
+p_sadc_calibration:
+0128 20758000 rtn wake 
+0129 708a0777 jam 0x77 ,core_gpadc_ctrl 
+012a 708a08c9 jam 0xc9 ,core_gpadc_cfg0 
+012b 708a0b01 jam 0x01 ,core_gpadc_cfg3 
+012c 6fe0c409 fetch 1 ,mem_adc_clkdiv 
+012d 67f080cd store 1 ,core_sadc_clkdiv 
+012e 20000bb8 nop 3000 
+012f 20400138 call p_sadc_read 
+0130 708a08c1 jam 0xc1 ,core_gpadc_cfg0 
+0131 6a40c419 fetchr regb ,1 ,mem_spi_write_addr 
+0132 df200008 arg 8 ,loopcnt 
+0133 20406f58 call sadc_cal_read + 1 
+0134 6fe0c419 fetch 1 ,mem_spi_write_addr 
+0135 67e0c433 store 1 ,mem_adc_cal_c7 
+0136 6240c419 storer regb ,1 ,mem_spi_write_addr 
+0137 20600000 rtn 
+
+p_sadc_read:
+0138 7080cc03 jam 0x03 ,core_sadc_ctrl 
+
+p_sadc_read_wait:
+0139 6ff08129 fetch 1 ,core_perf_status 
+013a c3028139 bbit0 saradc_done ,p_sadc_read_wait 
+013b 68590164 fetcht 2 ,core_sadc_data 
+013c 6049440a storet 2 ,mem_adc_current_value 
+013d 7080cc00 jam 0x00 ,core_sadc_ctrl 
+013e 20600000 rtn 
+
+p_set_lemode:
+013f 708a8211 jam 0x11 ,0x8a82 
+0140 708a8d12 jam 0x12 ,0x8a8d 
+0141 708a8e0a jam 0x0a ,0x8a8e 
+0142 6fe0c099 fetch 1 ,mem_fcomp_div 
+0143 c0080158 beq xtal_16m ,p_set_lemode_2m_16m 
+0144 58005762 setarg 0x5762 
+0145 67f10907 store 2 ,0x8907 
+
+p_set_lemode_2m:
+0146 70890103 jam 3 ,0x8901 
+0147 70893003 jam 3 ,0x8930 
+0148 c6168000 rtnmark1 mark_ble_2m 
+0149 70890101 jam 1 ,0x8901 
+014a 708a8207 jam 0x07 ,0x8a82 
+014b 708a8d44 jam 0x44 ,0x8a8d 
+014c 708a8e0a jam 0x0a ,0x8a8e 
+014d 6fe0c099 fetch 1 ,mem_fcomp_div 
+014e c0080155 beq xtal_16m ,p_set_lemode_1m_16m 
+014f 58002bb1 setarg 0x2bb1 
+0150 67f10907 store 2 ,0x8907 
+
+p_set_lemode_1m:
+0151 c6978000 rtnmark0 mark_ble_lr 
+0152 70893024 jam 0x24 ,0x8930 
+0153 70890105 jam 5 ,0x8901 
+0154 20600000 rtn 
+
+p_set_lemode_1m_16m:
+0155 58004189 setarg 0x4189 
+0156 67f10907 store 2 ,0x8907 
+0157 20200151 branch p_set_lemode_1m 
+
+p_set_lemode_2m_16m:
+0158 58008312 setarg 0x8312 
+0159 67f10907 store 2 ,0x8907 
+015a 20200146 branch p_set_lemode_2m 
+
+p_le_check_retransmit_timesout:
+015b 6fe0cbfa fetch 1 ,mem_le_conn_rcv_new 
+015c da600100 arg 256 ,regc 
+015d 9a60fe00 iadd regc ,pdata 
+015e 20600000 rtn 
+
+p_le_got_first_packet:
+015f 2020017f branch p_le_got_first_packet_new 
+
+p_le_slave_match:
+0160 20400162 call p_le_check_retransmit 
+0161 20202563 branch le_slave_match + 1 
+
+p_le_check_retransmit:
+0162 6fe0cbfb fetch 1 ,mem_le_conn_first_rcv 
+0163 207a0000 rtn blank 
+0164 6fe0cbfc fetch 1 ,mem_le_check_retransmit_flag 
+0165 247a0000 nrtn blank 
+0166 6848cbfb fetcht 1 ,mem_le_conn_first_rcv 
+0167 6fe0cbfa fetch 1 ,mem_le_conn_rcv_new 
+0168 98467c00 isub temp ,null 
+0169 2441015b ncall p_le_check_retransmit_timesout ,positive 
+016a 98467e00 isub temp ,pdata 
+016b 1fe67c64 sub pdata ,100 ,null 
+016c 20210174 branch p_le_check_retransmit_count ,positive 
+016d 6fe0cbfd fetch 1 ,mem_le_retransmit_cnt 
+016e 1fe67c14 sub pdata ,20 ,null 
+016f 24410172 ncall p_app_ble_disconnect ,positive 
+0170 704bfc01 jam 1 ,mem_le_check_retransmit_flag 
+0171 20600000 rtn 
+
+p_app_ble_disconnect:
+0172 704bfe01 jam 1 ,mem_le_check_retransmit_discon_flag 
+0173 2020431f branch app_ble_disconnect 
+
+p_le_check_retransmit_count:
+0174 6848817f fetcht 1 ,mem_le_arq 
+0175 6fe0804c fetch 1 ,mem_le_rxbuf_data_header 
+0176 1fe37e00 rshift pdata ,pdata 
+0177 9842fe00 ixor temp ,pdata 
+0178 2feffe02 isolate1 nesn ,pdata 
+0179 58000000 setarg 0 
+017a 6848cbfd fetcht 1 ,mem_le_retransmit_cnt 
+017b 7920fe00 setflag true ,0 ,pdata 
+017c 98408400 iadd temp ,temp 
+017d 6048cbfd storet 1 ,mem_le_retransmit_cnt 
+017e 20600000 rtn 
+
+p_le_got_first_packet_new:
+017f 6fe08005 fetch 1 ,mem_le_conn_rcv 
+0180 1fe0fe01 increase 1 ,pdata 
+0181 67e08005 store 1 ,mem_le_conn_rcv 
+0182 24368186 nbranch p_le_got_first_packet_new + 7 ,match 
+0183 6fe0cbfa fetch 1 ,mem_le_conn_rcv_new 
+0184 1fe0fe01 increase 1 ,pdata 
+0185 67e0cbfa store 1 ,mem_le_conn_rcv_new 
+0186 6fe08168 fetch 1 ,mem_le_state 
+0187 c3818000 rtnbit1 lestate_got_first_packet 
+0188 79207e03 set1 lestate_got_first_packet ,pdata 
+0189 67e08168 store 1 ,mem_le_state 
+018a 6fe142f5 fetch 2 ,mem_le_init_superto 
+018b 67e10196 store 2 ,mem_le_superto 
+018c 58000000 setarg 0 
+018d 67e2431d store 4 ,mem_le_transmit_window 
+018e 20600000 rtn 
+
+p_le_rx_dec:
+018f 2040281c call le_check_retransmit 
+0190 6a20804d fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0191 1a20a3fc increase -4 ,rega 
+0192 242126fa nbranch le_crc_fail_consecutive ,positive 
+0193 2020268e branch le_rx_dec + 6 
+
+p_le_rx_nopayload:
+0194 09800018 parse demod ,bucket ,24 
+0195 1fef7e00 rshift32 pdata ,pdata 
+0196 1ff17e00 rshift16 pdata ,pdata 
+0197 e7e18005 istore 3 ,contw 
+0198 78287c00 enable swfine 
+0199 2040270d call le_set_until_tx_timer 
+019a 202326f6 branch le_crc_fail ,crc_failed 
+019b c59926af bmark0 mark_ble_encryption ,le_rx_match 
+019c 6fe0804d fetch 1 ,mem_le_rxbuf_data_length 
+019d 203a26af branch le_rx_match ,blank 
+019e 1fe0fffc increase -4 ,pdata 
+019f 67e0804d store 1 ,mem_le_rxbuf_data_length 
+01a0 204072cb call wait_ccm_done 
+01a1 6ff08108 fetch 1 ,core_misc_status 
+01a2 c303a6fa bbit0 7 ,le_crc_fail_consecutive 
+01a3 1800700c force regidx_result ,regext_index 
+01a4 65e20154 storer regext ,4 ,mem_le_peer_mic 
+01a5 202026af branch le_rx_match 
+
+p_le_parse:
+01a6 6fe0c334 fetch 1 ,mem_le_packet_llid 
+01a7 c1000000 rtneq llid_reserved 
+01a8 c001b04a beq llid_le_ll ,le_parse_ll 
+01a9 202028e1 branch le_parse_l2cap 
+
+p_le_init_adv:
+01aa 793f8030 set0 mark_ble_crc_fail ,mark 
+01ab 20202af6 branch le_init_adv + 1 
+
+p_le_adv_not_match:
+01ac 20402152 call shutdown_radio 
+01ad 70890000 jam 0 ,0x8900 
+01ae 793f8030 set0 mark_ble_crc_fail ,mark 
+01af 20202ae3 branch le_adv_not_match + 1 
+
+p_le_parse_l2cap:
+01b0 efe10006 ifetch 2 ,contr 
+01b1 c00201b3 beq le_l2cap_cid_att ,p_le_parse_att 
+01b2 202028eb branch le_parse_l2cap_next + 2 
+
+p_le_parse_att:
+01b3 efe18006 ifetch 3 ,contr 
+01b4 67e1c397 store 3 ,mem_le_att_opcode 
+01b5 c00501b8 beq attop_read_request ,p_le_parse_att_read_request 
+01b6 c00901c7 beq attop_write_request ,p_le_parse_att_write_request 
+01b7 20202b96 branch le_parse_att2 
+
+p_le_parse_att_read_request:
+01b8 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+01b9 c31dad19 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+01ba 20402dc7 call le_check_encrypt_state 
+01bb 68494398 fetcht 2 ,mem_le_att_handle 
+01bc 6fe0c321 fetch 1 ,mem_le_configuration 
+01bd c28181c2 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+
+p_le_send_att_read_response:
+01be 6fe14398 fetch 2 ,mem_le_att_handle 
+01bf c0182e03 beq 0x30 ,le_send_att_error_response_notfound 
+01c0 68494398 fetcht 2 ,mem_le_att_handle 
+01c1 20202d1d branch le_send_att_read_response 
+
+p_le_send_att_read_response_check_auth:
+01c2 6fe14332 fetch 2 ,mem_le_pairing_handle 
+01c3 98467c00 isub temp ,null 
+01c4 242281be nbranch p_le_send_att_read_response ,zero 
+01c5 243401be nbranch p_le_send_att_read_response ,user 
+01c6 20202d46 branch le_send_att_read_response_error_insufficient_auth 
+
+p_le_parse_att_write_request:
+01c7 18c22200 copy contr ,rega 
+01c8 6fe14335 fetch 2 ,mem_le_l2cap_size 
+01c9 1fe0a5fd add pdata ,-3 ,regb 
+01ca 20402929 call le_writeatt_cb 
+01cb 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+01cc c07fadac beq 0xff ,le_send_att_write_response_check_auth 
+01cd 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+01ce 203a2dac branch le_send_att_write_response_check_auth ,blank 
+01cf 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+01d0 c280adac bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+01d1 5800001a setarg 0x001a 
+01d2 68494398 fetcht 2 ,mem_le_att_handle 
+01d3 98467c00 isub temp ,null 
+01d4 2422adac nbranch le_send_att_write_response_check_auth ,zero 
+01d5 20202d46 branch le_send_att_read_response_error_insufficient_auth 
+
+p_mouse_le:
+01d6 20402a28 call le_fifo_check_nearly_full 
+01d7 247a0000 nrtn blank 
+01d8 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+01d9 c07f81e1 beq 0xff ,p_mouse_le_next 
+01da 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+01db 1fe17e03 and pdata ,0x03 ,pdata 
+01dc c1818000 rtnne 0x03 
+01dd 6fe0cbfc fetch 1 ,mem_le_check_retransmit_flag 
+01de 207a0000 rtn blank 
+01df 6fe0cbfe fetch 1 ,mem_le_check_retransmit_discon_flag 
+01e0 247a0000 nrtn blank 
+
+p_mouse_le_next:
+01e1 6fe0c956 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+01e2 205a5a71 call mouse_clear_sensor_data_by_reset ,blank 
+01e3 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+01e4 c280db5b bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+01e5 c2805b5b bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+01e6 c282db5b bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+01e7 c2835b5b bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+01e8 20405601 call mouse_motion 
+01e9 20405ab2 call mouse_check_125hz 
+01ea 24740000 nrtn user 
+01eb 20405abc call mouse_current_mult_update 
+01ec 204003e7 call p_mouse_data_xy_release 
+01ed 20205b37 branch mouse_le_next + 12 
+
+p_gpio_set_wake:
+01ee 18467cff sub temp ,ui_button_gpio_disable ,null 
+01ef 20628000 rtn zero 
+01f0 d9000004 arg 4 ,debug 
+01f1 284ffe07 isolate1 gpio_active_bit ,temp 
+01f2 2020eebd branch gpio_set_wake_high ,true 
+01f3 d9000003 arg 3 ,debug 
+01f4 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_wake_by_current_state:
+01f5 18467cff sub temp ,gpio_disable ,null 
+01f6 20628000 rtn zero 
+01f7 6048cb1e storet 1 ,mem_mouse_wheel_temp_gpio 
+01f8 20406ee6 call gpio_get_bit 
+01f9 202081fe branch p_gpio_set_qdec_mode ,true 
+
+p_gpio_set_low_wake_disable_qdec:
+01fa 6848cb1e fetcht 1 ,mem_mouse_wheel_temp_gpio 
+01fb 20406f0f call gpio_set_high_impedance 
+01fc 6848cb1e fetcht 1 ,mem_mouse_wheel_temp_gpio 
+01fd 20200205 branch p_gpio_set_low_wake 
+
+p_gpio_set_qdec_mode:
+01fe 704b1d01 jam 1 ,mem_mouse_qdec_set_flag 
+01ff 6848cb1e fetcht 1 ,mem_mouse_wheel_temp_gpio 
+0200 20406f0f call gpio_set_high_impedance 
+0201 6848cb1e fetcht 1 ,mem_mouse_wheel_temp_gpio 
+0202 20200203 branch p_mouse_qdec_lpm_cfg 
+
+p_mouse_qdec_lpm_cfg:
+0203 d9000006 arg 6 ,debug 
+0204 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_low_wake:
+0205 d9000003 arg 3 ,debug 
+0206 20206ebd branch gpio_set_wake_high 
+
+p_mouse_puchk_disable:
+0207 58000010 setarg 0x10 
+
+p_mouse_puchk_set:
+0208 67f08141 store 1 ,core_puwakeup 
+0209 37d98200 until null ,lpo_edge 
+020a 20600000 rtn 
+
+p_mouse_puchk_enable:
+020b 58000080 setarg 0x80 
+020c 20200208 branch p_mouse_puchk_set 
+
+p_mouse_lpm_before_common:
+020d 204003a3 call p_clear_wake 
+020e 704b1d00 jam 0 ,mem_mouse_qdec_set_flag 
+020f 2040550d call mouse_lpm_before_common + 1 
+0210 204054f9 call mouse_gpio_pd_idle 
+0211 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+0212 20206ed3 branch gpio_clr_wake 
+
+p_lpm_sleep:
+0213 6fe143e9 fetch 2 ,mem_cb_before_lpm_sleep 
+0214 20407d79 call callback_func 
+0215 58000012 setarg 0x12 
+0216 20400079 call p_set_xtal_cap_next 
+
+p_lpm_sleep_skip_cb_function:
+0217 6fe240ad fetch 4 ,mem_sleep_counter_all 
+0218 9840fe00 iadd temp ,pdata 
+0219 67e240ad store 4 ,mem_sleep_counter_all 
+021a 20400220 call p_lpm_save_context 
+021b 2040021d call p_mouse_puchk_set_check 
+021c 20202425 branch lpm_sleep_skip_cb_function + 4 
+
+p_mouse_puchk_set_check:
+021d 6fe0cb1d fetch 1 ,mem_mouse_qdec_set_flag 
+021e 203a0207 branch p_mouse_puchk_disable ,blank 
+021f 2020020b branch p_mouse_puchk_enable 
+
+p_lpm_save_context:
+0220 600440e7 storer mark ,8 ,mem_saved_mark 
+0221 d8c08070 arg core_gpio_conf ,contr 
+0222 d8a040cc arg mem_saved_gpio ,contw 
+0223 20407c8f call memcpy16 
+0224 d8c080d4 arg core_gpio_conf_hi ,contr 
+0225 20407c89 call memcpy8 
+0226 6ff08080 fetch 1 ,core_spid_ctrl 
+0227 67e0c0ef store 1 ,mem_saved_spidctrl 
+0228 18422400 copy temp ,regb 
+
+p_lpm_write_gpio_wakeup:
+0229 df20000c arg 12 ,loopcnt 
+022a da200016 arg mem_gpio_wakeup_cfg ,rega 
+022b da60814d arg core_gpio_wakeup_cfg ,regc 
+022c 37d98200 until null ,lpo_edge 
+
+p_lpm_write_gpio_loop:
+022d efe08011 ifetch 1 ,rega 
+022e e8408013 ifetcht 1 ,regc 
+022f 98467c00 isub temp ,null 
+0230 20228233 branch p_lpm_write_gpio_loop_next ,zero 
+0231 e7e08013 istore 1 ,regc 
+0232 37d98200 until null ,lpo_edge 
+
+p_lpm_write_gpio_loop_next:
+0233 1a20a201 increase 1 ,rega 
+0234 1a60a601 increase 1 ,regc 
+0235 c200022d loop p_lpm_write_gpio_loop 
+0236 1a420400 copy regb ,temp 
+0237 20600000 rtn 
+
+p_otp_read_data:
+0238 20406b3a call enable_otp_read 
+0239 20406b75 call otp_read_data + 1 
+023a 20206b38 branch otp_disable_chgpump 
+
+p_g24_reconn_dispatch:
+023b 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+023c d84001f8 arg 0x01f8 ,temp 
+023d 98417e00 iand temp ,pdata 
+023e 203a0243 branch p_g24_reconn_dispatch_next ,blank 
+023f 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+0240 1fe0fe01 increase 1 ,pdata 
+0241 67e145e0 store 2 ,mem_24g_reconn_count 
+0242 20600000 rtn 
+
+p_g24_reconn_dispatch_next:
+0243 2040357f call g24_reconn_data_prep 
+0244 20403651 call g24_transmit_receive_ack 
+0245 242c3586 nbranch g24_reconn_device_fail ,sync 
+0246 2437b586 nbranch g24_reconn_device_fail ,user3 
+0247 2040366e call g24_ackpayload_parse 
+0248 6fe0c57d fetch 1 ,mem_24g_rxdata_length 
+0249 203a0252 branch p_recv_addr_zero_skip ,blank 
+
+p_g24_reconn_dispatch_next_2:
+024a 6fe245cc fetch 4 ,mem_24g_pair_addr 
+024b 684a458f fetcht 4 ,mem_24g_addr 
+024c 98467c00 isub temp ,null 
+024d 2022824f branch p_g24_reconn_mode_judge ,zero 
+024e 2020356e branch g24_reconn_dispatch_next + 9 
+
+p_g24_reconn_mode_judge:
+024f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0250 c2983291 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
+0251 20203549 branch g24_reconn_receiver_addr 
+
+p_recv_addr_zero_skip:
+0252 6fe2455f fetch 4 ,mem_24g_rxpayload + 2 
+0253 207a0000 rtn blank 
+0254 2020024a branch p_g24_reconn_dispatch_next_2 
+
+p_mouse_param_init:
+0255 2040543b call mouse_param_common_init 
+0256 20400258 call p_mouse_le_buff_modify 
+0257 2020544c branch mouse_param_init + 2 
+
+p_mouse_le_buff_modify:
+0258 58004a1d setarg mem_le_tx_buffer0_omemalloc_new 
+0259 67e1433f store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+025a 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
+025b 67e14341 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+025c 20600000 rtn 
+
+p_power_ctrl_start:
+025d 6fe0c437 fetch 1 ,mem_power_ctrl_disable 
+025e 247a0000 nrtn blank 
+025f 6fe144e9 fetch 2 ,mem_ui_state_map 
+0260 c3858000 rtnbit1 ui_state_ble_adv 
+0261 6a2145f0 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0262 204035b4 call rssi_average 
+0263 6048c624 storet 1 ,mem_rssi_avg_received 
+0264 6fe0c629 fetch 1 ,mem_rssi_dis_max_24g 
+0265 c5130267 bmark1 mark_24g ,p_power_ctrl_start_next 
+0266 6fe0c62c fetch 1 ,mem_rssi_dis_max_ble 
+
+p_power_ctrl_start_next:
+0267 98467c00 isub temp ,null 
+0268 24210281 nbranch p_power_ctrl_txpower_incrs_force ,positive 
+0269 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+026a 1fe67c02 sub pdata ,2 ,null 
+026b 2421026f nbranch p_power_ctrl_txpower_decrs_check ,positive 
+026c 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+026d c0000282 beq 0 ,p_power_ctrl_txpower_incrs 
+026e 20600000 rtn 
+
+p_power_ctrl_txpower_decrs_check:
+026f 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0270 6848c627 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0271 98467c00 isub temp ,null 
+0272 24628000 nrtn zero 
+0273 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+p_power_ctrl_txpower_decrs:
+0274 6848c624 fetcht 1 ,mem_rssi_avg_received 
+0275 6fe0c628 fetch 1 ,mem_rssi_dis_min_24g 
+0276 c5130278 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+0277 6fe0c62b fetch 1 ,mem_rssi_dis_min_ble 
+
+p_power_ctrl_txpower_decrs_next:
+0278 98467c00 isub temp ,null 
+0279 24610000 nrtn positive 
+027a 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+027b c0003715 beq 0 ,power_ctrl_decrs_level0 
+027c 1fe0ffff increase -1 ,pdata 
+027d 67e0c625 store 1 ,mem_power_ctrl_level 
+027e c001028a beq 2 ,p_power_ctrl_decrs_level2 
+027f c000b70b beq 1 ,power_ctrl_decrs_level1 
+0280 20203715 branch power_ctrl_decrs_level0 
+
+p_power_ctrl_txpower_incrs_force:
+0281 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+p_power_ctrl_txpower_incrs:
+0282 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+0283 c0018288 beq 3 ,p_power_ctrl_incrs_level3 
+0284 1fe0fe01 increase 1 ,pdata 
+0285 67e0c625 store 1 ,mem_power_ctrl_level 
+0286 c000b70b beq 1 ,power_ctrl_incrs_level1 
+0287 c001028a beq 2 ,p_power_ctrl_incrs_level2 
+
+p_power_ctrl_incrs_level3:
+0288 70414105 jam tx_power_5db ,mem_tx_power 
+0289 20600000 rtn 
+
+p_power_ctrl_decrs_level2:
+
+p_power_ctrl_incrs_level2:
+028a 70414103 jam tx_power_3db ,mem_tx_power 
+028b 20600000 rtn 
+
+p_mouse_cb_fuction:
+028c 58006235 setarg mouse_24g_short_sleep 
+028d 67e145f8 store 2 ,mem_cb_24g_transmit_short_sleep 
+028e 5800622b setarg mouse_24g_long_sleep 
+028f 67e145fa store 2 ,mem_cb_24g_transmit_long_sleep 
+0290 5800029e setarg p_mouse_24g_before_lpm_sleep 
+0291 67e143e9 store 2 ,mem_cb_before_lpm_sleep 
+0292 202053f3 branch mouse_cb_fuction + 7 
+
+p_soft_reset:
+0293 2435a002 nbranch soft_reset + 1 ,wake 
+0294 37d98200 until null ,lpo_edge 
+0295 37d98200 until null ,lpo_edge 
+0296 20800000 clear_stack 
+0297 20558299 call p_mouse_wheel_init_set ,wake 
+0298 20202003 branch soft_reset + 2 
+
+p_mouse_wheel_init_set:
+0299 20400207 call p_mouse_puchk_disable 
+029a 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
+029b 20406edd call gpio_config_input 
+029c 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
+029d 20206edd branch gpio_config_input 
+
+p_mouse_24g_before_lpm_sleep:
+029e 20600000 rtn 
+
+p_mouse_load_device_info_check:
+029f 20400376 call p_mouse_store_normal_tx_power 
+02a0 20405d60 call mouse_load_eeprom_info_check 
+
+p_mouse_app_initflag_check:
+02a1 204002ab call p_mouse_load_device_flag_check 
+02a2 6fe1468e fetch 2 ,mem_store_flag 
+02a3 d840aa55 arg eeprom_init_flag ,temp 
+02a4 98467c00 isub temp ,null 
+02a5 202282b0 branch p_mouse_load_device_info ,zero 
+02a6 6049468e storet 2 ,mem_store_flag 
+02a7 20405c9c call mouse_ble_init_address 
+02a8 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
+02a9 67e0c666 store 1 ,mem_device_flag 
+02aa 20205c8c branch mouse_load_default_dpi 
+
+p_mouse_load_device_flag_check:
+02ab 6fe0c666 fetch 1 ,mem_device_flag 
+02ac 1fe67c03 sub pdata ,3 ,null 
+02ad 20610000 rtn positive 
+02ae 70466600 jam mode_24g_device ,mem_device_flag 
+02af 20600000 rtn 
+
+p_mouse_load_device_info:
+02b0 204002b4 call p_mouse_select_reconn_device 
+02b1 20205c90 branch mouse_load_device_info + 1 
+
+p_mouse_buletooth_fast_conn_end:
+02b2 204002b4 call p_mouse_select_reconn_device 
+02b3 20205a9c branch mouse_buletooth_fast_conn_end + 2 
+
+p_mouse_select_reconn_device:
+02b4 6fe0c666 fetch 1 ,mem_device_flag 
+02b5 c1000000 rtneq mode_24g_device 
+02b6 c00082b9 beq mode_bt_device1 ,p_mouse_load_le_device1 
+02b7 c00102be beq mode_bt_device2 ,p_mouse_load_le_device2 
+02b8 20600000 rtn 
+
+p_mouse_load_le_device1:
+02b9 6fe34668 fetch 6 ,mem_device1_addr 
+02ba 67e34116 store 6 ,mem_hci_plap 
+02bb 6fe3466e fetch 6 ,mem_device1_locall_addr 
+02bc 67e342db store 6 ,mem_le_lap 
+02bd 20600000 rtn 
+
+p_mouse_load_le_device2:
+02be 6fe34675 fetch 6 ,mem_device2_addr 
+02bf 67e34116 store 6 ,mem_hci_plap 
+02c0 6fe3467b fetch 6 ,mem_device2_locall_addr 
+02c1 67e342db store 6 ,mem_le_lap 
+02c2 20600000 rtn 
+
+p_mouse_store_remote_bdaddr:
+02c3 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02c4 c4010000 rtnbit0 mouse_store_eeprom_flag 
+02c5 d8e00002 arg mouse_store_eeprom_flag ,queue 
+02c6 20405f04 call mouse_disable_function_flag 
+02c7 20405c4a call mouse_check_device_addr 
+02c8 204002ca call p_mouse_before_store_reconn_info 
+02c9 20205ca3 branch mouse_store_device_info_delay 
+
+p_mouse_before_store_reconn_info:
+02ca 6fe0c666 fetch 1 ,mem_device_flag 
+02cb c00082ce beq mode_bt_device1 ,p_mouse_store_le_device1 
+02cc c00102d3 beq mode_bt_device2 ,p_mouse_store_le_device2 
+02cd 20600000 rtn 
+
+p_mouse_store_le_device1:
+02ce 6fe30178 fetch 6 ,mem_le_plap 
+02cf 67e34668 store 6 ,mem_device1_addr 
+02d0 6fe342db fetch 6 ,mem_le_lap 
+02d1 67e3466e store 6 ,mem_device1_locall_addr 
+02d2 20600000 rtn 
+
+p_mouse_store_le_device2:
+02d3 6fe30178 fetch 6 ,mem_le_plap 
+02d4 67e34675 store 6 ,mem_device2_addr 
+02d5 6fe342db fetch 6 ,mem_le_lap 
+02d6 67e3467b store 6 ,mem_device2_locall_addr 
+02d7 20600000 rtn 
+
+p_mouse_bb_event_timer:
+02d8 204002ee call p_mouse_le_send_conn_param_update_timer 
+02d9 2040614d call mouse_low_voltage_led_timer 
+02da 2040553d call mouse_adc_read 
+02db 20406110 call mouse_logo_led_on_timer 
+02dc 204061b1 call mouse_led_multi_timer 
+02dd 2040611e call mouse_dpi_led_blink_delay_timer 
+02de 2040328e call g24_pair_timeout_timer 
+02df 20403531 call g24_reconn_timeout_timer 
+02e0 20405fdd call mouse_24g_long_sleep_param_update_timer 
+02e1 2040572c call mouse_dpi_key_check_long_press 
+02e2 20405b9b call mouse_bt_discovery_check 
+02e3 20405bab call mouse_commbination_key_process 
+02e4 20405bce call mouse_check_discovery_timeout_timer 
+02e5 20405bd3 call mouse_check_direct_timeout_timer 
+02e6 20405be1 call mouse_le_enable_att_list_timer 
+02e7 20405bee call mouse_le_battery_updata_timer 
+02e8 20405be4 call mouse_le_send_smp_security_request_timer 
+02e9 20405bfb call mouse_check_reconnect_delay_long_sleep 
+02ea 204002f1 call p_mouse_current_mult_update_timer 
+02eb 204056b6 call mouse_wheel_trigger_timer 
+02ec 20405c0e call mouse_store_information_delay_timer 
+02ed 20205c05 branch mouse_check_no_data_timeout_timer 
+
+p_mouse_le_send_conn_param_update_timer:
+02ee da604a05 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+02ef da405aef arg mouse_updata_le_param ,regb 
+02f0 202042e0 branch timer_single_step 
+
+p_mouse_current_mult_update_timer:
+02f1 da60477e arg mem_mouse_current_mult_timer ,regc 
+02f2 da4002f4 arg p_mouse_current_mult_reinit ,regb 
+02f3 202042e0 branch timer_single_step 
+
+p_mouse_current_mult_reinit:
+02f4 6fe0c96b fetch 1 ,mem_lpm_mult_init 
+02f5 67e0c0c0 store 1 ,mem_lpm_mult 
+02f6 70477d03 jam 3 ,mem_mouse_long_mult_flag 
+02f7 20600000 rtn 
+
+p_mouse_start_discovery:
+02f8 204059ed call mouse_sensor_powerdown 
+02f9 20205c1b branch mouse_start_discovery + 1 
+
+p_mouse_priority_bb_event:
+02fa 1a627e00 copy regc ,pdata 
+02fb c020030f beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+02fc c00a8314 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+02fd c0190306 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+02fe c01e0332 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+02ff c01c8343 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0300 c01d0346 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0301 c00a0303 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0302 20205ac3 branch mouse_priority_bb_event + 2 
+
+p_mouse_le_bb_event_connected:
+0303 58000000 setarg 0 
+0304 67e24bfb store 4 ,mem_le_conn_first_rcv 
+0305 20205ad0 branch mouse_le_bb_event_connected 
+
+p_mouse_le_ll_start_encryt:
+0306 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+0307 c000830a beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0308 70484414 jam 20 ,mem_le_start_encrypt_timer 
+0309 2020030c branch p_mouse_le_ll_reconn_start_encryt_new 
+
+p_mouse_le_ll_reconn_start_encryt:
+030a 20405aef call mouse_updata_le_param 
+030b 70484405 jam 5 ,mem_le_start_encrypt_timer 
+
+p_mouse_le_ll_reconn_start_encryt_new:
+030c 6fe0cbfa fetch 1 ,mem_le_conn_rcv_new 
+030d 67e0cbfb store 1 ,mem_le_conn_first_rcv 
+030e 20205af6 branch mouse_le_ll_enable_start_enc_flag 
+
+p_mouse_le_conn_param_update_rsp_recieved:
+030f 6fe0ca04 fetch 1 ,mem_mouse_le_send_conn_param_update 
+0310 247a0000 nrtn blank 
+0311 704a0401 jam 1 ,mem_mouse_le_send_conn_param_update 
+0312 704a051e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0313 20600000 rtn 
+
+p_mouse_le_bb_disconnected:
+0314 58000000 setarg 0 
+0315 67e0ca04 store 1 ,mem_mouse_le_send_conn_param_update 
+0316 67e0ca05 store 1 ,mem_mouse_le_send_conn_param_update_timer 
+0317 58000000 setarg 0 
+0318 67e147c0 store 2 ,mem_le_battery_level_updata_timer 
+0319 70479400 jam 0 ,mem_mouse_le_bb_connected_flag 
+031a d8400006 arg le_interval_7_5ms ,temp 
+031b 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+031c c28d831e bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
+031d d8400007 arg le_interval_8_75ms ,temp 
+
+p_mouse_le_bb_disconnected_next:
+031e 604942d3 storet 2 ,mem_le_interval_min 
+031f 604942d5 storet 2 ,mem_le_interval_min + 2 
+0320 7047c200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0321 70495600 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0322 204029cb call le_clr_config_more_data 
+0323 20200324 branch p_mouse_bb_disconnected 
+
+p_mouse_bb_disconnected:
+0324 20405b7b call mouse_bb_discon_clear_stack 
+0325 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0326 c2838329 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0327 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0328 20205c1a branch mouse_start_discovery 
+
+p_mouse4_0_event_bb_disconn:
+0329 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+032a c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+032b 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+032c 1fe17e03 and pdata ,0x03 ,pdata 
+032d 20405b21 call mouse_le_clean_connect_flag 
+032e c081d4a9 bne 0x03 ,mouse_start_reconnect 
+032f 6fe0cbfe fetch 1 ,mem_le_check_retransmit_discon_flag 
+0330 243a54a9 nbranch mouse_start_reconnect ,blank 
+0331 202054cd branch mouse_app_enter_hibernate 
+
+p_mouse_24g_attempt_success:
+0332 6fe2458f fetch 4 ,mem_24g_addr 
+0333 67e245e8 store 4 ,mem_24g_receiver_addr 
+0334 67e24691 store 4 ,mem_mouse_24g_addr 
+0335 2040355a call g24_ch_syncword_crc8_init 
+0336 20405c0b call mouse_no_data_timer_init 
+0337 2040618e call mouse_device_poweron_led_config 
+0338 20405a73 call mouse_init_sensor_reset 
+0339 70477d00 jam 0 ,mem_mouse_long_mult_flag 
+033a 7045fc00 jam 0 ,mem_24g_conn_sm 
+033b 7045e200 jam 0 ,mem_24g_reconn_type 
+033c 6fe245e8 fetch 4 ,mem_24g_receiver_addr 
+033d 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+033e 98467c00 isub temp ,null 
+033f 20628000 rtn zero 
+0340 20406016 call mouse_soft_agc_disable 
+0341 20400379 call p_mouse_fetch_normal_tx_power 
+0342 20206042 branch mouse_24g_first_store_reconn_info 
+
+p_mouse_24g_pairing_complete:
+0343 20406016 call mouse_soft_agc_disable 
+0344 20400379 call p_mouse_fetch_normal_tx_power 
+0345 20206084 branch mouse_24g_pairing_complete 
+
+p_mouse_24g_attempt_fail:
+0346 20406016 call mouse_soft_agc_disable 
+0347 20400379 call p_mouse_fetch_normal_tx_power 
+0348 6fe0c87a fetch 1 ,mem_mouse_dpi_button_state 
+0349 c1008000 rtneq dpi_button_state_down 
+034a 6fe0c600 fetch 1 ,mem_24g_attempt_fail_flag 
+034b 243a03a9 nbranch p_mouse_24g_hibernate_set ,blank 
+034c 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
+034d c0020351 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+034e c000e05f beq fast_conn_and_receiver ,mouse_24g_fast_conn_attempt_fail 
+034f c0018358 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+0350 20206055 branch mouse_24g_attempt_fail + 2 
+
+p_mouse_24g_auto_pair_attempt_fail:
+0351 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0352 c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0353 6fe0c71b fetch 1 ,mem_device_number 
+0354 c000e059 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+
+p_mouse_24g_first_bluetooth_reconnect:
+0355 20406018 call mouse_24g_stop 
+0356 70466601 jam mode_bt_device1 ,mem_device_flag 
+0357 202054a0 branch mouse_start_reconnect_device 
+
+p_mouse_reconn_dongle_attempt_fail:
+0358 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0359 c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+035a c289e059 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+035b c2896059 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+035c 20206034 branch mouse_24g_start_auto_pair 
+
+p_mouse_start_work:
+035d 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+035e c29f0362 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
+035f 6fe0c666 fetch 1 ,mem_device_flag 
+0360 c0000369 beq mode_24g_device ,p_mouse_24g_start_mode 
+0361 20205491 branch mouse_le_fast_conn_judge 
+
+p_mouse_24g_first_start_auto_pair_mode:
+0362 204054ac call mouse_wakeup_from_power_check 
+0363 20340365 branch p_mouse_24g_first_start_reconn ,user 
+0364 2020602f branch mouse_24g_reconn_general_dongle 
+
+p_mouse_24g_first_start_reconn:
+0365 6fe0c666 fetch 1 ,mem_device_flag 
+0366 c0006067 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0367 20405aa8 call mouse_bluetooth_fast_conn_disable 
+0368 20200355 branch p_mouse_24g_first_bluetooth_reconnect 
+
+p_mouse_24g_start_mode:
+0369 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+036a c308e02a bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+036b 20406195 call mouse_device_24g_pair_led_config 
+036c 204054ac call mouse_wakeup_from_power_check 
+036d 20346067 branch mouse_24g_reconn_dongle_start ,user 
+036e 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+036f c2980371 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+0370 20206023 branch mouse_24g_start_mode + 7 
+
+p_mouse_24g_reconn_general_dongle:
+0371 70466600 jam mode_24g_device ,mem_device_flag 
+0372 6fe14721 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0373 67e145de store 2 ,mem_24g_reconn_timeout 
+0374 7045e201 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+0375 20203534 branch g24_reconn_start 
+
+p_mouse_store_normal_tx_power:
+0376 6fe0c141 fetch 1 ,mem_tx_power 
+0377 67e0ca07 store 1 ,mem_normal_tx_power 
+0378 20600000 rtn 
+
+p_mouse_fetch_normal_tx_power:
+0379 6fe0ca07 fetch 1 ,mem_normal_tx_power 
+037a 67e0c141 store 1 ,mem_tx_power 
+037b 20600000 rtn 
+
+p_mouse_idle:
+037c 2040620e call mouse_low_voltage_led_no_enter_lpm 
+037d 204078aa call ui_check_paring_button 
+037e 20400380 call p_mouse_dpi_check 
+037f 20205e61 branch mouse_idle + 4 
+
+p_mouse_dpi_check:
+0380 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+0381 c17f8000 rtneq gpio_disable 
+0382 da200000 arg 0 ,rega 
+0383 70497705 jam mouse_dpi_key ,mem_mouse_key_temp 
+0384 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+0385 20400387 call p_mouse_dpi_key_check 
+0386 202056c1 branch mouse_dpi_check_next 
+
+p_mouse_dpi_key_check:
+0387 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0388 c295d6de bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0389 6fe0c974 fetch 1 ,mem_mouse_dpikey_press_status 
+038a 1fe22600 copy pdata ,regc 
+038b 6fe0c654 fetch 1 ,mem_matrix_public_gpio 
+038c c07f838e beq gpio_disable ,p_mouse_3io6key_dpi_check 
+038d 202056ce branch mouse_dpi_key_check_next 
+
+p_mouse_3io6key_dpi_check:
+038e 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+038f 20405946 call mouse_gpio_config_output_low 
+0390 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+0391 20200392 branch p_mouse_3io6key_check 
+
+p_mouse_3io6key_check:
+0392 1a627e00 copy regc ,pdata 
+0393 67e0c978 store 1 ,mem_mouse_key_status 
+0394 1fe3fe00 lshift pdata ,pdata 
+0395 1fe22400 copy pdata ,regb 
+0396 18422600 copy temp ,regc 
+0397 204055b1 call mouse_gpio_config_input_pd 
+0398 1a620400 copy regc ,temp 
+0399 20406ee6 call gpio_get_bit 
+039a 7d20a400 nsetflag true ,0 ,regb 
+039b 2040593d call mouse_check_press 
+039c 20205929 branch mouse_check_key_connect_gnd_1 
+
+p_g24_short_sleep:
+039d 204036b4 call g24_lpm_wait 
+039e 24740000 nrtn user 
+039f 204036be call g24_setgpio_lpm_before 
+03a0 204003a3 call p_clear_wake 
+03a1 6fe1c608 fetch 3 ,mem_24g_short_sleep_set 
+03a2 20203622 branch g24_long_seep2 
+
+p_clear_wake:
+03a3 58000000 setarg 0 
+03a4 79207e15 set1 21 ,pdata 
+03a5 67e40016 store 8 ,mem_gpio_wakeup_cfg 
+03a6 58000000 setarg 0 
+03a7 67e2001e store 4 ,mem_gpio_wakeup_cfg + 8 
+03a8 20600000 rtn 
+
+p_mouse_24g_hibernate_set:
+03a9 70460000 jam 0 ,mem_24g_attempt_fail_flag 
+03aa 20403647 call g24_transmit_next_packet 
+03ab 5fffffff setarg -1 
+03ac 67e245af store 4 ,mem_24g_enter_hibernate 
+03ad 58000000 setarg 0 
+03ae 67e3c846 store 7 ,mem_mouse_key 
+03af 70473f01 jam 1 ,mem_sensor_shutdown_flag 
+03b0 204059ed call mouse_sensor_powerdown 
+03b1 2020622b branch mouse_24g_long_sleep 
+
+p_mouse_setgpio_hibernate:
+03b2 20405a92 call mouse_set_sdio_high 
+03b3 204003a3 call p_clear_wake 
+03b4 204056a9 call mouse_before_hibernate_wheel_gpio_set 
+03b5 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+03b6 20406ef7 call gpio_out_active 
+03b7 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+03b8 20406ed3 call gpio_clr_wake 
+03b9 6fe0c64d fetch 1 ,mem_mouse_sensor_sdio_gpio 
+03ba 20405943 call mouse_gpio_config_output_high 
+03bb 6848c65a fetcht 1 ,mem_device_switch_gpio 
+03bc 204055ab call mouse_gpio_set_pupd_by_input 
+03bd 2040611a call mouse_logo_led_off 
+03be 2040550c call mouse_lpm_before_common 
+03bf 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
+03c0 20406f0f call gpio_set_high_impedance 
+03c1 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
+03c2 20406f0f call gpio_set_high_impedance 
+03c3 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+03c4 204055b5 call mouse_gpio_config_input_pu 
+03c5 204003cb call p_mouse_gpio_set_high_impedance 
+03c6 204054e5 call mouse_setgpio_hibernate_next 
+03c7 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+03c8 20406ed3 call gpio_clr_wake 
+03c9 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+03ca 20206ef7 branch gpio_out_active 
+
+p_mouse_gpio_set_high_impedance:
+03cb 6fe1c73c fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+03cc 67e18670 store 3 ,mem_pdatatemp 
+03cd df200018 arg 24 ,loopcnt 
+03ce d8400000 arg 0 ,temp 
+
+p_mouse_gpio_set_high_impedance_bit_loop:
+03cf 6fe18670 fetch 3 ,mem_pdatatemp 
+03d0 2feffe00 isolate1 0 ,pdata 
+03d1 204083d8 call p_gpio_set_analog ,true 
+03d2 6fe18670 fetch 3 ,mem_pdatatemp 
+03d3 1fe37e00 rshift pdata ,pdata 
+03d4 67e18670 store 3 ,mem_pdatatemp 
+03d5 18408401 increase 1 ,temp 
+03d6 c20003cf loop p_mouse_gpio_set_high_impedance_bit_loop 
+03d7 20600000 rtn 
+
+p_gpio_set_analog:
+03d8 18467cff sub temp ,ui_button_gpio_disable ,null 
+03d9 20628000 rtn zero 
+03da 20206f0b branch gpio_set_analog 
+
+p_mouse_24g_package_data:
+03db c6930000 rtnmark0 mark_24g 
+03dc 20405601 call mouse_motion 
+03dd 24740000 nrtn user 
+03de 6fe0c77c fetch 1 ,mem_mouse_24g_long_sleep_flag 
+03df 70477c00 jam 0 ,mem_mouse_24g_long_sleep_flag 
+03e0 245a03f0 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+03e1 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03e2 c30b03e5 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+03e3 6fe0c96c fetch 1 ,mem_customer_key 
+03e4 243a60b6 nbranch mouse_24g_keyboard_package_data ,blank 
+
+p_mouse_24g_mouse_package_data:
+03e5 204003e7 call p_mouse_data_xy_release 
+03e6 202060a2 branch mouse_24g_mouse_package_data + 1 
+
+p_mouse_data_xy_release:
+03e7 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+03e8 c1ff8000 rtnne gpio_disable 
+03e9 6fe0c77d fetch 1 ,mem_mouse_long_mult_flag 
+03ea 207a0000 rtn blank 
+03eb 1fe0ffff increase -1 ,pdata 
+03ec 67e0c77d store 1 ,mem_mouse_long_mult_flag 
+03ed 58000000 setarg 0 
+03ee 67e24847 store 4 ,mem_mouse_x 
+03ef 20205a73 branch mouse_init_sensor_reset 
+
+p_mouse_24g_short_sleep_clear_wake:
+03f0 204003a3 call p_clear_wake 
+03f1 20200229 branch p_lpm_write_gpio_wakeup 
+
+p_mouse_check_select_device_by_switch:
+03f2 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03f3 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+03f4 c31fdeb9 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
+
+p_mouse_switch_gpio_connect_vin:
+03f5 6848c65a fetcht 1 ,mem_device_switch_gpio 
+03f6 20406ef7 call gpio_out_active 
+03f7 6848c65a fetcht 1 ,mem_device_switch_gpio 
+03f8 204055b1 call mouse_gpio_config_input_pd 
+03f9 6848c65a fetcht 1 ,mem_device_switch_gpio 
+03fa 20406ee6 call gpio_get_bit 
+03fb 2420dec2 nbranch mouse_check_select_24g_device ,true 
+03fc 20205ebe branch mouse_select_btdevice 
+
+p_mouse_init_sensor:
+03fd 20405958 call mouse_read_sensor_id 
+03fe c018040c beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+03ff c018d9c6 beq p3065_id1 ,mouse_init_p3065 
+0400 c02c0404 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
+0401 20405955 call mouse_twspi_reset 
+0402 20001af4 nop 6900 
+0403 2020594d branch mouse_init_sensor 
+
+p_mouse_ka8g2_id2_judge:
+0404 204059e7 call mouse_sensor_poweron 
+0405 6fe0c85a fetch 1 ,mem_sensor_id2 
+0406 c02b8410 beq ka5857_id2 ,p_mouse_ka5857_init_param 
+0407 c02c8409 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
+0408 2020595f branch mouse_init_p32xx_id2_judge 
+
+p_mouse_ka8g2_init_param:
+0409 7049570b jam ka8g2 ,mem_config_sensor_type 
+040a da604a0b arg mem_sensor_ka8g2_init_new ,regc 
+040b 20205995 branch mouse_sensor_wr_seq 
+
+p_mouse_init_p32xx_id2_judge:
+040c 6fe0c85a fetch 1 ,mem_sensor_id2 
+040d 1fe17ef0 and_into 0xf0 ,pdata 
+040e c0600413 beq p3204_tjdm_id2 ,p_mouse_p3204_tjdm_init_param 
+040f 2020595f branch mouse_init_p32xx_id2_judge 
+
+p_mouse_ka5857_init_param:
+0410 7049570d jam ka5857 ,mem_config_sensor_type 
+0411 da604bff arg mem_sensor_ka5857_init ,regc 
+0412 20205995 branch mouse_sensor_wr_seq 
+
+p_mouse_p3204_tjdm_init_param:
+0413 58000049 setarg 0x49 
+0414 204069e5 call twspi_read 
+0415 c050d96c beq 0xa1 ,mouse_s201x_init_param 
+0416 70495704 jam p3065_xy ,mem_config_sensor_type 
+0417 20600000 rtn 
+
+p_mouse_dpi_process:
+0418 20405728 call mouse_dpi_ghost_check 
+0419 20740000 rtn user 
+041a 6fe0c690 fetch 1 ,mem_mouse_dpi 
+041b 1fe20400 copy pdata ,temp 
+041c 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+041d c28bd704 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
+041e 6fe0c957 fetch 1 ,mem_config_sensor_type 
+041f c0068425 beq ka5857 ,p_mouse_dpi_process_5_level 
+0420 c001842a beq p3212 ,p_mouse_dpi_process_4_level 
+0421 18427e00 copy temp ,pdata 
+0422 1fe0fe01 increase 1 ,pdata 
+0423 1fe17e03 and pdata ,0x03 ,pdata 
+0424 20205701 branch mouse_dpi_level_store 
+
+p_mouse_dpi_process_5_level:
+0425 18427e00 copy temp ,pdata 
+0426 1fe0fe01 increase 1 ,pdata 
+0427 1fe67c04 sub pdata ,4 ,null 
+0428 2441042f ncall p_mouse_dpi_init ,positive 
+0429 20205701 branch mouse_dpi_level_store 
+
+p_mouse_dpi_process_4_level:
+042a 18427e00 copy temp ,pdata 
+042b 1fe0fe01 increase 1 ,pdata 
+042c 1fe17e03 and pdata ,0x03 ,pdata 
+042d 2441042f ncall p_mouse_dpi_init ,positive 
+042e 20205701 branch mouse_dpi_level_store 
+
+p_mouse_dpi_init:
+042f 58000000 setarg 0 
+0430 20600000 rtn 
+
+p_mouse_setting_dpi_4_level:
+0431 6fe0c957 fetch 1 ,mem_config_sensor_type 
+0432 c1068000 rtneq ka5857 
+0433 c1018000 rtneq p3212 
+0434 2020573e branch mouse_setting_dpi_4_level 
+
+p_mouse_setting_dpi:
+0435 20400431 call p_mouse_setting_dpi_4_level 
+0436 2040613a call mouse_dpi_led_blink_delay 
+
+p_mouse_setting_sensor_type:
+0437 6fe0c957 fetch 1 ,mem_config_sensor_type 
+0438 c006d785 beq ka5857 ,mouse_seting_3212_dpi 
+0439 c0060440 beq s201x ,p_mouse_seting_s201_dpi 
+043a 20205749 branch mouse_setting_sensor_type + 2 
+
+p_mouse_check_sensor_data:
+043b 6fe0c420 fetch 1 ,mem_spi_write_flash_sm 
+043c c1800000 rtnne flash_sm_no_buys 
+043d 6fe0c957 fetch 1 ,mem_config_sensor_type 
+043e c0058445 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
+043f 202059f8 branch mouse_check_sensor_data + 2 
+
+p_mouse_seting_s201_dpi:
+0440 6fe0c690 fetch 1 ,mem_mouse_dpi 
+0441 c000576f beq mouse_dpi_level1 ,mouse_set_s201_dpi_0 
+0442 c000d772 beq mouse_dpi_level2 ,mouse_set_s201_dpi_1 
+0443 c001577b beq mouse_dpi_level3 ,mouse_set_s201_dpi_4 
+0444 2020576f branch mouse_set_s201_dpi_0 
+
+p_mouse_pka8g2_sensor_motion:
+0445 20405a6d call mouse_clear_sensor_data 
+0446 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+0447 c07f844b beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
+0448 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+0449 20406ee6 call gpio_get_bit 
+044a 24608000 nrtn true 
+
+p_mouse_pka8g2_sensor_motion_1:
+044b 58000000 setarg pan_reg_pid_l 
+044c 204069e5 call twspi_read 
+044d c0ac5955 bne pka8g2_id1 ,mouse_twspi_reset 
+044e 20205a2f branch mouse_p3212_sensor_motion_2 
+
+p_mouse_motion:
+044f 78547c00 disable user 
+0450 58000000 setarg 0 
+0451 67e34847 store 6 ,mem_mouse_x 
+0452 2040043b call p_mouse_check_sensor_data 
+0453 20205606 branch mouse_motion + 5 
+
Index: output/ramcode.rom
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/ramcode.rom	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/ramcode.rom	(working copy)
@@ -0,0 +1,1108 @@
+c2840027
+c0000293
+c0010036
+c008003f
+c0088041
+c00a013f
+c00a80c1
+c00c00e1
+c00c80e8
+c00d004f
+c0128213
+c034028c
+c034829f
+c0360255
+c037035d
+c03983b2
+c03a020d
+c03d044f
+c03d8418
+c03e0435
+c03e8437
+c03f8392
+c04083fd
+c04202b2
+c04282fa
+c04301d6
+c04382d8
+c04402f8
+c04502c3
+c04582a1
+c047037c
+c04803f2
+c04a83a9
+c04b03db
+c0628238
+c06a81f5
+c06b01ee
+c06d0128
+2020235a
+c00a0160
+c00d015f
+c012818f
+c0130194
+c01c81a6
+c01d01b0
+c02601ac
+c02681aa
+c048023b
+c04b039d
+c04d00cf
+c04e80d6
+c04f825d
+c17f8000
+2020235a
+20407552
+20407448
+20402a45
+2040202a
+204042ad
+20402018
+2040310f
+2040248c
+20200036
+70890000
+20202153
+708a0f60
+708a10aa
+708a127a
+708a2500
+708a2600
+2000003c
+708a2020
+708a23f5
+708a2412
+708a2410
+2000003c
+708a1260
+708a23dd
+20600000
+7001bb00
+7001bc00
+37d98200
+7089460d
+70896f10
+708a13cd
+708a0610
+708a844a
+708a8540
+708a16fe
+20400095
+204070d7
+37d98200
+70813b5f
+37d98200
+70813c88
+37d98200
+6fe0c099
+c008008a
+6fe0c438
+1fe1fe04
+67f08a02
+70890f01
+708a8024
+708a8162
+58e61212
+67f18a73
+708a8660
+708a8b3b
+2040007c
+70804300
+70804205
+58557474
+67f18968
+7089606e
+204000fb
+20400126
+20400077
+7041480c
+20206f4e
+37d98200
+6fe0c11c
+67f0813a
+37d98200
+20600000
+6fe0c099
+c00c0082
+6fe0c438
+1fe1fe06
+67f08a02
+708a05e0
+708a00d8
+2000003c
+708a01a0
+708a00df
+708a01fa
+20000014
+708a009f
+20600000
+6fe0c438
+1fe1fe06
+67f08a02
+70890f00
+708a8023
+708a81b0
+58e40909
+67f18a73
+708a762a
+70890204
+2020006a
+203580bd
+6fe2020d
+207a0000
+37d98200
+6ff08136
+1fe17ef0
+6848820d
+9841fe00
+1fe0fffd
+67f08136
+37d98200
+6ff08138
+1fe17e07
+6848820e
+18498400
+9841fe00
+67f08138
+37d98200
+6ff08acb
+1fe17ef0
+6848820f
+6048c15b
+9841fe00
+67f08acb
+6fe08210
+67e0c15c
+2feffe03
+6ff08a06
+7920fe07
+67f08a06
+6fe08210
+1fe10407
+18520400
+18438400
+6048c438
+6ff08a02
+1fe17e1f
+9841fe00
+67f08a02
+20600000
+6fe1415b
+207a0000
+67e1020f
+202000a7
+2040686f
+204021ba
+18002a08
+18002a00
+580aaada
+67f18a0f
+708a2540
+708a2610
+2000003c
+708a01fb
+708a25ff
+708a2630
+708a16fe
+202021b4
+6fe0c793
+247a0000
+204000d3
+202060fc
+6fe0c655
+c17f8000
+20205e78
+6848c601
+6fe0c621
+98467c00
+242100db
+20203681
+6fe2458f
+684a45e4
+98467c00
+2022b222
+20400282
+2020369b
+580aaa7e
+67f18a0f
+2000003c
+708a2500
+708a260d
+708a16f6
+20202203
+6fe0c141
+c0032225
+c00500ee
+c04f00f7
+c05500f3
+2020220e
+708a1425
+58a93f3f
+67f18a60
+708a631f
+20600000
+708a1417
+6fe1ca08
+67f18a60
+2020221a
+708a1417
+58250300
+67f18a60
+2020221a
+20758000
+20402160
+d8400027
+2040216f
+204021a6
+708a257f
+708a301a
+708a3178
+708a8fb2
+708ac200
+708ac300
+d8e00006
+20400118
+2a2ffe0d
+2040211d
+2a4ffe0d
+2040211e
+d8e00005
+2040211c
+2040211e
+20400118
+d8a08ac2
+1a31fe00
+20402117
+1a51fe00
+20402117
+18e08fff
+2021010d
+2020214f
+2000003c
+58000f00
+67f10982
+58000ff0
+67f10984
+70898109
+70898103
+70898006
+2000003c
+da200000
+da400000
+df200010
+d8c00f00
+2020212d
+20758000
+20202272
+20758000
+708a0777
+708a08c9
+708a0b01
+6fe0c409
+67f080cd
+20000bb8
+20400138
+708a08c1
+6a40c419
+df200008
+20406f58
+6fe0c419
+67e0c433
+6240c419
+20600000
+7080cc03
+6ff08129
+c3028139
+68590164
+6049440a
+7080cc00
+20600000
+708a8211
+708a8d12
+708a8e0a
+6fe0c099
+c0080158
+58005762
+67f10907
+70890103
+70893003
+c6168000
+70890101
+708a8207
+708a8d44
+708a8e0a
+6fe0c099
+c0080155
+58002bb1
+67f10907
+c6978000
+70893024
+70890105
+20600000
+58004189
+67f10907
+20200151
+58008312
+67f10907
+20200146
+6fe0cbfa
+da600100
+9a60fe00
+20600000
+2020017f
+20400162
+20202563
+6fe0cbfb
+207a0000
+6fe0cbfc
+247a0000
+6848cbfb
+6fe0cbfa
+98467c00
+2441015b
+98467e00
+1fe67c64
+20210174
+6fe0cbfd
+1fe67c14
+24410172
+704bfc01
+20600000
+704bfe01
+2020431f
+6848817f
+6fe0804c
+1fe37e00
+9842fe00
+2feffe02
+58000000
+6848cbfd
+7920fe00
+98408400
+6048cbfd
+20600000
+6fe08005
+1fe0fe01
+67e08005
+24368186
+6fe0cbfa
+1fe0fe01
+67e0cbfa
+6fe08168
+c3818000
+79207e03
+67e08168
+6fe142f5
+67e10196
+58000000
+67e2431d
+20600000
+2040281c
+6a20804d
+1a20a3fc
+242126fa
+2020268e
+09800018
+1fef7e00
+1ff17e00
+e7e18005
+78287c00
+2040270d
+202326f6
+c59926af
+6fe0804d
+203a26af
+1fe0fffc
+67e0804d
+204072cb
+6ff08108
+c303a6fa
+1800700c
+65e20154
+202026af
+6fe0c334
+c1000000
+c001b04a
+202028e1
+793f8030
+20202af6
+20402152
+70890000
+793f8030
+20202ae3
+efe10006
+c00201b3
+202028eb
+efe18006
+67e1c397
+c00501b8
+c00901c7
+20202b96
+6fe44713
+c31dad19
+20402dc7
+68494398
+6fe0c321
+c28181c2
+6fe14398
+c0182e03
+68494398
+20202d1d
+6fe14332
+98467c00
+242281be
+243401be
+20202d46
+18c22200
+6fe14335
+1fe0a5fd
+20402929
+6fe0c78f
+c07fadac
+6fe0c795
+203a2dac
+6fe0c843
+c280adac
+5800001a
+68494398
+98467c00
+2422adac
+20202d46
+20402a28
+247a0000
+6fe0c78f
+c07f81e1
+6fe0c843
+1fe17e03
+c1818000
+6fe0cbfc
+207a0000
+6fe0cbfe
+247a0000
+6fe0c956
+205a5a71
+6fe44713
+c280db5b
+c2805b5b
+c282db5b
+c2835b5b
+20405601
+20405ab2
+24740000
+20405abc
+204003e7
+20205b37
+18467cff
+20628000
+d9000004
+284ffe07
+2020eebd
+d9000003
+20206ebd
+18467cff
+20628000
+6048cb1e
+20406ee6
+202081fe
+6848cb1e
+20406f0f
+6848cb1e
+20200205
+704b1d01
+6848cb1e
+20406f0f
+6848cb1e
+20200203
+d9000006
+20206ebd
+d9000003
+20206ebd
+58000010
+67f08141
+37d98200
+20600000
+58000080
+20200208
+204003a3
+704b1d00
+2040550d
+204054f9
+6848c659
+20206ed3
+6fe143e9
+20407d79
+58000012
+20400079
+6fe240ad
+9840fe00
+67e240ad
+20400220
+2040021d
+20202425
+6fe0cb1d
+203a0207
+2020020b
+600440e7
+d8c08070
+d8a040cc
+20407c8f
+d8c080d4
+20407c89
+6ff08080
+67e0c0ef
+18422400
+df20000c
+da200016
+da60814d
+37d98200
+efe08011
+e8408013
+98467c00
+20228233
+e7e08013
+37d98200
+1a20a201
+1a60a601
+c200022d
+1a420400
+20600000
+20406b3a
+20406b75
+20206b38
+6fe145e0
+d84001f8
+98417e00
+203a0243
+6fe145e0
+1fe0fe01
+67e145e0
+20600000
+2040357f
+20403651
+242c3586
+2437b586
+2040366e
+6fe0c57d
+203a0252
+6fe245cc
+684a458f
+98467c00
+2022824f
+2020356e
+6fe44713
+c2983291
+20203549
+6fe2455f
+207a0000
+2020024a
+2040543b
+20400258
+2020544c
+58004a1d
+67e1433f
+58000020
+67e14341
+20600000
+6fe0c437
+247a0000
+6fe144e9
+c3858000
+6a2145f0
+204035b4
+6048c624
+6fe0c629
+c5130267
+6fe0c62c
+98467c00
+24210281
+6fe0c626
+1fe67c02
+2421026f
+6fe0c626
+c0000282
+20600000
+6fe0c626
+6848c627
+98467c00
+24628000
+70462600
+6848c624
+6fe0c628
+c5130278
+6fe0c62b
+98467c00
+24610000
+6fe0c625
+c0003715
+1fe0ffff
+67e0c625
+c001028a
+c000b70b
+20203715
+70462600
+6fe0c625
+c0018288
+1fe0fe01
+67e0c625
+c000b70b
+c001028a
+70414105
+20600000
+70414103
+20600000
+58006235
+67e145f8
+5800622b
+67e145fa
+5800029e
+67e143e9
+202053f3
+2435a002
+37d98200
+37d98200
+20800000
+20558299
+20202003
+20400207
+6848c64a
+20406edd
+6848c64b
+20206edd
+20600000
+20400376
+20405d60
+204002ab
+6fe1468e
+d840aa55
+98467c00
+202282b0
+6049468e
+20405c9c
+6fe0c9a1
+67e0c666
+20205c8c
+6fe0c666
+1fe67c03
+20610000
+70466600
+20600000
+204002b4
+20205c90
+204002b4
+20205a9c
+6fe0c666
+c1000000
+c00082b9
+c00102be
+20600000
+6fe34668
+67e34116
+6fe3466e
+67e342db
+20600000
+6fe34675
+67e34116
+6fe3467b
+67e342db
+20600000
+6fe44713
+c4010000
+d8e00002
+20405f04
+20405c4a
+204002ca
+20205ca3
+6fe0c666
+c00082ce
+c00102d3
+20600000
+6fe30178
+67e34668
+6fe342db
+67e3466e
+20600000
+6fe30178
+67e34675
+6fe342db
+67e3467b
+20600000
+204002ee
+2040614d
+2040553d
+20406110
+204061b1
+2040611e
+2040328e
+20403531
+20405fdd
+2040572c
+20405b9b
+20405bab
+20405bce
+20405bd3
+20405be1
+20405bee
+20405be4
+20405bfb
+204002f1
+204056b6
+20405c0e
+20205c05
+da604a05
+da405aef
+202042e0
+da60477e
+da4002f4
+202042e0
+6fe0c96b
+67e0c0c0
+70477d03
+20600000
+204059ed
+20205c1b
+1a627e00
+c020030f
+c00a8314
+c0190306
+c01e0332
+c01c8343
+c01d0346
+c00a0303
+20205ac3
+58000000
+67e24bfb
+20205ad0
+6fe0c795
+c000830a
+70484414
+2020030c
+20405aef
+70484405
+6fe0cbfa
+67e0cbfb
+20205af6
+6fe0ca04
+247a0000
+704a0401
+704a051e
+20600000
+58000000
+67e0ca04
+67e0ca05
+58000000
+67e147c0
+70479400
+d8400006
+6fe44713
+c28d831e
+d8400007
+604942d3
+604942d5
+7047c200
+70495600
+204029cb
+20200324
+20405b7b
+6fe143ef
+c2838329
+c28042fc
+20205c1a
+6fe143ef
+c28042fc
+6fe0c843
+1fe17e03
+20405b21
+c081d4a9
+6fe0cbfe
+243a54a9
+202054cd
+6fe2458f
+67e245e8
+67e24691
+2040355a
+20405c0b
+2040618e
+20405a73
+70477d00
+7045fc00
+7045e200
+6fe245e8
+684a45e4
+98467c00
+20628000
+20406016
+20400379
+20206042
+20406016
+20400379
+20206084
+20406016
+20400379
+6fe0c87a
+c1008000
+6fe0c600
+243a03a9
+6fe0c5e2
+c0020351
+c000e05f
+c0018358
+20206055
+6fe44713
+c31f6059
+6fe0c71b
+c000e059
+20406018
+70466601
+202054a0
+6fe44713
+c31f6059
+c289e059
+c2896059
+20206034
+6fe44713
+c29f0362
+6fe0c666
+c0000369
+20205491
+204054ac
+20340365
+2020602f
+6fe0c666
+c0006067
+20405aa8
+20200355
+6fe44713
+c308e02a
+20406195
+204054ac
+20346067
+6fe44713
+c2980371
+20206023
+70466600
+6fe14721
+67e145de
+7045e201
+20203534
+6fe0c141
+67e0ca07
+20600000
+6fe0ca07
+67e0c141
+20600000
+2040620e
+204078aa
+20400380
+20205e61
+6fe0c649
+c17f8000
+da200000
+70497705
+6848c649
+20400387
+202056c1
+6fe44713
+c295d6de
+6fe0c974
+1fe22600
+6fe0c654
+c07f838e
+202056ce
+6fe0c649
+20405946
+6848c649
+20200392
+1a627e00
+67e0c978
+1fe3fe00
+1fe22400
+18422600
+204055b1
+1a620400
+20406ee6
+7d20a400
+2040593d
+20205929
+204036b4
+24740000
+204036be
+204003a3
+6fe1c608
+20203622
+58000000
+79207e15
+67e40016
+58000000
+67e2001e
+20600000
+70460000
+20403647
+5fffffff
+67e245af
+58000000
+67e3c846
+70473f01
+204059ed
+2020622b
+20405a92
+204003a3
+204056a9
+6848c654
+20406ef7
+6848c654
+20406ed3
+6fe0c64d
+20405943
+6848c65a
+204055ab
+2040611a
+2040550c
+6848c64a
+20406f0f
+6848c64b
+20406f0f
+6848c65b
+204055b5
+204003cb
+204054e5
+6848c659
+20406ed3
+6848c659
+20206ef7
+6fe1c73c
+67e18670
+df200018
+d8400000
+6fe18670
+2feffe00
+204083d8
+6fe18670
+1fe37e00
+67e18670
+18408401
+c20003cf
+20600000
+18467cff
+20628000
+20206f0b
+c6930000
+20405601
+24740000
+6fe0c77c
+70477c00
+245a03f0
+6fe44713
+c30b03e5
+6fe0c96c
+243a60b6
+204003e7
+202060a2
+6fe0c659
+c1ff8000
+6fe0c77d
+207a0000
+1fe0ffff
+67e0c77d
+58000000
+67e24847
+20205a73
+204003a3
+20200229
+6fe44713
+c4150000
+c31fdeb9
+6848c65a
+20406ef7
+6848c65a
+204055b1
+6848c65a
+20406ee6
+2420dec2
+20205ebe
+20405958
+c018040c
+c018d9c6
+c02c0404
+20405955
+20001af4
+2020594d
+204059e7
+6fe0c85a
+c02b8410
+c02c8409
+2020595f
+7049570b
+da604a0b
+20205995
+6fe0c85a
+1fe17ef0
+c0600413
+2020595f
+7049570d
+da604bff
+20205995
+58000049
+204069e5
+c050d96c
+70495704
+20600000
+20405728
+20740000
+6fe0c690
+1fe20400
+6fe44713
+c28bd704
+6fe0c957
+c0068425
+c001842a
+18427e00
+1fe0fe01
+1fe17e03
+20205701
+18427e00
+1fe0fe01
+1fe67c04
+2441042f
+20205701
+18427e00
+1fe0fe01
+1fe17e03
+2441042f
+20205701
+58000000
+20600000
+6fe0c957
+c1068000
+c1018000
+2020573e
+20400431
+2040613a
+6fe0c957
+c006d785
+c0060440
+20205749
+6fe0c420
+c1800000
+6fe0c957
+c0058445
+202059f8
+6fe0c690
+c000576f
+c000d772
+c001577b
+2020576f
+20405a6d
+6fe0c659
+c07f844b
+6848c659
+20406ee6
+24608000
+58000000
+204069e5
+c0ac5955
+20205a2f
+78547c00
+58000000
+67e34847
+2040043b
+20205606
Index: output/sched.rom
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/sched.rom	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/output/sched.rom	(working copy)
@@ -0,0 +1,549 @@
+mem_patch00:
+05   #mem_patch00
+00   #mem_patch01
+33   #mem_patch02
+07   #mem_patch03
+20   #mem_patch04
+00   #mem_patch05
+00   #mem_patch06
+00   #mem_patch07
+00   #mem_patch08
+00   #mem_patch09
+00   #mem_patch0a
+00   #mem_patch0b
+00   #mem_patch0c
+53   #mem_patch0d
+18   #mem_patch0e
+bc   #mem_patch0f
+f2   #mem_patch10
+4d   #mem_patch11
+61   #mem_patch12
+00   #mem_patch13
+00   #mem_patch14
+00   #mem_patch15
+00   #mem_patch16
+00   #mem_patch17
+20   #mem_patch18
+00   #mem_patch19
+60   #mem_patch1a
+04   #mem_patch1b
+00   #mem_patch1c
+00   #mem_patch1d
+00   #mem_patch1e
+00   #mem_patch1f
+00   #mem_patch20
+00   #mem_patch21
+10   #mem_patch22
+04   #mem_patch23
+60   #mem_patch24
+00   #mem_patch25
+00   #mem_patch26
+06   #mem_patch27
+00   #mem_patch28
+30   #mem_patch29
+00   #mem_patch2a
+00   #mem_patch2b
+00   #mem_patch2c
+00   #mem_patch2d
+00   #mem_patch2e
+00   #mem_patch2f
+00   #mem_patch30
+00   #mem_patch31
+41   #mem_patch32
+a4   #mem_patch33
+00   #mem_patch34
+00   #mem_patch35
+00   #mem_patch36
+00   #mem_patch37
+00   #mem_patch38
+00   #mem_patch39
+00   #mem_patch3a
+00   #mem_patch3b
+00   #mem_patch3c
+00   #mem_patch3d
+00   #mem_patch3e
+00   #mem_patch3f
+
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+04
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+#bit7 MOUSE_ENABLE_LOAD_AND_STORE_DPI
+49
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_OTP
+#bit5 MOUSE_ENABLE_ADC
+#bit6 MOUSE_ENABLE_KEYBOARD
+#bit7 MOUSE_ENABLE_DOUBLE_DPI_KEY
+0a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+00
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_FOR_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_LED
+#bit6 MOUSE_ENABLE_DPI_LOW_FOR_LED
+02
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit4 MOUSE_ENABLE_ANOTHER_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_FIRE_KEY_CONNECT_GND
+#bit7 MOUSE_ENABLE_CUSTOMER_KEY_CONNECT_VIN_OR_MATRIX
+2a
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+81
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_24G_2M_PHY
+#bit6 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+#bit7 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN
+1b
+
+mem_mouse_param_config:
+14 #mem_lbutton_gpio
+10 #mem_mbutton_gpio
+11 #mem_rbutton_gpio
+ff #mem_bk_button_gpio
+ff#mem_fw_button_gpio
+0f #mem_dpi_button_gpio
+0c #mem_whee_a_data_gpio
+09 #mem_whee_b_data_gpio
+01 #mem_mouse_sensor_sclk_gpio
+00 #mem_mouse_sensor_sdio_gpio
+ff #mem_select_sensor_angle_gpio
+02 #mem_sensor_angle_default
+02 #mem_sensor_angle_switch
+00 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+ff #mem_whee_ta_data_gpio
+ff #mem_whee_tb_data_gpio
+ff #mem_matrix_public_gpio
+15 #mem_config_select_device_button_gpio
+ff #mem_customer_key_gpio
+ff #mem_firebutton_gpio
+ff #mem_dpi_another_button_gpio
+03 #mem_sensor_motion_gpio
+ff #mem_device_switch_gpio
+05 #mem_mouse_reuse_2ice_gpio
+ff #mem_mouse_logo_led_gpio
+8e#mem_mouse_1io2led_multi_24gled
+8d #mem_mouse_1io2led_multi_bt1led
+8b #mem_mouse_1io2led_multi_bt2led
+ff #mem_mouse_low_voltage_alarm_gpio
+ff #mem_mouse_dpi_gpio
+
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+mem_mouse_customer_function:01  #01--win+d     02--ctrl+alt+a    03--ie home    04--play
+
+#1io2led multi start
+#time parm
+mem_mouse_le_reconn_blink_limit:00		#00:disable 	01:enable
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:02		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:06	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+mem_mouse_dpi_led_delay_count_init:0a		#1s
+#1io2led multi end
+
+#time parm
+mem_mouse_logo_led_on_time_init:58 02	#1min
+mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
+mem_mouse_24g_reconn_timeout_init:64 #10s
+mem_mouse_24g_power_on_fast_conn_timer:05 00	#500ms
+mem_mouse_direct_timeout:64  #10s
+mem_mouse_discovery_timeout:b0 04	#2min
+mem_mouse_fast_direct_timeout:0a #1s
+mem_mouse_no_data_timeout:70 17   #10mins
+
+#device parm
+mem_device_option:08
+mem_device_number:03   #01--only 2.4g   02--2.4g+ble
+
+mem_lpm_mode:01
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+mem_mouse_set_high_impedance_bit_set:00 00 00
+
+mem_device_flag:
+00		#00--24g 01--bt
+34
+#ff ff ff ff ff ff			#eeprom need
+mem_device2_type:
+34
+#ff ff ff ff ff ff			#eeprom need
+mem_device3_type:
+33
+#ff ff ff ff ff ff			#eeprom need
+
+#adc
+mem_mouse_vdd_full_vol:dc 05		#1.5V
+84 03#mem_mouse_vdd_empty_vol  :0.9V
+e8 03#mem_mouse_vdd_low_vol   :1.0V
+#mem_mouse_vdd_full_vol:e4 0c		#3.3V
+#b8 0b#mem_mouse_vdd_empty_vol  :3.0V
+#80 0c#mem_mouse_vdd_low_vol   :3.2V
+
+mem_adc_channel_gpio:04
+#04
+#02
+#01
+#03
+#00
+#05
+#06
+#07
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_bt:07
+
+mem_mouse_compare_addr:ff ff ff ff ff ff 		#otp/flash=0	eeprom=ff
+
+#2.4g
+mem_24g_lap: 02 21 26 55 51 61
+mem_24g_data_type:01	#01--mouse  02--keyboard
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_ch_map_update:00   #00--disable   01--enable
+mem_24g_long_sleep_set_level:02    #00--30ms   01--50ms  02--80ms  03--100ms
+mem_24g_disable_fec1:00	 	#00--default mode  01--new process
+mem_mouse_sleep_deal_type:00	#00:old version	01 new version	
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+
+mem_mouse_24g_short_sleep_set_4ms:ee 4d 00	#1662us
+mem_mouse_24g_long_sleep_set_4ms:80 bb 00
+mem_mouse_24g_fast_hop_count_4ms:05
+mem_mouse_24g_tsniff_4ms:80 bb 00 00
+
+mem_mouse_24g_short_sleep_set_8ms:a0 00 01
+mem_mouse_24g_long_sleep_set_8ms:00 77 01
+mem_mouse_24g_fast_hop_count_8ms:0b
+mem_mouse_24g_tsniff_8ms:00 77 01 00
+
+mem_24g_enter_hibernate:00 48 60
+mem_24g_long_sleep_param_update_timer_init:2c 01	#30s
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+mem_mouse_24g_search_dongle_time_init:64 00	#10s
+mem_store_information_delay_timer_init:01
+
+
+#ble
+mem_le_lap:51 81 91 a1 b3 c1
+mem_le_adv_channel_map:07
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+mem_le_battery_level_updata_timer_init:96 00
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_pairing_handle:2d 00
+mem_le_battery_level_handle:30 00
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag
+02 01 05 
+#uuid
+03 03 12 18 
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80	
+#name
+'\09BT5.2 Mouse
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09BT5.2 Mouse
+
+
+mem_le_name_len:
+'BT5.2 Mouse
+
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+#ui
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+mem_ui_led_struct_num:00
+
+#rf
+mem_tx_power:03	#00--0db 01--3db  02--5db  03--f3db  04--f5db
+mem_mouse_24g_pair_tx_power:94 #94: -20dBm  9e: -30dBm  9f: -35dBm a0: -40dBm 
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+mem_rssi_hex_received_max_value_init:63
+mem_power_ctrl_pac_succ_cnt_init:7d
+mem_power_ctrl_disable:00	#01,disable   00,enable
+mem_tx_power_factory_param_new:00 03 25  #-35db
+
+#usb
+mem_usb_offline_check_gpio:ff
+
+#sensor
+mem_mouse_dpi_seting:
+03	#mem_320x_dpi_0
+04	#mem_320x_dpi_1
+01	#mem_320x_dpi_2
+02	#mem_320x_dpi_3
+
+20	#mem_3212_dpi_0
+2a	#mem_3212_dpi_1
+3f	#mem_3212_dpi_2
+15	#mem_3212_dpi_3
+
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
+
+mem_sensor_s201_dpi:
+8a  #mem_sensor_s201_dpi_0	1200
+8b  #mem_sensor_s201_dpi_1	1600
+83  #mem_sensor_s201_dpi_2	2400
+84  #mem_sensor_s201_dpi_3	3200
+88  #mem_sensor_s201_dpi_4	800
+
+mem_sensor_ka8g2_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+mem_sensor_ka5857_init:
+09 a5
+46 34
+6a c0
+69 24
+09 00
+ff ff	
+mem_sensor_ka8g2_init_new:
+09 a5
+26 34
+19 04
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_8650_init:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a7 ff
+b6 00
+b5 c8
+a5 af
+ff 00
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+
+#adc config
+mem_adc_config_flag:01
+#01 ADC_CONFIG_HVIN
+#02 ADC_CONFIG_GPIO
+mem_adc_clkdiv:0a
+mem_adc_channel:09
+#00 ADC_CH_VBAT
+#01 ADC_CH_VDCDC5V
+#06 ADC_CH_GPIO18
+#07 ADC_CH_GPIO10
+#08 ADC_CH_GPIO9
+#09 ADC_CH_GPIO12
+#0a ADC_CH_GPIO6
+#0b ADC_CH_GPIO20
+#0c ADC_CH_GPIO21
+#0d ADC_CH_GPIO22
+#0e ADC_CH_GPIO13
+
+mem_mouse_vdd_full_vol:a4 01		#4.2V
+18 01#mem_mouse_vdd_empty_vol  :2.8V
+2c 01#mem_mouse_vdd_low_vol   :3.0V
+
+# rf debug
+#bit7:0 means disable rf debug function
+#mem_rf_debug_rx_gpio:87
+#mem_rf_debug_tx_gpio:88
+
+
+
+mem_system_clk:0c
+mem_lpm_xtalcnt:35 3f 64
+mem_lpm_isogate:db 7b 3b
+mem_lpm_hibernate_switch:20
+mem_lpm_ldo_sel:00
+mem_lpm_sysctl:08
+mem_lpm_hv_sel:b4
+
+mem_fcomp_div:18
+mem_xtal_c_sel:7e
+mem_gpio_wakeup_cfg:00 00 20 00 00 00 00 00 00 00 00 00
+
+mem_version:08 0e 05 03 00
+mem_le_tx2m_delay:20
+
+mem_rx_window_sniff:00 0c
+
+mem_gain_fix:ff	#00:soft agc; ff:hw agc
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
+mem_otp_load_check_sum:5a
+
+mem_ring_ibias_trim:a0
+mem_ring_ibias_vtune_high:bc 02 #700mv
+mem_ring_ibias_vtune_low:90 01 #400mv
+mem_ring_ibias_calc_adc_gpio:03
+mem_ring_ibias_calc_adc_channel:09
+
+mem_rf_init_data:
+ff
+mem_rf_init_ptr:mem_rf_init_data
+
+
Index: program/patch.prog
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/program/patch.prog	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/program/patch.prog	(working copy)
@@ -0,0 +1,1825 @@
+
+//define AUTO_TEST
+//define PWM_SET
+define POWER_CTRL
+//define MORE_POWER_CTRL
+//define ADC_1121SB
+//define ADC_1121SB_1V8_MODE
+define XTAL_CALP_SET
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+	beq patch00_2,p_main_loop
+	beq patch02_0,p_shutdown_radio
+	beq patch02_1,p_set_sync_on
+	beq patch02_4,p_set_lemode
+	beq patch02_5,p_rf_rx_enable
+	beq patch03_0,p_txon
+	beq patch03_1,p_set_tx_power
+	beq patch03_2,p_initialize_radio_cont
+	beq patch04_5,p_lpm_sleep
+	beq patch0d_0,p_mouse_cb_fuction
+	beq patch0d_1,p_mouse_load_device_info_check
+	beq patch0d_4,p_mouse_param_init
+	beq patch0d_6,p_mouse_start_work
+	beq patch0e_3,p_mouse_setgpio_hibernate
+	beq patch0e_4,p_mouse_lpm_before_common
+	beq patch0f_2,p_mouse_motion
+	beq patch0f_3,p_mouse_dpi_process
+	beq patch0f_4,p_mouse_setting_dpi
+	beq patch0f_5,p_mouse_setting_sensor_type
+	beq patch0f_7,p_mouse_3io6key_check
+	beq patch10_1,p_mouse_init_sensor
+	beq patch10_4,p_mouse_buletooth_fast_conn_end
+	beq patch10_5,p_mouse_priority_bb_event
+	beq patch10_6,p_mouse_le
+	beq patch10_7,p_mouse_bb_event_timer
+	beq patch11_0,p_mouse_start_discovery
+	beq patch11_2,p_mouse_store_remote_bdaddr
+	beq patch11_3,p_mouse_app_initflag_check
+	beq patch11_6,p_mouse_idle
+	beq patch12_0,p_mouse_check_select_device_by_switch
+	beq patch12_5,p_mouse_24g_hibernate_set
+	beq patch12_6,p_mouse_24g_package_data
+	beq patch18_5,p_otp_read_data
+	beq patch1a_5,p_gpio_set_wake_by_current_state	
+	beq patch1a_6,p_gpio_set_wake
+	beq patch1b_2,p_sadc_calibration
+ifdef ADC_1121SB
+	beq patch1b_3,p_adc_init_data
+	beq patch1b_4,p_enable_adc
+	beq patch1b_5,p_vdd_calculate_by_mode
+endif
+	branch assert
+
+pf_patch_ext:
+	beq patch22_4,p_le_slave_match
+	beq patch23_2,p_le_got_first_packet
+	beq patch24_5,p_le_rx_dec
+	beq patch24_6,p_le_rx_nopayload
+	beq patch27_1,p_le_parse
+	beq patch27_2,p_le_parse_l2cap
+	beq patch29_4,p_le_adv_not_match
+	beq patch29_5,p_le_init_adv
+	beq patch32_0,p_g24_reconn_dispatch
+	beq patch32_6,p_g24_short_sleep
+	beq patch33_2,p_mouse_g24_retransmit
+	beq patch33_5,p_g24_transmit_hop_process
+ifdef POWER_CTRL
+	beq patch33_7,p_power_ctrl_start
+endif
+	rtneq patch3f_7
+	branch assert
+
+/****************************************COMMON PATCH*****************************************/
+p_main_loop:
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256
+	call sp_calc_sequence_256_check
+endif
+	call le_advertising_dispatch
+	call idle_dispatch
+	call app_process_idle
+	call connection_dispatch
+	call g24_dispatch
+	call lpm_dispatch
+	branch p_main_loop
+	
+p_shutdown_radio:
+	jam 0,0x8900
+	branch shutdown_radio+1
+p_set_sync_on:
+	jam 0x60,0x8a0f 
+	jam 0xaa,0x8a10 
+	jam 0x7a,0x8a12 
+	jam 0x00,0x8a25 
+	jam 0x00,0x8a26 
+	nop 60
+	jam 0x20,0x8a20 
+	jam 0xf5,0x8a23 
+	jam 0x12,0x8a24 
+	jam 0x10,0x8a24 
+	nop 60
+	jam 0x60,0x8a12 
+	jam 0xdd,0x8a23 
+	rtn
+
+p_initialize_radio_cont:
+	jam 0,mem_le_testtype
+	jam 0,mem_cmd_le_create_conn
+	until null,lpo_edge
+	
+	jam 0x0d,0x8946
+	jam 0x10,0x896f
+	jam 0xcd,0x8a13
+	jam 0x10,0x8a06
+	jam 0x4a,0x8a84
+	jam 0x40,0x8a85
+	jam 0xfe,0x8a16
+	call p_set_otp_config
+//	branch initialize_radio_cont+1
+	//fetch 1,mem_wdt_always_work
+	call wdt_set_disable
+
+	until null,lpo_edge
+	jam 0x5f,0x813b 
+	until null,lpo_edge
+	jam 0x88,0x813c 
+	until null,lpo_edge
+	fetch 1,mem_fcomp_div
+	beq XTAL_16M,p_initialize_radio_16m
+	fetch 1,mem_ring_ibias_trim
+	or_into 0x04,pdata
+	store 1,0x8a02
+	jam 0x01,0x890f
+	jam 0x24,0x8a80
+	jam 0x62,0x8a81
+	setarg 0xe61212
+	store 3,0x8a73	
+p_initialize_radio2:
+	jam 0x60,0x8a86
+	jam 0x3b,0x8a8b 
+	call p_dpll_on
+	jam 0,core_config
+	jam CLKSEL_DPLL,core_clksel
+	setarg 0x557474
+	store 3,0x8968
+	jam 0x6e,0x8960
+	call p_rx_dcoc
+	call p_rfpll_aac_ghpc
+	call p_set_xtal_cap
+	jam SYSTEM_CLK_12M,mem_system_clk
+	branch sadc_calibration
+	
+p_set_xtal_cap:
+ifndef XTAL_CALP_SET 
+	rtn wake
+endif
+	until null,lpo_edge
+	fetch 1,mem_xtal_c_sel
+p_set_xtal_cap_next:
+	store 1,core_xtal_cap
+	until null,lpo_edge
+	rtn
+	
+p_dpll_on:
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,p_dpll_on_24m
+	fetch 1,mem_ring_ibias_trim
+	or_into 0x06,pdata
+	store 1,0x8a02
+	jam 0xe0,0x8a05
+p_dpll_on_24m:	
+	jam 0xd8,0x8a00
+	nop 60
+	jam 0xa0,0x8a01
+	jam 0xdf,0x8a00
+	jam 0xfa,0x8a01
+	nop 20
+	jam 0x9f,0x8a00
+	rtn
+	
+p_initialize_radio_16m:
+	fetch 1,mem_ring_ibias_trim
+	or_into 0x06,pdata
+	store 1,0x8a02
+	jam 0x00,0x890f
+	jam 0x23,0x8a80
+	jam 0xb0,0x8a81
+	setarg 0xe40909
+	store 3,0x8a73
+	jam 0x2a,0x8a76
+	jam 0x04,0x8902	
+	branch p_initialize_radio2
+
+p_set_otp_config:
+	branch p_set_otp_config_wake,wake
+	fetch 4,mem_otp_core_ldo
+	rtn blank
+	until null,lpo_edge
+	fetch 1,0x8136
+	and pdata,0xf0,pdata
+	fetcht 1,mem_otp_core_ldo
+	ior temp,pdata
+	increase -3,pdata
+	store 1,0x8136 
+	until null,lpo_edge
+
+	fetch 1,0x8138
+	and pdata,0x7,pdata
+	fetcht 1,mem_otp_verf_bg
+	lshift3 temp,temp
+	ior temp,pdata
+	store 1,0x8138 
+	until null,lpo_edge
+
+p_set_otp_config2:
+	fetch 1,0x8acb
+	and pdata,0xf0,pdata
+	fetcht 1,mem_otp_charge_pump
+	storet 1,mem_otp_charge_pump_x
+	ior temp,pdata
+	store 1,0x8acb
+
+	fetch 1,mem_otp_dpll_ibais
+	store 1,mem_otp_dpll_ibais_x
+	isolate1 3,pdata
+	fetch 1,0x8a06
+	setflag true,7,pdata
+	store 1,0x8a06
+	
+	fetch 1,mem_otp_dpll_ibais
+	and pdata,7,temp
+	lshift4 temp,temp
+	lshift temp,temp
+	storet 1,mem_ring_ibias_trim
+	fetch 1,0x8a02
+	and pdata,0x1f,pdata
+	ior temp,pdata
+	store 1,0x8a02
+	rtn
+
+p_set_otp_config_wake:
+	fetch 2,mem_otp_charge_pump_x
+	rtn blank
+	store 2,mem_otp_charge_pump
+	branch p_set_otp_config2
+
+p_rf_rx_enable:
+	call rf_debug_rx_gpio_high
+	call rf_rx_agc_set
+	force 8,radio_ctrl
+	force 0,radio_ctrl
+
+	setarg 0x0aaada
+	store 3,0x8a0f
+	jam 0x40,0x8a25
+	jam 0x10,0x8a26
+	nop 60
+	jam 0xfb,0x8a01
+	jam 0xff,0x8a25
+	jam 0x30,0x8a26
+	jam 0xfe,0x8a16
+	branch rf_rx_enable+14
+
+p_mouse_g24_retransmit:
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call p_mouse_retransmit_select_device_by_pb_button
+	branch mouse_g24_retransmit+3
+
+p_mouse_retransmit_select_device_by_pb_button:
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_retransmit_select_device_by_pb_button
+
+p_g24_transmit_hop_process:
+	fetcht 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count			// 125Hz=11  250Hz=5
+	isub temp,null
+	nbranch p_g24_tx_fast_hop,positive		// >= (6+6)or(3+3) hop fast    fail packet count >= 2
+	branch g24_transmit_hop_process+5
+
+p_g24_tx_fast_hop:
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch g24_ch,zero		//fast conn->power no chage
+ifndef POWER_CTRL
+	branch g24_tx_fast_hop
+else
+	call p_power_ctrl_txpower_incrs
+	branch g24_tx_fast_hop+1
+endif
+	
+p_txon:
+	setarg 0x0aaa7e
+	store 3,0x8a0f
+	nop 60
+	jam 0x00,0x8a25 
+	jam 0x0d,0x8a26 
+	jam 0xf6,0x8a16 
+	branch txon+7
+
+p_set_tx_power:	
+	fetch 1,mem_tx_power
+	beq TX_POWER_6DB,set_tx_power_7db
+	beq TX_POWER_10DB,p_set_tx_power_10db
+	beq TX_POWER_F30DB,p_set_tx_power_f30db
+	//beq TX_POWER_F35DB,p_set_tx_power_f35db
+	//beq TX_POWER_F40DB,p_set_tx_power_f40db
+	beq TX_POWER_FACTORY,p_set_tx_power_factory
+	branch set_tx_power+2
+	
+p_set_tx_power_10db:
+	jam 0x25,0x8a14 
+	setarg 0xa93f3f
+	store 3,0x8a60
+	jam 0x1f,0x8a63 
+	rtn
+
+p_set_tx_power_factory:
+	jam 0x17,0x8a14 
+	fetch 3,mem_tx_power_factory_param_new
+	store 3,0x8a60
+	branch set_tx_power_8a63_28
+
+p_set_tx_power_f30db:
+	jam 0x17,0x8a14 
+	setarg 0x250300
+	store 3,0x8a60
+	branch set_tx_power_8a63_28
+/*
+p_set_tx_power_f35db:
+	jam 0x17,0x8a14 
+	setarg 0x250100
+	store 3,0x8a60
+	branch set_tx_power_8a63_28
+
+p_set_tx_power_f40db:
+	jam 0x17,0x8a14 
+	setarg 0x250000
+	store 3,0x8a60
+	branch set_tx_power_8a63_28	
+
+p_set_tx_power_f45db:
+	jam 0x17,0x8a14
+	setarg 0x000000
+	store 3,0x8a60
+	jam 0x28,0x8a63
+	rtn
+
+p_set_tx_power_f50db:
+	jam 0x17,0x8a14 
+	setarg 0x000000
+	store 3,0x8a60
+	jam 0x25,0x8a63 
+	rtn
+
+p_set_tx_power_f55db:
+	jam 0x17,0x8a14 
+	setarg 0x000000
+	store 3,0x8a60
+	jam 0x22,0x8a63 
+	rtn
+
+p_set_tx_power_f60db:
+	jam 0x17,0x8a14 
+	setarg 0x000000
+	store 3,0x8a60
+	jam 0x21,0x8a63 
+	rtn
+
+p_set_tx_power_f62db:
+	jam 0x17,0x8a14 
+	setarg 0x000000
+	store 3,0x8a60
+	jam 0x20,0x8a63
+	rtn
+*/
+
+p_rx_dcoc:
+	rtn wake
+	call set_sync_on
+	arg 39,temp
+	call set_freq_rx	
+	call rf_rx_enable
+	jam 0x7f,0x8a25
+	jam 0x1a,0x8a30
+	jam 0x78,0x8a31
+	jam 0xb2,0x8a8f
+	jam 0,0x8ac2
+	jam 0,0x8ac3
+	arg 6,queue
+	call p_rx_dcoc_avg
+	isolate1 13,rega
+	call qset_start
+	isolate1 13,regb
+	call qset_p
+	arg 5,queue
+p_rx_dcoc_loop2:
+	call qset1_p
+	call qset_p
+	call p_rx_dcoc_avg
+	arg 0x8ac2,contw
+	rshift4 rega,pdata
+	call qsetxor
+	rshift4 regb,pdata
+	call qsetxor
+	increase -1,queue
+	branch p_rx_dcoc_loop2,positive
+	branch rx_dcoc_loop2+10
+
+p_rx_dcoc_avg:
+	nop 60
+	setarg mem_dcoc_buf
+	store 2,0x8982
+	setarg mem_dcoc_buf_end
+	store 2,0x8984
+	jam 0x9,0x8981
+	jam 0x3,0x8981
+	jam 0x6,0x8980	
+	nop 60
+	arg 0,rega
+	arg 0,regb
+	arg 16,loopcnt
+	arg mem_dcoc_buf,contr
+	branch rx_dcoc_loop
+
+p_rfpll_aac_ghpc:
+	rtn wake
+	branch rfpll_aac_ghpc+1
+
+p_sadc_calibration:
+	rtn wake
+	jam 0x77,core_gpadc_ctrl
+	jam 0xc9,core_gpadc_cfg0
+	jam 0x01,core_gpadc_cfg3
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	nop 3000
+	call p_sadc_read
+	jam 0xc1,core_gpadc_cfg0
+	fetchr regb,1,mem_spi_write_addr
+	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
+	call sadc_cal_read+1
+	fetch 1,mem_spi_write_addr
+	store 1,mem_adc_cal_c7
+	storer regb,1,mem_spi_write_addr
+	rtn
+
+
+p_sadc_read:
+	jam 0x03,core_sadc_ctrl
+p_sadc_read_wait:
+	fetch 1,core_perf_status
+	bbit0 SARADC_DONE,p_sadc_read_wait
+	fetcht 2,core_sadc_data
+	storet 2,mem_adc_current_value
+	jam 0x00,core_sadc_ctrl
+	rtn
+	
+
+p_set_lemode:
+	jam 0x11,0x8a82
+	jam 0x12,0x8a8d
+	jam 0x0a,0x8a8e
+	fetch 1,mem_fcomp_div
+	beq XTAL_16M,p_set_lemode_2m_16m
+	setarg 0x5762
+	store 2,0x8907
+p_set_lemode_2m:
+	jam 3,0x8901
+	jam 3,0x8930
+	rtnmark1 mark_ble_2M
+	jam 1,0x8901
+	jam 0x07,0x8a82
+	jam 0x44,0x8a8d
+	jam 0x0a,0x8a8e
+	fetch 1,mem_fcomp_div
+	beq XTAL_16M,p_set_lemode_1m_16m
+	setarg 0x2bb1
+	store 2,0x8907
+p_set_lemode_1m:
+	rtnmark0 mark_ble_lr
+	jam 0x24,0x8930
+	jam 5,0x8901
+	rtn
+
+p_set_lemode_1m_16m:
+	setarg 0x4189
+	store 2,0x8907
+	branch p_set_lemode_1m
+
+p_set_lemode_2m_16m:
+	setarg 0x8312
+	store 2,0x8907
+	branch p_set_lemode_2m
+p_le_check_retransmit_timesout:
+	fetch 1,mem_le_conn_rcv_new
+	arg 256,regc
+	iadd regc,pdata
+	rtn
+p_le_got_first_packet:
+	branch p_le_got_first_packet_new
+p_le_slave_match:
+	call p_le_check_retransmit
+	branch le_slave_match+1
+p_le_check_retransmit:
+	fetch 1,mem_le_conn_first_rcv
+	rtn blank
+	fetch 1,mem_le_check_retransmit_flag
+	nrtn blank
+	fetcht 1,mem_le_conn_first_rcv
+	fetch 1,mem_le_conn_rcv_new
+	isub temp,null
+	ncall p_le_check_retransmit_timesout,positive	
+	isub temp,pdata
+	sub pdata,100,null
+	branch p_le_check_retransmit_count,positive
+	fetch 1,mem_le_retransmit_cnt
+	sub pdata,20,null
+	ncall p_app_ble_disconnect,positive
+	jam 1,mem_le_check_retransmit_flag
+	rtn 
+p_app_ble_disconnect:
+	jam 1,mem_le_check_retransmit_discon_flag
+	branch app_ble_disconnect
+p_le_check_retransmit_count:
+	fetcht 1,mem_le_arq
+	fetch 1,mem_le_rxbuf_data_header
+	rshift pdata,pdata
+	ixor temp,pdata
+	isolate1 nesn,pdata
+	setarg 0
+	fetcht 1,mem_le_retransmit_cnt
+	setflag true,0,pdata
+	iadd temp,temp
+	storet 1,mem_le_retransmit_cnt
+	rtn
+p_le_got_first_packet_new:
+	fetch 1,mem_le_conn_rcv
+	increase 1,pdata
+	store 1,mem_le_conn_rcv
+	nbranch p_le_got_first_packet_new+7,match
+	fetch 1,mem_le_conn_rcv_new			//lpm  use retention mem
+	increase 1,pdata
+	store 1,mem_le_conn_rcv_new
+	fetch 1,mem_le_state
+	rtnbit1 lestate_got_first_packet
+	set1 lestate_got_first_packet,pdata
+	store 1,mem_le_state
+	fetch 2,mem_le_init_superto
+	store 2,mem_le_superto
+	setarg 0
+	store 4,mem_le_transmit_window	
+	rtn
+p_le_rx_dec:
+	call le_check_retransmit	
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+	nbranch le_crc_fail_consecutive,positive
+	branch le_rx_dec+6
+
+p_le_rx_nopayload:
+	parse demod,bucket,24	
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	enable swfine
+	call le_set_until_tx_timer
+	branch le_crc_fail,crc_failed
+	bmark0 mark_ble_encryption,le_rx_match
+	fetch 1,mem_le_rxbuf_data_length
+	branch le_rx_match,blank
+	increase -4,pdata
+	store 1,mem_le_rxbuf_data_length
+	call wait_ccm_done
+ 	fetch 1,core_misc_status
+	bbit0 7, le_crc_fail_consecutive
+ 	force regidx_result,regext_index
+	storer regext, 4,mem_le_peer_mic
+	branch le_rx_match
+
+p_le_parse:
+	fetch 1,mem_le_packet_llid
+	rtneq LLID_RESERVED
+	beq LLID_LE_LL,le_parse_ll
+	branch le_parse_l2cap
+	
+p_le_init_adv:
+	set0 mark_ble_crc_fail,mark	
+	branch le_init_adv+1
+
+p_le_adv_not_match:
+	call shutdown_radio
+	jam 0,0x8900
+	set0 mark_ble_crc_fail,mark
+	branch le_adv_not_match+1
+
+p_le_parse_l2cap:
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,p_le_parse_att
+	branch le_parse_l2cap_next+2
+p_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,p_le_parse_att_write_request	
+	branch le_parse_att2	
+
+p_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//input:temp is handle
+p_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	nbranch p_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+p_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+p_mouse_le:
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,p_mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+	fetch 1,mem_le_check_retransmit_flag
+	rtn blank
+	fetch 1,mem_le_check_retransmit_discon_flag
+	nrtn blank	
+p_mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call p_mouse_data_xy_release
+	branch mouse_le_next+12
+
+p_gpio_set_wake:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	arg 4,debug
+	isolate1 GPIO_ACTIVE_BIT,temp
+	branch gpio_set_wake_high,true
+	arg 3,debug
+	branch gpio_set_wake_high
+
+p_gpio_set_wake_by_current_state:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	storet 1,mem_mouse_wheel_temp_gpio
+	call gpio_get_bit
+	branch p_gpio_set_qdec_mode,true
+p_gpio_set_low_wake_disable_qdec:
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	branch p_gpio_set_low_wake
+	
+p_gpio_set_qdec_mode:
+	jam 1,mem_mouse_qdec_set_flag
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	branch p_mouse_qdec_lpm_cfg
+
+p_mouse_qdec_lpm_cfg:
+	arg 6,debug
+	branch gpio_set_wake_high
+
+p_gpio_set_low_wake:
+	arg 3,debug
+	branch gpio_set_wake_high
+
+p_mouse_puchk_disable:
+	setarg 0x10			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+p_mouse_puchk_set:
+	store 1,core_puwakeup
+	until null,lpo_edge
+	rtn
+
+p_mouse_puchk_enable:
+	setarg 0x80			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+	branch p_mouse_puchk_set
+
+p_mouse_lpm_before_common:
+	call p_clear_wake
+	jam 0,mem_mouse_qdec_set_flag
+	call mouse_lpm_before_common+1
+	call mouse_gpio_pd_idle
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+	
+p_lpm_sleep:
+	//call xtal_fast_wake
+	fetch 2,mem_cb_before_lpm_sleep
+	call callback_func
+ifdef XTAL_CALP_SET
+	setarg 0x12
+	call p_set_xtal_cap_next
+endif
+p_lpm_sleep_skip_cb_function:
+	fetch 4,mem_sleep_counter_all	// sleep total time, 32k unit
+	iadd temp,pdata
+	store 4,mem_sleep_counter_all
+	call p_lpm_save_context
+	call p_mouse_puchk_set_check
+	branch lpm_sleep_skip_cb_function+4
+
+p_mouse_puchk_set_check:
+	fetch 1,mem_mouse_qdec_set_flag
+	branch p_mouse_puchk_disable,blank
+	branch p_mouse_puchk_enable
+
+p_lpm_save_context:
+	storer mark,8,mem_saved_mark
+	arg core_gpio_conf,contr
+	arg mem_saved_gpio,contw
+	call memcpy16
+	arg core_gpio_conf_hi,contr
+	call memcpy8
+	fetch 1,core_spid_ctrl
+	store 1,mem_saved_spidctrl
+	copy temp,regb
+p_lpm_write_gpio_wakeup:		// gpio auto wakeup
+	arg 12,loopcnt
+	arg mem_gpio_wakeup_cfg,rega
+	arg core_gpio_wakeup_cfg,regc
+	until null,lpo_edge
+p_lpm_write_gpio_loop:
+	ifetch 1,rega
+	ifetcht 1,regc
+	isub temp,null
+	branch p_lpm_write_gpio_loop_next,zero
+	istore 1,regc
+	until null,lpo_edge
+p_lpm_write_gpio_loop_next:	
+	increase 1,rega
+	increase 1,regc
+	loop p_lpm_write_gpio_loop
+	copy regb,temp
+	rtn
+
+p_otp_read_data:
+	call enable_otp_read			//read enable
+	call otp_read_data+1
+	branch otp_disable_chgpump	//disable otp
+
+p_g24_reconn_dispatch:
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch p_g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+
+p_g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch g24_reconn_device_fail,sync
+	nbranch g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	
+	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	branch p_recv_addr_zero_skip,blank
+p_g24_reconn_dispatch_next_2:	
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch p_g24_reconn_mode_judge,zero
+	branch g24_reconn_dispatch_next+9
+
+p_g24_reconn_mode_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
+	branch g24_reconn_receiver_addr
+
+p_recv_addr_zero_skip:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	branch p_g24_reconn_dispatch_next_2
+
+p_mouse_param_init:
+	call mouse_param_common_init
+	call p_mouse_le_buff_modify
+	branch mouse_param_init+2
+
+p_mouse_le_buff_modify:
+	setarg mem_le_tx_buffer0_omemalloc_new
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	rtn
+
+ifdef POWER_CTRL
+p_power_ctrl_start:
+	fetch 1,mem_power_ctrl_disable
+	nrtn blank
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_max_24g
+	bmark1 mark_24g,p_power_ctrl_start_next
+	fetch 1,mem_rssi_dis_max_ble
+p_power_ctrl_start_next:
+	isub temp,null
+	nbranch p_power_ctrl_txpower_incrs_force,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch p_power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,p_power_ctrl_txpower_incrs
+	rtn
+
+p_power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	fetcht 1,mem_power_ctrl_pac_succ_cnt_init
+	isub temp,null
+	nrtn zero
+	jam 0,mem_power_ctrl_pac_succ_cnt
+p_power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_min_24g
+	bmark1 mark_24g,p_power_ctrl_txpower_decrs_next
+	fetch 1,mem_rssi_dis_min_ble
+p_power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+ifdef MORE_POWER_CTRL	
+	beq 3,p_power_ctrl_decrs_level3
+endif
+	beq 2,p_power_ctrl_decrs_level2
+	beq 1,power_ctrl_decrs_level1	//0dBm
+	branch power_ctrl_decrs_level0 //-5dBm
+
+p_power_ctrl_txpower_incrs_force:
+	jam 0,mem_power_ctrl_pac_succ_cnt
+p_power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+ifdef MORE_POWER_CTRL		
+	beq 4,p_power_ctrl_incrs_level4
+else
+	beq 3,p_power_ctrl_incrs_level3
+endif
+	increase 1,pdata
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1	//0dBm
+	beq 2,p_power_ctrl_incrs_level2
+ifdef MORE_POWER_CTRL	
+	beq 3,p_power_ctrl_incrs_level3
+p_power_ctrl_incrs_level4:	//+7dBm
+	jam TX_POWER_7DB,mem_tx_power
+	rtn		
+p_power_ctrl_decrs_level3:	
+endif
+p_power_ctrl_incrs_level3:	//+5dBm
+	jam TX_POWER_5DB,mem_tx_power
+	rtn	
+p_power_ctrl_decrs_level2:	
+p_power_ctrl_incrs_level2:	//+6dBm
+	jam TX_POWER_3DB,mem_tx_power
+	rtn
+endif
+/****************************************COMMON PATCH END*****************************************/
+
+
+/****************************************APPLICATION PATCH******************************************/
+
+p_mouse_cb_fuction:
+	setarg mouse_24g_short_sleep
+	store 2,mem_cb_24g_transmit_short_sleep
+	setarg mouse_24g_long_sleep
+	store 2,mem_cb_24g_transmit_long_sleep
+	setarg p_mouse_24g_before_lpm_sleep
+	store 2,mem_cb_before_lpm_sleep
+	branch mouse_cb_fuction+7
+
+p_soft_reset:
+	nbranch soft_reset+1,wake
+	until null,lpo_edge
+	until null,lpo_edge
+	clear_stack
+	call p_mouse_wheel_init_set,wake
+	branch soft_reset+2
+
+p_mouse_wheel_init_set:
+	call p_mouse_puchk_disable
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	branch gpio_config_input
+	
+p_mouse_24g_before_lpm_sleep:
+	rtn
+//	fetch 1,mem_device_flag
+//	rtnne MODE_24G_DEVICE
+//	branch mouse_24g_before_lpm_sleep+2	
+
+
+p_mouse_load_device_info_check:
+	call p_mouse_store_normal_tx_power
+	call mouse_load_eeprom_info_check
+p_mouse_app_initflag_check:
+	call p_mouse_load_device_flag_check
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch p_mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	branch mouse_load_default_dpi
+
+p_mouse_load_device_flag_check:
+	fetch 1,mem_device_flag
+	sub pdata,3,null
+	rtn positive
+	jam MODE_24G_DEVICE,mem_device_flag
+	rtn
+
+p_mouse_load_device_info:
+	call p_mouse_select_reconn_device
+	branch mouse_load_device_info+1
+
+p_mouse_buletooth_fast_conn_end:
+	call p_mouse_select_reconn_device
+	branch mouse_buletooth_fast_conn_end+2
+
+p_mouse_select_reconn_device:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	beq MODE_BT_DEVICE1,p_mouse_load_le_device1
+	beq MODE_BT_DEVICE2,p_mouse_load_le_device2
+	rtn
+	
+p_mouse_load_le_device1:
+	fetch 6,mem_device1_addr
+	store 6,mem_hci_plap
+//	arg mem_le_ltk,contw
+//	call memcpy16
+	fetch 6,mem_device1_locall_addr
+	store 6,mem_le_lap
+	rtn
+
+p_mouse_load_le_device2:
+	fetch 6,mem_device2_addr
+	store 6,mem_hci_plap
+//	arg mem_le_ltk,contw
+//	call memcpy16
+	fetch 6,mem_device2_locall_addr
+	store 6,mem_le_lap
+	rtn
+
+p_mouse_store_remote_bdaddr:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+//	bbit0 MOUSE_ENABLE_OTP,mouse_store_remote_bdaddr+1
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+	call p_mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+p_mouse_before_store_reconn_info:
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,p_mouse_store_le_device1
+	beq MODE_BT_DEVICE2,p_mouse_store_le_device2
+	rtn
+
+p_mouse_store_le_device1:
+	fetch 6,mem_le_plap
+	store 6,mem_device1_addr
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	rtn
+
+p_mouse_store_le_device2:
+	fetch 6,mem_le_plap
+	store 6,mem_device2_addr
+	fetch 6,mem_le_lap
+	store 6,mem_device2_locall_addr
+	rtn
+
+
+p_mouse_bb_event_timer:
+	call p_mouse_le_send_conn_param_update_timer
+	call mouse_low_voltage_led_timer
+	call mouse_adc_read
+	//led
+	call mouse_logo_led_on_timer
+	call mouse_led_multi_timer
+	call mouse_dpi_led_blink_delay_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call p_mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+	
+p_mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+p_mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg p_mouse_current_mult_reinit,regb
+	branch timer_single_step
+p_mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 3,mem_mouse_long_mult_flag
+	rtn
+
+p_mouse_start_discovery:
+	call mouse_sensor_powerdown
+	branch mouse_start_discovery+1
+	
+p_mouse_priority_bb_event:	
+	copy regc,pdata
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
+	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
+	branch mouse_priority_bb_event+2
+
+p_mouse_le_bb_event_connected:
+	setarg 0
+	store 4,mem_le_conn_first_rcv
+	branch mouse_le_bb_event_connected
+
+p_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
+	branch p_mouse_le_ll_reconn_start_encryt_new
+p_mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 5,mem_le_start_encrypt_timer
+p_mouse_le_ll_reconn_start_encryt_new:	
+	fetch 1,mem_le_conn_rcv_new
+	store 1,mem_le_conn_first_rcv
+	branch mouse_le_ll_enable_start_enc_flag
+
+	
+p_mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+
+p_mouse_le_bb_disconnected:	
+	setarg 0
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	jam 0,mem_mouse_le_bb_connected_flag
+	arg LE_INTERVAL_7_5MS,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,p_mouse_le_bb_disconnected_next
+	arg LE_INTERVAL_8_75MS,temp
+p_mouse_le_bb_disconnected_next:	
+	storet 2,mem_le_interval_min
+	storet 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch p_mouse_bb_disconnected
+p_mouse_bb_disconnected:
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,p_mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_start_discovery
+p_mouse4_0_event_bb_disconn:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	call mouse_le_clean_connect_flag
+	bne 0x03,mouse_start_reconnect
+	fetch 1,mem_le_check_retransmit_discon_flag
+	nbranch mouse_start_reconnect,blank
+	branch mouse_app_enter_hibernate
+
+p_mouse_24g_attempt_success:
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call mouse_no_data_timer_init
+	call mouse_device_poweron_led_config
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	call mouse_soft_agc_disable
+	call p_mouse_fetch_normal_tx_power
+	branch mouse_24g_first_store_reconn_info
+	
+p_mouse_24g_pairing_complete:
+	call mouse_soft_agc_disable
+	call p_mouse_fetch_normal_tx_power
+	branch mouse_24g_pairing_complete
+
+p_mouse_24g_attempt_fail:
+	call mouse_soft_agc_disable
+	call p_mouse_fetch_normal_tx_power
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch p_mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,mouse_24g_fast_conn_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,p_mouse_reconn_dongle_attempt_fail
+	branch mouse_24g_attempt_fail+2
+
+p_mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+p_mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_start_reconnect_device
+
+p_mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_le_fast_conn_judge
+
+p_mouse_24g_first_start_auto_pair_mode:	
+	call mouse_wakeup_from_power_check
+	branch p_mouse_24g_first_start_reconn,user 
+	branch mouse_24g_reconn_general_dongle
+
+p_mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch p_mouse_24g_first_bluetooth_reconnect
+
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_device_24g_pair_led_config
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_reconn_general_dongle
+	branch mouse_24g_start_mode+7
+
+p_mouse_24g_reconn_general_dongle:
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
+	
+p_mouse_store_normal_tx_power:
+	fetch 1,mem_tx_power
+	store 1,mem_normal_tx_power
+	rtn
+
+p_mouse_fetch_normal_tx_power:
+	fetch 1,mem_normal_tx_power
+	store 1,mem_tx_power
+	rtn
+	
+p_mouse_idle:
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call p_mouse_dpi_check
+	branch mouse_idle+4
+
+p_mouse_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call p_mouse_dpi_key_check
+	branch mouse_dpi_check_next
+
+p_mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,p_mouse_3io6key_dpi_check
+	branch mouse_dpi_key_check_next
+
+p_mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch p_mouse_3io6key_check
+	
+p_mouse_3io6key_check:
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd_1
+
+p_g24_short_sleep:
+	call g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	call p_clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_seep2
+	
+
+p_clear_wake:
+	setarg 0
+	set1 21,pdata
+	store 8,mem_gpio_wakeup_cfg	//gpio5(ice)enable wake
+	setarg 0
+	store 4,mem_gpio_wakeup_cfg+8
+	rtn
+	
+p_mouse_24g_hibernate_set:
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+//	call mouse_setgpio_hibernate
+	branch mouse_24g_long_sleep
+
+p_mouse_setgpio_hibernate:
+	call mouse_set_sdio_high
+	call p_clear_wake
+	call mouse_before_hibernate_wheel_gpio_set
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_output_high
+	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_set_pupd_by_input
+	
+	call mouse_logo_led_off
+	call mouse_lpm_before_common
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	call mouse_gpio_config_input_pu
+	call p_mouse_gpio_set_high_impedance
+	call mouse_setgpio_hibernate_next
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_out_active
+
+p_mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 24,loopcnt
+	arg 0,temp
+p_mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call p_gpio_set_analog,true
+	fetch 3,mem_pdatatemp
+	rshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop p_mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+p_gpio_set_analog:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	branch gpio_set_analog
+
+p_mouse_24g_package_data:
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_mouse_24g_long_sleep_flag
+	jam 0,mem_mouse_24g_long_sleep_flag
+	ncall p_mouse_24g_short_sleep_clear_wake,blank
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,p_mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+p_mouse_24g_mouse_package_data:
+	call p_mouse_data_xy_release
+	branch mouse_24g_mouse_package_data+1
+
+p_mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_long_mult_flag
+	setarg 0
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+p_mouse_24g_short_sleep_clear_wake:
+	call p_clear_wake
+	branch p_lpm_write_gpio_wakeup
+
+p_mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+	bbit0 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN,mouse_switch_gpio_connect_gnd
+p_mouse_switch_gpio_connect_vin:
+	fetcht 1,mem_device_switch_gpio
+	call gpio_out_active
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	nbranch mouse_check_select_24g_device,true
+	branch mouse_select_btdevice
+
+ifdef PWM_SET
+
+/*
+core_clksel
+[7:6]pwm clock select
+	0:sysclk 
+	1:sysclk undivided
+	2:rc2M
+	3:lpo
+*/
+p_pwm_clk_set:
+	fetch 1,core_clksel
+	and pdata,0xc0,pdata
+	beq 0x40,pwm_24m_clk_set
+	beq 0x80,p_pwm_2m_clk_set
+	beq 0xc0,pwm_33k_clk_set
+	branch pwm_12m_clk_set
+p_pwm_2m_clk_set:
+	setarg 2000000
+	rtn
+
+p_pwm_out_set:
+	fetcht 3,mem_pdatatemp+2
+	call p_pwm_clk_set
+	branch pwm_out_set+2
+endif
+
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,p_mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+
+p_mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq KA5857_ID2,p_mouse_ka5857_init_param
+	beq PKA8G2_ID2,p_mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+p_mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init_new,regc
+	branch mouse_sensor_wr_seq
+p_mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	and_into 0xf0,pdata
+	beq P3204_TJDM_ID2,p_mouse_p3204_tjdm_init_param
+	branch mouse_init_p32xx_id2_judge
+p_mouse_ka5857_init_param:
+	jam KA5857,mem_config_sensor_type
+	arg mem_sensor_ka5857_init,regc
+	branch mouse_sensor_wr_seq
+
+p_mouse_p3204_tjdm_init_param:
+	setarg 0x49		// id3
+	call twspi_read
+	beq 0xa1,mouse_S201X_init_param
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+
+p_mouse_dpi_process:
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,mouse_double_dpi_check
+	fetch 1,mem_config_sensor_type
+	beq KA5857,p_mouse_dpi_process_5_level
+	//beq P3212,p_mouse_dpi_process_5_level
+	beq P3212,p_mouse_dpi_process_4_level
+	copy temp,pdata
+	increase 1,pdata
+	and pdata,0x03,pdata
+	branch mouse_dpi_level_store
+	
+p_mouse_dpi_process_5_level:
+	copy temp,pdata
+	increase 1,pdata
+	sub pdata,4,null
+	ncall p_mouse_dpi_init,positive
+	branch mouse_dpi_level_store
+p_mouse_dpi_process_4_level:
+	copy temp,pdata
+	increase 1,pdata
+	and pdata,0x03,pdata
+	ncall p_mouse_dpi_init,positive
+	branch mouse_dpi_level_store
+p_mouse_dpi_init:
+	setarg 0
+	rtn
+p_mouse_setting_dpi_4_level:
+	fetch 1,mem_config_sensor_type
+	rtneq KA5857
+	rtneq P3212
+	branch mouse_setting_dpi_4_level	
+p_mouse_setting_dpi:
+	call p_mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+p_mouse_setting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq KA5857,mouse_seting_3212_dpi
+	beq S201X,p_mouse_seting_S201_dpi
+	branch mouse_setting_sensor_type+2
+p_mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq KA8G2,p_mouse_pka8g2_sensor_motion
+	branch mouse_check_sensor_data+2
+p_mouse_seting_S201_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_S201_dpi_0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_S201_dpi_1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_S201_dpi_4  //800
+	branch mouse_set_S201_dpi_0
+p_mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,p_mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+p_mouse_pka8g2_sensor_motion_1:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne PKA8G2_ID1,mouse_twspi_reset
+	branch mouse_p3212_sensor_motion_2
+
+	
+ifdef AUTO_TEST
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	fetch 1,0X4FF0
+	increase 1,pdata
+	store 1,0X4FF0
+	sub pdata,50,null
+	branch p_ms_x_right,positive
+
+	sub pdata,100,null
+	branch p_ms_y_up,positive
+
+	sub pdata,150,null
+	branch p_ms_x_left,positive
+	sub pdata,200,null
+	branch p_ms_y_down,positive
+	rtn
+
+p_ms_x_right:
+	setarg 5
+	store 2,mem_mouse_x
+p_data:
+	enable user
+	branch mouse_no_data_timer_init
+
+p_ms_y_up:
+	setarg 5
+	store 2,mem_mouse_y
+	branch p_data
+
+p_ms_x_left:
+	setarg -5
+	store 2,mem_mouse_x
+	branch p_data
+p_ms_y_down:
+	fetch 1,0X4FF0
+	beq 200,p_mem_usb_data_square_cnt_set0
+	setarg -5
+	store 2,mem_mouse_y
+	branch p_data
+p_mem_usb_data_square_cnt_set0:
+	jam 0,0X4FF0
+	branch p_ms_y_down+2
+
+else
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call p_mouse_check_sensor_data
+	branch mouse_motion+5
+endif
+
+ifdef ADC_1121SB
+p_adc_init_data:
+	fetch 8,mem_otp_adc
+	branch adc_init_cal_data_default,blank
+	store 8,mem_reference_inter1p8v_2v_adc_io_data
+	call enable_otp_read
+	call loadcode_check_otp_lock
+	arg OTP_OFFSET_ADC_PARAM_L_C0,pdata
+	iadd regb,regb
+	arg 10,loopcnt
+	arg mem_otp_temp,rega
+	call otp_read_data
+	call disable_otp
+	fetch 8, mem_otp_temp
+	rtn blank
+	store 8,mem_adc_reference3v_gpio1v_ft_data
+	ifetch 2,contr
+	istore 2,contw	
+	//call  eut_test_data_init	
+	rtn
+
+p_sadc_cal_write:
+	fetch 1,core_sadc_ctrl
+	set1 1,pdata
+	store 1,core_sadc_ctrl
+	fetchr regb,1,mem_spi_write_addr
+	fetch 1,mem_adc_cal_c7
+	store 1,mem_spi_write_addr
+	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
+	call sadc_cal_write+4
+	storer regb,1,mem_spi_write_addr
+	fetch 1,core_gpadc_cfg2	
+	set0 4,pdata//caliberation write disable	
+	store 1,core_gpadc_cfg2	
+	rtn
+
+p_vdd_calculate_by_mode:
+ifdef ADC_1121SB_1V8_MODE
+	fetch 1,mem_adc_reference_mode
+	beq SADC_REFERENCE_INTER3V,p_vdd_reference_inter3V_calculate
+	beq SADC_REFERENCE_INTER1P8V_DIV2,p_vdd_reference_inter1p8V_calculate
+	branch p_vdd_reference_inter3V_calculate
+endif
+
+p_vdd_reference_inter3V_calculate:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_vdd_reference_inter3V_calculate_by_mode_vdcdc
+	beq ADC_CONFIG_GPIO,p_vdd_reference_inter3V_calculate_by_mode_gpio
+	rtn
+	
+p_vdd_reference_inter3V_calculate_by_mode_vdcdc:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_adc_reference3v_vdcdc3p6v_ft_data
+	fetch 2,mem_adc_reference3v_vdcdc4p6v_ft_data
+	arg 3600,regc
+	call vdd_calculate
+	branch p_mul1V_div1V_to_cal
+	
+p_vdd_reference_inter3V_calculate_by_mode_gpio:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_adc_reference3v_gpio1v_ft_data
+	fetch 2,mem_adc_reference3v_gpio2v_ft_data
+	arg 1000,regc
+	call vdd_calculate
+p_mul1V_div1V_to_cal:
+	fetcht 2,mem_adc_reference3v_inter1v_ft_data
+	imul32 temp,pdata
+	fetcht 2,mem_adc_reference3v_inter1v_now_data
+	idiv temp
+	branch get_div_result
+	
+p_enable_adc_init_config:
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0xc1,core_gpadc_cfg0
+	jam 0x61,core_vtest_ctrl0
+	jam 0x00,core_gpadc_cfg3
+	rtn
+
+p_enable_adc:
+ifdef ADC_1121SB_1V8_MODE
+	fetch 1,mem_adc_reference_mode
+	beq SADC_REFERENCE_INTER3V,p_enable_adc_reference_source_inter3V
+	beq SADC_REFERENCE_INTER1P8V_DIV2,p_enable_adc_reference_source_inter1p8V
+	branch p_enable_adc_reference_source_inter3V
+endif		
+p_enable_adc_reference_source_inter3V:
+	call p_enable_adc_init_config
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call sadc_read
+	jam 0x60,core_vtest_ctrl0
+	jam 0x00,core_sadc_clkdiv	
+//	rtn
+	
+p_read_adc_inter1V:
+	call p_enable_adc_init_config
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	jam 0x50,core_gpadc_cfg3
+	jam 0xc0,core_vtest_ctrl1//select vref1v
+
+	arg 0xb,regext_index
+	fetchr regext, 2,mem_adc_current_value
+	
+	jam 0x03,core_sadc_ctrl	
+	call p_sar_adc_read_wait
+	fetcht 2,core_sadc_data
+	storet 2,mem_adc_reference3v_inter1v_now_data 
+	call sadc_read_wait+4
+	
+	arg 0xb,regext_index
+	storer regext,2,mem_adc_current_value
+
+	jam 0x60,core_vtest_ctrl0
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,core_sadc_ctrl
+	rtn
+
+
+p_sar_adc_read_wait:
+	fetch 1,core_perf_status
+	bbit0 SARADC_DONE,p_sar_adc_read_wait
+	rtn
+
+ifdef ADC_1121SB_1V8_MODE
+p_vdd_reference_inter1p8V_calculate:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_vdd_reference_inter1p8V_calculate_by_mode_vdcdc
+	beq ADC_CONFIG_GPIO,p_vdd_reference_inter1p8V_div2_calculate_by_mode_gpio
+	rtn
+	
+p_vdd_reference_inter1p8V_calculate_by_mode_vdcdc:
+	setarg 2000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+	fetch 2,mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+	arg 2600,regc
+	branch vdd_calculate
+
+p_vdd_reference_inter1p8V_div2_calculate_by_mode_gpio:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_reference_inter1p8v_2v_adc_io_data
+	fetch 2,mem_reference_inter1p8v_1v_adc_io_data
+	arg 2000,regc
+	branch p_vdd_calculate00
+	
+p_vdd_calculate00:
+	isub temp,rega
+	fetch 2,mem_adc_current_value
+	isub temp,pdata
+	nbranch p_vdd_calculate11,positive
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	isub regb,pdata
+	nbranch set_pdata_0,positive
+	branch vdd_calculate2
+	
+p_vdd_calculate11:
+	copy temp,pdata
+	fetcht 2,mem_adc_current_value
+	isub temp,pdata
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	iadd regb,pdata
+	branch vdd_calculate2
+
+p_enable_adc_reference_source_inter1p8V:	
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_enable_adc_reference_source_inter1p8V_vdcdc
+p_enable_adc_reference_source_inter1p8V_div2_gpio:	
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0x41,core_gpadc_cfg0
+	jam 0x14,0x8ac6			//div2
+	jam 0x00,core_gpadc_cfg3
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call sadc_read
+
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,0x8ac6
+	rtn
+	
+p_enable_adc_reference_source_inter1p8V_vdcdc:
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0x41,core_gpadc_cfg0
+	jam 0x10,0x8ac6			//not div2
+	jam 0x00,core_gpadc_cfg3
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call  sadc_read
+	
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,0x8ac6
+	rtn
+
+
+endif
+
Index: program/patch_sdk.prog
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/program/patch_sdk.prog	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/program/patch_sdk.prog	(working copy)
@@ -0,0 +1,18 @@
+define SECURE_CONNECTION
+define NEC
+define DEBUG_RF_INIT
+define COMPILE_SHUTTER
+define COMPILE_MOUSE
+define COMPILE_MODULE
+define COMPILE_USB
+define COMPILE_DONGLE
+define COMPILE_LE
+define COMPILE_24G
+define COMPILE_CAR
+define COMPILE_REMOTE_CAR
+define COMPLIE_ADPCM
+define SDKCODE
+ifdef SDKCODE
+INCLUDE "bt_format"
+org 0x0000  // start from patch ram address start
+endif
Index: sched/1305.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/1305.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/1305.dat	(working copy)
@@ -0,0 +1,35 @@
+
+
+mem_system_clk:0c
+mem_lpm_xtalcnt:35 3f 64
+mem_lpm_isogate:db 7b 3b
+mem_lpm_hibernate_switch:20
+mem_lpm_ldo_sel:00
+mem_lpm_sysctl:08
+mem_lpm_hv_sel:b4
+
+mem_fcomp_div:18
+mem_xtal_c_sel:7e
+mem_gpio_wakeup_cfg:00 00 20 00 00 00 00 00 00 00 00 00
+
+mem_version:08 0e 05 03 00
+mem_le_tx2m_delay:20
+
+mem_rx_window_sniff:00 0c
+
+mem_gain_fix:ff	#00:soft agc; ff:hw agc
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
+mem_otp_load_check_sum:5a
+
+mem_ring_ibias_trim:a0
+mem_ring_ibias_vtune_high:bc 02 #700mv
+mem_ring_ibias_vtune_low:90 01 #400mv
+mem_ring_ibias_calc_adc_gpio:03
+mem_ring_ibias_calc_adc_channel:09
+
+mem_rf_init_data:
+ff
+mem_rf_init_ptr:mem_rf_init_data
+
+
Index: sched/ble_car_att_list.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_car_att_list.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_car_att_list.dat	(working copy)
@@ -0,0 +1,204 @@
+01
+00
+02
+00
+28
+02
+01
+18
+02
+00
+02
+03
+28
+01
+20
+03
+00
+02
+05
+2a
+01
+00
+04
+00
+02
+02
+29
+02
+00
+00
+05
+00
+02
+00
+28
+02
+00
+18
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+00
+2a
+11
+55
+43
+48
+4f
+4e
+20
+30
+31
+20
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c8
+00
+0a
+00
+02
+03
+28
+01
+02
+0b
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+50
+2a
+07
+02
+8a
+24
+66
+82
+01
+00
+0f
+00
+02
+00
+28
+02
+f0
+ff
+10
+00
+02
+03
+28
+01
+12
+11
+00
+02
+f1
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+12
+00
+02
+02
+29
+02
+00
+00
+13
+00
+02
+03
+28
+01
+08
+14
+00
+02
+f2
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
\ No newline at end of file
Index: sched/ble_shutter_gatt_list.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_shutter_gatt_list.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_shutter_gatt_list.dat	(working copy)
@@ -0,0 +1,313 @@
+01
+00
+02
+00
+28
+02
+01
+18
+02
+00
+02
+03
+28
+01
+20
+03
+00
+02
+05
+2a
+01
+00
+04
+00
+02
+02
+29
+02
+00
+00
+05
+00
+02
+00
+28
+02
+00
+18
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+00
+2a
+13
+43
+68
+69
+70
+73
+65
+61
+2d
+42
+4c
+45
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c1
+03
+0a
+00
+02
+03
+28
+01
+02
+0b
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+50
+2a
+07
+02
+8a
+24
+66
+82
+01
+00
+0f
+00
+02
+00
+28
+02
+12
+18
+10
+00
+02
+03
+28
+01
+06
+11
+00
+02
+4e
+2a
+01
+01
+12
+00
+02
+03
+28
+01
+12
+13
+00
+02
+4d
+2a
+02
+00
+00
+14
+00
+02
+02
+29
+02
+00
+00
+15
+00
+02
+08
+29
+02
+02
+01
+16
+00
+02
+03
+28
+01
+12
+17
+00
+02
+4d
+2a
+02
+00
+00
+18
+00
+02
+02
+29
+02
+00
+00
+19
+00
+02
+08
+29
+02
+03
+01
+1a
+00
+02
+03
+28
+01
+02
+1b
+00
+02
+4b
+2a
+1b
+05
+0c
+09
+01
+a1
+01
+85
+02
+09
+e9
+09
+ea
+09
+e2
+09
+30
+15
+01
+25
+0c
+75
+10
+95
+01
+81
+00
+c0
+1c
+00
+02
+03
+28
+01
+02
+1d
+00
+02
+4a
+2a
+04
+11
+01
+00
+01
+1e
+00
+02
+03
+28
+01
+04
+1f
+00
+02
+4c
+2a
+01
+00
+20
+00
+02
+00
+28
+02
+0f
+18
+21
+00
+02
+03
+28
+01
+12
+22
+00
+02
+19
+2a
+01
+63
+00
+00
\ No newline at end of file
Index: sched/ble_shutter_key_value_list.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_shutter_key_value_list.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/ble_shutter_key_value_list.dat	(working copy)
@@ -0,0 +1,40 @@
+02
+13
+00
+02
+00
+02
+13
+00
+01
+00
+02
+13
+00
+04
+00
+02
+13
+00
+06
+00
+02
+13
+00
+05
+00
+02
+13
+00
+00
+00
+02
+17
+00
+00
+28
+02
+17
+00
+00
+00
Index: sched/mouse.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/mouse.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/mouse.dat	(working copy)
@@ -0,0 +1,447 @@
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+04
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+#bit7 MOUSE_ENABLE_LOAD_AND_STORE_DPI
+49
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_OTP
+#bit5 MOUSE_ENABLE_ADC
+#bit6 MOUSE_ENABLE_KEYBOARD
+#bit7 MOUSE_ENABLE_DOUBLE_DPI_KEY
+0a
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+00
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_1IO2LED
+#bit1 MOUSE_ENABLE_BT_RECONN_LED_EFFECT
+#bit2 MOUSE_ENABLE_LOW_LED_BLINK_LIMIT
+#bit3 MOUSE_ENABLE_LOW_LED
+#bit4 MOUSE_ENABLE_LOW_FOR_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_LED
+#bit6 MOUSE_ENABLE_DPI_LOW_FOR_LED
+02
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit4 MOUSE_ENABLE_ANOTHER_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_FIRE_KEY_CONNECT_GND
+#bit7 MOUSE_ENABLE_CUSTOMER_KEY_CONNECT_VIN_OR_MATRIX
+2a
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+81
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_24G_2M_PHY
+#bit6 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+#bit7 MOUSE_ENABLE_SWITCH_GPIO_CONNECT_VIN
+1b
+
+mem_mouse_param_config:
+14 #mem_lbutton_gpio
+10 #mem_mbutton_gpio
+11 #mem_rbutton_gpio
+ff #mem_bk_button_gpio
+ff#mem_fw_button_gpio
+0f #mem_dpi_button_gpio
+0c #mem_whee_a_data_gpio
+09 #mem_whee_b_data_gpio
+01 #mem_mouse_sensor_sclk_gpio
+00 #mem_mouse_sensor_sdio_gpio
+ff #mem_select_sensor_angle_gpio
+02 #mem_sensor_angle_default
+02 #mem_sensor_angle_switch
+00 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+ff #mem_whee_ta_data_gpio
+ff #mem_whee_tb_data_gpio
+ff #mem_matrix_public_gpio
+15 #mem_config_select_device_button_gpio
+ff #mem_customer_key_gpio
+ff #mem_firebutton_gpio
+ff #mem_dpi_another_button_gpio
+03 #mem_sensor_motion_gpio
+ff #mem_device_switch_gpio
+05 #mem_mouse_reuse_2ice_gpio
+ff #mem_mouse_logo_led_gpio
+8e#mem_mouse_1io2led_multi_24gled
+8d #mem_mouse_1io2led_multi_bt1led
+8b #mem_mouse_1io2led_multi_bt2led
+ff #mem_mouse_low_voltage_alarm_gpio
+ff #mem_mouse_dpi_gpio
+
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+mem_mouse_customer_function:01  #01--win+d     02--ctrl+alt+a    03--ie home    04--play
+
+#1io2led multi start
+#time parm
+mem_mouse_le_reconn_blink_limit:00		#00:disable 	01:enable
+mem_mouse_multi_led_powon_timer_init:14	#2s
+mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:02		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:05			#le reconn blink time		500ms on,500ms off
+mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
+mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
+#blink count=count/2
+mem_mouse_multi_24gled_blink_count_init:02		#24g count
+mem_mouse_multi_le_reconn_blink_count_init:06	#le reconn count
+mem_mouse_multi_lowled_blink_count_init:0a		#low count=count
+mem_mouse_dpi_led_delay_count_init:0a		#1s
+#1io2led multi end
+
+#time parm
+mem_mouse_logo_led_on_time_init:58 02	#1min
+mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
+mem_mouse_24g_reconn_timeout_init:64 #10s
+mem_mouse_24g_power_on_fast_conn_timer:05 00	#500ms
+mem_mouse_direct_timeout:64  #10s
+mem_mouse_discovery_timeout:b0 04	#2min
+mem_mouse_fast_direct_timeout:0a #1s
+mem_mouse_no_data_timeout:70 17   #10mins
+
+#device parm
+mem_device_option:08
+mem_device_number:03   #01--only 2.4g   02--2.4g+ble
+
+mem_lpm_mode:01
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+mem_mouse_set_high_impedance_bit_set:00 00 00
+
+mem_device_flag:
+00		#00--24g 01--bt
+34
+#ff ff ff ff ff ff			#eeprom need
+mem_device2_type:
+34
+#ff ff ff ff ff ff			#eeprom need
+mem_device3_type:
+33
+#ff ff ff ff ff ff			#eeprom need
+
+#adc
+mem_mouse_vdd_full_vol:dc 05		#1.5V
+84 03#mem_mouse_vdd_empty_vol  :0.9V
+e8 03#mem_mouse_vdd_low_vol   :1.0V
+#mem_mouse_vdd_full_vol:e4 0c		#3.3V
+#b8 0b#mem_mouse_vdd_empty_vol  :3.0V
+#80 0c#mem_mouse_vdd_low_vol   :3.2V
+
+mem_adc_channel_gpio:04
+#04
+#02
+#01
+#03
+#00
+#05
+#06
+#07
+
+#bit0:mouse_key_l    bit1:mouse_key_r  bit2:mouse_key_m
+mem_mouse_commbination_key_24g:03
+mem_mouse_commbination_key_bt:07
+
+mem_mouse_compare_addr:ff ff ff ff ff ff 		#otp/flash=0	eeprom=ff
+
+#2.4g
+mem_24g_lap: 02 21 26 55 51 61
+mem_24g_data_type:01	#01--mouse  02--keyboard
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_24g_ch_map_update:00   #00--disable   01--enable
+mem_24g_long_sleep_set_level:02    #00--30ms   01--50ms  02--80ms  03--100ms
+mem_24g_disable_fec1:00	 	#00--default mode  01--new process
+mem_mouse_sleep_deal_type:00	#00:old version	01 new version	
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+
+mem_mouse_24g_short_sleep_set_4ms:ee 4d 00	#1662us
+mem_mouse_24g_long_sleep_set_4ms:80 bb 00
+mem_mouse_24g_fast_hop_count_4ms:05
+mem_mouse_24g_tsniff_4ms:80 bb 00 00
+
+mem_mouse_24g_short_sleep_set_8ms:a0 00 01
+mem_mouse_24g_long_sleep_set_8ms:00 77 01
+mem_mouse_24g_fast_hop_count_8ms:0b
+mem_mouse_24g_tsniff_8ms:00 77 01 00
+
+mem_24g_enter_hibernate:00 48 60
+mem_24g_long_sleep_param_update_timer_init:2c 01	#30s
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+mem_mouse_24g_search_dongle_time_init:64 00	#10s
+mem_store_information_delay_timer_init:01
+
+
+#ble
+mem_le_lap:51 81 91 a1 b3 c1
+mem_le_adv_channel_map:07
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+mem_le_battery_level_updata_timer_init:96 00
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_pairing_handle:2d 00
+mem_le_battery_level_handle:30 00
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag
+02 01 05 
+#uuid
+03 03 12 18 
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80	
+#name
+'\09BT5.2 Mouse
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09BT5.2 Mouse
+
+
+mem_le_name_len:
+'BT5.2 Mouse
+
+mem_le_name_patch_len:	#max 18bytes
+'BT5.2 Mouse
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
+mem_flash_base:00 50 00
+mem_eeprom_base:80 1f
+mem_eeprom_block_size:80
+
+#ui
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+mem_ui_led_struct_num:00
+
+#rf
+mem_tx_power:03	#00--0db 01--3db  02--5db  03--f3db  04--f5db
+mem_mouse_24g_pair_tx_power:94 #94: -20dBm  9e: -30dBm  9f: -35dBm a0: -40dBm 
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+mem_rssi_hex_received_max_value_init:63
+mem_power_ctrl_pac_succ_cnt_init:7d
+mem_power_ctrl_disable:00	#01,disable   00,enable
+mem_tx_power_factory_param_new:00 03 25  #-35db
+
+#usb
+mem_usb_offline_check_gpio:ff
+
+#sensor
+mem_mouse_dpi_seting:
+03	#mem_320x_dpi_0
+04	#mem_320x_dpi_1
+01	#mem_320x_dpi_2
+02	#mem_320x_dpi_3
+
+20	#mem_3212_dpi_0
+2a	#mem_3212_dpi_1
+3f	#mem_3212_dpi_2
+15	#mem_3212_dpi_3
+
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
+
+mem_sensor_s201_dpi:
+8a  #mem_sensor_s201_dpi_0	1200
+8b  #mem_sensor_s201_dpi_1	1600
+83  #mem_sensor_s201_dpi_2	2400
+84  #mem_sensor_s201_dpi_3	3200
+88  #mem_sensor_s201_dpi_4	800
+
+mem_sensor_ka8g2_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+mem_sensor_ka5857_init:
+09 a5
+46 34
+6a c0
+69 24
+09 00
+ff ff	
+mem_sensor_ka8g2_init_new:
+09 a5
+26 34
+19 04
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_8650_init:
+09 5a
+ff 27
+ab 40
+be d1
+a0 41
+a1 12
+a7 ff
+b6 00
+b5 c8
+a5 af
+ff 00
+09 00
+ff ff
+
+mem_sensor_ka8ul_init:
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff
+
+
+#adc config
+mem_adc_config_flag:01
+#01 ADC_CONFIG_HVIN
+#02 ADC_CONFIG_GPIO
+mem_adc_clkdiv:0a
+mem_adc_channel:09
+#00 ADC_CH_VBAT
+#01 ADC_CH_VDCDC5V
+#06 ADC_CH_GPIO18
+#07 ADC_CH_GPIO10
+#08 ADC_CH_GPIO9
+#09 ADC_CH_GPIO12
+#0a ADC_CH_GPIO6
+#0b ADC_CH_GPIO20
+#0c ADC_CH_GPIO21
+#0d ADC_CH_GPIO22
+#0e ADC_CH_GPIO13
+
+mem_mouse_vdd_full_vol:a4 01		#4.2V
+18 01#mem_mouse_vdd_empty_vol  :2.8V
+2c 01#mem_mouse_vdd_low_vol   :3.0V
+
+# rf debug
+#bit7:0 means disable rf debug function
+#mem_rf_debug_rx_gpio:87
+#mem_rf_debug_tx_gpio:88
+
Index: sched/mouse_ble_att_list.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/mouse_ble_att_list.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/mouse_ble_att_list.dat	(working copy)
@@ -0,0 +1,626 @@
+01
+00
+02
+00
+28
+02
+00
+18
+02
+00
+02
+03
+28
+01
+0a
+03
+00
+02
+00
+2a
+14
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+04
+00
+02
+03
+28
+01
+02
+05
+00
+02
+01
+2a
+02
+c2
+03
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+08
+00
+02
+00
+28
+02
+01
+18
+09
+00
+02
+03
+28
+01
+20
+0a
+00
+02
+05
+2a
+00
+0b
+00
+02
+02
+29
+02
+00
+00
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+29
+2a
+06
+59
+69
+43
+68
+69
+70
+0f
+00
+02
+03
+28
+01
+02
+10
+00
+02
+50
+2a
+07
+02
+35
+12
+22
+aa
+01
+00
+11
+00
+02
+00
+28
+02
+12
+18
+12
+00
+02
+03
+28
+01
+06
+13
+00
+02
+4e
+2a
+01
+01
+14
+00
+02
+03
+28
+01
+12
+15
+00
+02
+4d
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+16
+00
+02
+02
+29
+02
+00
+00
+17
+00
+02
+08
+29
+02
+02
+01
+18
+00
+02
+03
+28
+01
+1a
+19
+00
+02
+4d
+2a
+07
+00
+00
+00
+00
+00
+00
+00
+1a
+00
+02
+02
+29
+02
+00
+00
+1b
+00
+02
+08
+29
+02
+01
+01
+1c
+00
+02
+03
+28
+01
+12
+1d
+00
+02
+4d
+2a
+02
+00
+00
+1e
+00
+02
+02
+29
+02
+00
+00
+1f
+00
+02
+08
+29
+02
+03
+01
+20
+00
+02
+03
+28
+01
+12
+21
+00
+02
+4d
+2a
+02
+00
+00
+22
+00
+02
+02
+29
+02
+00
+00
+23
+00
+02
+08
+29
+02
+04
+01
+24
+00
+02
+03
+28
+01
+0e
+25
+00
+02
+4d
+2a
+02
+00
+00
+26
+00
+02
+08
+29
+02
+02
+02
+27
+00
+02
+03
+28
+01
+02
+28
+00
+02
+4b
+2a
+bd
+05
+01
+09
+02
+a1
+01
+85
+01
+09
+01
+a1
+00
+05
+09
+19
+01
+29
+08
+15
+00
+25
+01
+75
+01
+95
+08
+81
+02
+05
+01
+09
+30
+09
+31
+16
+01
+f8
+26
+ff
+07
+75
+10
+95
+02
+81
+06
+09
+38
+15
+81
+25
+7f
+75
+08
+95
+01
+81
+06
+05
+0c
+0a
+38
+02
+95
+01
+81
+06
+c0
+c0
+05
+01
+09
+06
+a1
+01
+85
+02
+75
+01
+95
+08
+05
+07
+19
+e0
+29
+e7
+15
+00
+25
+01
+81
+02
+95
+01
+75
+08
+81
+03
+95
+05
+75
+01
+05
+08
+19
+01
+29
+05
+91
+02
+95
+01
+75
+03
+91
+03
+95
+06
+75
+08
+15
+00
+26
+ff
+00
+05
+07
+19
+00
+29
+ff
+81
+00
+c0
+05
+0c
+09
+01
+a1
+01
+85
+03
+19
+00
+2a
+ff
+03
+15
+00
+26
+ff
+03
+95
+01
+75
+10
+81
+00
+c0
+05
+01
+09
+80
+A1
+01
+85
+04
+15
+00
+25
+01
+75
+01
+95
+03
+19
+81
+29
+83
+81
+02
+95
+01
+75
+05
+81
+03
+C0
+29
+00
+02
+03
+28
+01
+1a
+2a
+00
+02
+33
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+2b
+00
+02
+02
+29
+02
+01
+00
+2c
+00
+02
+03
+28
+01
+02
+2d
+00
+02
+4a
+2a
+04
+01
+01
+00
+03
+2e
+00
+02
+00
+28
+02
+0f
+18
+2f
+00
+02
+03
+28
+01
+12
+30
+00
+02
+19
+2a
+01
+64
+31
+00
+02
+02
+29
+02
+00
+00
+32
+00
+02
+03
+28
+01
+04
+33
+00
+02
+4c
+2a
+00
+00
+00
Index: sched/otp_set.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/otp_set.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/otp_set.dat	(working copy)
@@ -0,0 +1,11 @@
+0b
+00
+02
+00
+00
+00
+00
+00
+00
+00
+00
Index: sched/sha256.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/sha256.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/sha256.dat	(working copy)
@@ -0,0 +1,256 @@
+98
+2f
+8a
+42
+91
+44
+37
+71
+cf
+fb
+c0
+b5
+a5
+db
+b5
+e9
+5b
+c2
+56
+39
+f1
+11
+f1
+59
+a4
+82
+3f
+92
+d5
+5e
+1c
+ab
+98
+aa
+07
+d8
+01
+5b
+83
+12
+be
+85
+31
+24
+c3
+7d
+0c
+55
+74
+5d
+be
+72
+fe
+b1
+de
+80
+a7
+06
+dc
+9b
+74
+f1
+9b
+c1
+c1
+69
+9b
+e4
+86
+47
+be
+ef
+c6
+9d
+c1
+0f
+cc
+a1
+0c
+24
+6f
+2c
+e9
+2d
+aa
+84
+74
+4a
+dc
+a9
+b0
+5c
+da
+88
+f9
+76
+52
+51
+3e
+98
+6d
+c6
+31
+a8
+c8
+27
+03
+b0
+c7
+7f
+59
+bf
+f3
+0b
+e0
+c6
+47
+91
+a7
+d5
+51
+63
+ca
+06
+67
+29
+29
+14
+85
+0a
+b7
+27
+38
+21
+1b
+2e
+fc
+6d
+2c
+4d
+13
+0d
+38
+53
+54
+73
+0a
+65
+bb
+0a
+6a
+76
+2e
+c9
+c2
+81
+85
+2c
+72
+92
+a1
+e8
+bf
+a2
+4b
+66
+1a
+a8
+70
+8b
+4b
+c2
+a3
+51
+6c
+c7
+19
+e8
+92
+d1
+24
+06
+99
+d6
+85
+35
+0e
+f4
+70
+a0
+6a
+10
+16
+c1
+a4
+19
+08
+6c
+37
+1e
+4c
+77
+48
+27
+b5
+bc
+b0
+34
+b3
+0c
+1c
+39
+4a
+aa
+d8
+4e
+4f
+ca
+9c
+5b
+f3
+6f
+2e
+68
+ee
+82
+8f
+74
+6f
+63
+a5
+78
+14
+78
+c8
+84
+08
+02
+c7
+8c
+fa
+ff
+be
+90
+eb
+6c
+50
+a4
+f7
+a3
+f9
+be
+f2
+78
+71
+c6
\ No newline at end of file
Index: sched/usb_confdata.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_confdata.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_confdata.dat	(working copy)
@@ -0,0 +1,60 @@
+3b
+09
+02
+3b
+00
+02
+01
+00
+a0
+32
+09
+04
+00
+00
+01
+03
+01
+01
+00
+09
+21
+00
+02
+00
+01
+22
+1a
+00
+07
+05
+81
+03
+40
+00
+02
+09
+04
+01
+00
+01
+03
+01
+02
+00
+09
+21
+00
+02
+00
+01
+22
+a3
+00
+07
+05
+82
+03
+40
+00
+02
\ No newline at end of file
Index: sched/usb_devicedata.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_devicedata.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_devicedata.dat	(working copy)
@@ -0,0 +1,19 @@
+12
+12
+01
+00
+02
+00
+00
+00
+40
+51
+31
+20
+10
+02
+00
+01
+02
+00
+01
\ No newline at end of file
Index: sched/usb_kbdata.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_kbdata.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_kbdata.dat	(working copy)
@@ -0,0 +1,64 @@
+3f
+05
+01
+09
+06
+a1
+01
+75
+01 
+95
+08
+05
+07
+19
+e0 
+29
+e7
+15
+00
+25
+01
+81
+02
+95
+01 
+75
+08
+81
+03
+95
+05
+75
+01
+05
+08
+19
+01
+29
+05  
+91
+02 
+95
+01  
+75
+03  
+91
+03
+95
+06 
+75
+08 
+15
+00 
+25
+ff
+05
+07
+19
+00
+29
+ff 
+81
+00
+c0
Index: sched/usb_kbdata_vendor_define.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_kbdata_vendor_define.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_kbdata_vendor_define.dat	(working copy)
@@ -0,0 +1,27 @@
+1a
+06
+bc
+ff
+09
+88
+a1
+01
+85
+04
+19
+00
+2a
+ff
+00
+15
+00
+26
+ff
+00
+75
+08
+95
+01
+81
+00
+c0
\ No newline at end of file
Index: sched/usb_msdata.dat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_msdata.dat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/sched/usb_msdata.dat	(working copy)
@@ -0,0 +1,164 @@
+a3
+05
+01
+09
+02
+a1
+01
+85
+01
+09
+01
+a1
+00
+05
+09
+19
+01
+29
+05
+15
+00
+25
+01
+95
+05
+75
+01
+81
+02
+95
+01
+75
+03
+81
+01
+05
+01
+09
+30
+09
+31
+16
+01
+F8
+26
+FF
+07
+75
+10
+95
+02
+81
+06
+09
+38
+15
+81
+25
+7f
+75
+08
+95
+01
+81
+06
+05
+0c
+0a
+38
+02
+95
+01
+81
+06
+c0
+c0
+05
+01
+09
+80
+a1
+01
+85
+02
+05
+01
+19
+81
+29
+88
+15
+00
+25
+01
+95
+08
+75
+01
+81
+06
+c0
+05
+0c
+09
+01
+a1
+01
+85
+03
+15
+00
+26
+80
+03
+19
+00
+2a
+80
+03
+75
+10
+95
+01
+81
+00
+c0
+06
+00
+ff
+09
+0e
+a1
+01
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+91
+02
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+81
+02
+C0
\ No newline at end of file
Index: set_chip_type_flag.bat
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/set_chip_type_flag.bat	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/set_chip_type_flag.bat	(working copy)
@@ -0,0 +1,15 @@
+@echo off  
+setlocal enabledelayedexpansion  
+  
+rem YC1305 鼠标分配的变量范围20-2f
+rem YC1304 鼠标分配的变量范围30-3f
+rem YC1305 dongle分配的变量范围f0-f7
+rem YC1304 dongle分配的变量范围e8-ee
+rem 变量分配的规则例如：鼠标的，1305sa==0x20 1305sb==0x21依次类推到2f结束
+rem 变量分配的规则例如：dongle的，1305sa==0xf0 1305sb==0xf1依次类推到f7结束
+
+rem 定义DAT文件的要插入的字节和路径及名称，如果是eeprom.dat文件,就把otp.dat改成eeprom.dat
+set insertString=20
+echo !insertstring!>>output\otp.dat
+
+echo ok end
\ No newline at end of file
Index: util/crc16.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/crc16.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/eeprom2fulleeprom.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/eeprom2fulleeprom.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/eeprom2fulleeprom.pl
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/eeprom2fulleeprom.pl	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/eeprom2fulleeprom.pl	(working copy)
@@ -0,0 +1,18 @@
+
+
+
+$source_file = $ARGV[0];
+$eeprom_size = $ARGV[1];
+
+open(EEP,"$source_file") or die("cannot open files");
+for ($i = 1 ;$i<=$eeprom_size*128-2;$i++)
+{
+
+    while (<EEP>) { 
+        $c = hex();
+        printf "%02x\n", $c;
+        $i++;
+    }
+
+	printf "FF\n";
+}
Index: util/eeprom2otp.pl
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/eeprom2otp.pl	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/eeprom2otp.pl	(working copy)
@@ -0,0 +1,24 @@
+
+#改前三个字节为0200；
+#输入一个文件，输出一个文件；
+
+if(@ARGV < 2) {
+	printf "less files\n";
+	exit;
+}
+else{
+	open(file, $ARGV[0]) or die "Can't open  file  : $!"; 
+	open(file_out, ">$ARGV[1]")or die "Can't open out file  : $!"; 
+	@lines = <file>;
+	$length = @lines;
+	
+	my $j=2;
+	print file_out "00\n01\n";
+	while($j<$length){
+			print file_out "$lines[$j]";
+			$j++;
+	}
+#	print "----- reverse end -----";
+	close(file);
+	close(file_out);
+}
Index: util/geneep.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/geneep.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/mergepatch.pl
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/mergepatch.pl	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/mergepatch.pl	(working copy)
@@ -0,0 +1,351 @@
+#!/usr/bin/perl
+$defs = "";
+
+sub alloc {
+	my($end, %mc) = @_;
+	my(%eadr) = ();
+	my($tstr, $str, $i, $j, $addr);
+	my($tstr) = "";
+	
+	foreach $i (sort keys %mc) {
+		if($i =~ /(.+)_(.+)/ && exists($eadr{$1})) {
+			$addr = $eadr{$1};
+		} else {
+			$addr = $end;
+		}
+		for($j = 0;$j <= $#{$mc{$i}};$j++) {
+			if($mc{$i}[$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$var{$2} = $addr;
+				$addr += $1;
+				$tstr .= $str;
+			}
+		}
+		$eadr{$i} = $addr;
+	}
+	if($addr > 0x4000) {
+		$xend = $addr if($addr > $xend);
+	} else {
+		$bend = $addr if($addr > $bend);
+	}
+	return $tstr . "\n";
+}
+
+
+sub malloc {
+	$path="output/bt_format.meta";
+	open file, $path;
+	@f = <file>;
+	close file;
+	open file, ">$path";
+	$path =~ s/\/.*//;
+	open file1, ">output/memmap.format";
+	$xaddr = 0x4000;
+	$addr = 0;
+	if($#ARGV == 1) {
+		$addr = hex($ARGV[0]);
+		$xaddr = hex($ARGV[1]);
+	}
+	for($i = 0, $ocnt = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		$start = 1 if(/^\s*memalloc\s*\(\s*$/);		# allocate from 0
+		$start = 2 if(/^\s*xmemalloc\s*\(\s*$/);	# allocate from 4000
+		$start = 3 if(/^\s*omemalloc\s*\(\s*$/);	# allocate after all xmemalloc, mutex from each other(obsolete, for compatibility)
+		if(/^\s*([ax]*)memalloc\s+([a-zA-Z_0-9]+)\s*\(\s*$/) {
+			$start = $1 eq 'a' ? 5 : $1 eq 'x' ? 6 : 7;
+			$basev = $2;
+		}
+		if($start) {
+			if(/^\s*([a-zA-Z0-9_]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/ && exists($def2{$1})) {		# macro for size
+				$_ = sprintf("%s %s %s", $def2{$1}, $2, $3);
+			}
+			if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				if($start == 1) {
+					$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+					$var{$2} = $addr;
+					$addr += $1;
+					$bstr .= $str;
+				} elsif($start == 2) {
+					$str = sprintf "0x%04x %s%s\n", $xaddr, $2, $3;
+					$var{$2} = $xaddr;
+					$xaddr += $1;
+					$xstr .= $str;
+				} else {
+					push @ostr, $_;
+				}
+			}
+			if(/^\s*\)\s*$/) {
+				if(@ostr > 0) {
+					if($start == 3) {
+						push @{$xmalloc{$ocnt}}, @ostr;
+						$ocnt++;
+					} elsif($start == 5) {
+						push @aaddr,$basev;
+						push @amalloc,[@ostr];
+					} elsif($start == 6) {
+						push @{$xmalloc{$basev}}, @ostr;
+					} elsif($start == 7) {
+						push @{$malloc{$basev}}, @ostr;
+					} 
+				}
+				$start = 0;
+				@ostr = ();
+			}
+		} else {
+			$def2{$2} = $1 if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/);
+			$sstr .= $_;
+		}
+	}
+	
+#--------------------- o/x/memalloc process -----------------------
+	$bend = $addr, $xend = $xaddr;
+	$bstr .= alloc($addr, %malloc);
+	$xstr .= alloc($xaddr, %xmalloc);
+
+#--------------------- amemalloc process -----------------------
+	for($i = 0;$i <= $#aaddr;$i++) {
+		for($j = 0, $addr = $aaddr[$i] =~ /^0x([0-9a-f]+)/ ? hex($1) : $var{$aaddr[$i]};$addr != 0 && $j <= $#{$amalloc[$i]};$j++) {
+			if($amalloc[$i][$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$addr += $1;
+				if($addr < 0x4000) {
+					$bstr .= $str;
+				} else  {
+					$xstr .= $str;
+				}
+			}
+		}
+	}
+
+	
+	print file $bstr, $xstr, $sstr;
+	print file1 $bstr, $xstr;
+	close file;
+	close file1;
+	printf "\nLast allocated address is %04x\n", $bend;
+	printf "\nLast allocated xmem address is %04x\n", $xend;
+}
+
+
+sub getdefs {
+	my($def) = @_;
+	my(@ifdefs) = split(/\s*\|\s*/, $def);
+	my $v = 0;
+	foreach (@ifdefs) {
+		s/\s//g;
+		$v = 1 if($defs =~ /(^|\s)$_(\s|$)/);
+	}
+	return $v;
+}
+
+sub parseif {
+	my($fname) = @_;
+	open file, $fname;
+	@f = <file>;
+	close file;
+	open file, ">$fname";
+	@valid = (1);
+	for($i = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		s/\/\*.*\*\///g;
+		$comment = 1 if(/\/\*/ && !/\/\//);
+		if($comment) {
+			$comment = 0 if(/\*\//);
+			next;
+		}
+		if(/^\s*ifdef\s+(.+)$/) {
+			$v = getdefs($1) ? 1 : 0;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*ifndef\s+(.+)$/) {
+			$v = getdefs($1) ? 0 : 1;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*else/) {
+			printf "%s\nelse without if at line %d\n", $f[$i - 3], $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			$valid[$#valid] = (1 - $valid[$#valid]) & $valid[$#valid - 1];
+		} elsif(/^\s*endif/) {
+			printf "%s\nendif without if at line %d\n", $_, $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			pop @valid;
+		} elsif($valid[$#valid]) {
+			if(/^include\s+(.+)\s*/) {
+				open file2, "program/$1";
+				@f2 = <file2>;
+				close file2;
+				splice(@f, $i + 1, 0, @f2);
+			} else {
+			if(/^define\s+(\w+)\s*/) {
+				$defs .= $1 . " " 
+			}
+				print file $_;
+			}
+		}
+	}
+	close file;
+}
+
+sub genpatch
+{
+	print "genpatch\n";
+	$patched = 0;
+	open file,"output/bt_program23.meta";
+	while(<file>) {
+		if(/^\s*beq\s+patch([0-9a-f]+)_([0-7]),/) {
+			$a = hex($1), $b = hex($2);
+			$bits[$a] |= 1 << $b;
+			$patched = 1;
+		}
+	}
+	close file;
+	return if(!$patched);
+	open file,"output/sched.rom";
+	@sched = <file>;
+	close file;
+	for($j = 0;$j < 0x40;$j++) { 
+		$s .= sprintf ("%02x   #mem_patch%02x\n", $bits[$j], $j);
+	}
+	$s .= "\n\n";
+	for($i = $skip = 0;$i < @sched;$i++) {
+		$_ = $sched[$i];
+		if($skip > 0 && /:/) {
+			splice(@sched, $skip, $i - $skip, $s);
+			last;
+		}
+		$skip = $i + 1 if(/^mem_patch00:\s*$/);
+	}
+	if($skip == 0) {
+		$s = "mem_patch00:\n" . $s;
+		splice(@sched, 0, 0, $s);
+	}
+	open file,">output/sched.rom";
+	for($i = 0;$i < @sched;$i++) { print file $sched[$i]; }
+	close file;
+}
+
+sub zcode {
+	open file, "output/bt_program23.meta";
+	@f = <file>;
+	close file;
+	for($i = $label = $line[0] = 0, $z = 1;$i < @f;$i++) {
+		$_ = $f[$i];
+		$line[0] = $i - 1 if(/^org\s+0x([23]000|800)/ && $line[0] == 0);
+		if(/^org z\s*$/) {
+			$line[$z/0x10000 + 1] = $i - 1;
+			$z += 0x10000;
+			$f[$i] = sprintf("org 0x%x\n", $z);
+			$label = 1;
+		}
+		if(/^(\w+):\s*$/ && $label == 1) {
+			$lab{$1} = $z;
+			$label = 2;
+		}
+	}
+	return if($z == 1);
+	$line[$z/0x10000 + 1] = $i - 1;
+	for($i = 0;$i < @f;$i++) {
+		$_ = $f[$i];
+		$label = "";
+		if(/^\s*(branch|nbranch|call|ncall|setarg)\s+(\w+)\s*$/ || /^\s*(branch|nbranch|call|ncall|arg)\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $2;
+		}
+		if(/^\s*(bmark|beq|bne|bbit[01])\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $3;
+		}
+		$branch = /^\s+branch\s+$label\s*$/ ? 1 : 0;
+		if(exists($lab{$label})) {
+			$nlabel = "jmpz_" . $label;
+			$f[$i] =~ s/$label/eval "$nlabel"/e;
+			if($lab{$label} > 100) {
+				$z = int($lab{$label}/0x1000);
+				$l = $i < $line[1] ? $line[0] : $line[$z/10 - 1];
+				if($branch && $i >= $line[1]) {
+					$f[$i] = sprintf("\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $z);
+				} else {
+					$f[$l] .= sprintf("%s:\n\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $nlabel, $z);
+				}
+				$lab{$label} = 1;
+			}
+		}
+	}
+	open file, ">output/bt_program23.meta";
+	for($i = 0;$i < @f;$i++) {
+		if($f[$i] =~ /^\s*bbit1 8,pf_patch_ext\s*$/) {
+			printf file ("p_start:\n\tbranch p_patch_array\n\np_zcode:\n");
+			for($j = 0;$j < 63;$j++) {
+				printf file "\tnop %d\n", $j + 1;
+			}
+			printf file "p_patch_array:\n";
+		}
+		print file $f[$i];
+	}
+	close file;
+}
+
+sub authrom {
+	$addr = 0x9000;
+	foreach $s (@ARGV) {
+		open f, "../sched/" . $s . ".dat" or die "cannot open dat file $s";
+		@ff = <f>;
+		close f;
+		foreach (@ff) { $_ =~ s/\s//g;push @auth, $_ . "\n"; }
+	#	printf "0x%x %s_ADDR\n", $addr, uc($s);
+		$addr += $#ff + 1;
+	}
+	open f,">auth.rom";
+	print f @auth;
+	close f;
+	open f,"romcode.rom" or return;
+	@rom = <f>;
+	close f;
+	for($i = 0, $j = $#rom - 0x1ff;$i < 0x200;$i++,$j++) {
+		for($k = 0, $l = "";$k < 4;$k++) {
+			$_ = $auth[$i*4 + $k];
+			s/\s//g;
+			$_ = "00" if(/^$/);
+			$l =  $_ . $l;
+		}
+		$rom[$j] = $l . "\n";
+	}
+	open f,">romcode.rom";
+	print f @rom;
+	close f;
+}
+
+sub otp {
+	open f,'eeprom.dat';
+	@a=<f>;
+	open f,'../sched/otp_set.dat';
+	@b=<f>;
+	open f,'>otp.dat';
+#	printf f "0b\n00\n";
+	print f @b;
+	splice(@a,0,2);
+	print f @a;
+	close f;
+}
+
+if($ARGV[0] eq "otp") {
+	otp();
+	exit;
+} elsif(@ARGV > 0) {
+	authrom();
+	exit;
+}
+
+parseif("output/bt_program23.meta");
+parseif("output/bt_format.meta");
+genpatch() if($defs !~ / SIM /);
+malloc();
+zcode();
Index: util/romcrc.pl
===================================================================
--- /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/romcrc.pl	(nonexistent)
+++ /1121s/branch/mouse/RongLian_Project/RL_mouse_public_1M_sdk/util/romcrc.pl	(working copy)
@@ -0,0 +1,54 @@
+#!/bin/perl
+sub crc16_ccitt2
+{
+	my($crc, $c) = @_;
+
+  $crc  = ($crc >> 8) | ($crc << 8);
+  $crc ^= $c;
+  $crc ^= ($crc & 0xff) >> 4;
+  $crc ^= $crc << 12;
+  $crc ^= ($crc & 0xff) << 5;
+  $crc &= 0xffff;
+ return $crc;
+}
+
+sub gencrc
+{
+  my($crc, $c) = @_;
+  my($i);
+	$c =~ s/\s//g;
+  for($i = 0;$i < length($c);$i+=2) {
+  	$crc = crc16_ccitt2($crc, hex(substr($c, $i, 2)));
+  }
+  return $crc;
+}
+
+open f,"$ARGV[0]" or die "open romfile fail";
+@txt = <f>;
+close f;
+$len = $len0 = $#txt;
+$len = hex($ARGV[1]) if(@ARGV > 1);
+for($i = 0, $crc = 0xffff;$i < $len;$i++) {
+	if($i <= $len) {
+		$_ = $txt[$i];
+		s/\s//g;
+		$wid = length($_) if($i == 0);
+		$crc = gencrc($crc, $_);
+		$txt[$i] = $_ . "\n";
+	} else {
+		$txt[$i] = join('', map('0', 1..$wid)) . "\n";
+		$crc = gencrc($crc, $txt[$i]);
+	}
+}
+if($wid > 4) {
+	$txt[$len] = join('', map('0', 1..($wid - 4)));
+	$crc = gencrc($crc, $txt[$i]);
+	$txt[$len] .= sprintf("%04x", $crc);
+} else {
+	$txt[$len] .= sprintf("%02x\n%02x\n", $crc >> 8, $crc & 0xff);
+}
+
+printf "%02x\n%02x\n", $crc >> 8, $crc & 0xff;
+open f,">$ARGV[0]";
+print f @txt;
+close f;
