Rev 2984 Rev 2985
Line 1... Line 1...
1 D G "__PCM__" 0 33 ""4.106"" 1 D G "__PCM__" 0 71 ""4.106""
2 D G "__DEVICE__" 0 33 "887" 2 D G "__DEVICE__" 0 71 "887"
3 D G "__DATE__" 0 33 ""15-V-13"" 3 D G "__DATE__" 0 71 ""15-V-13""
4 D G "__TIME__" 0 33 ""16:26:21"" "Standard Header file for the PIC16F887 device ////////////////" 4 D G "__TIME__" 0 71 ""18:53:30"" "Standard Header file for the PIC16F887 device ////////////////"
5 d G "PIN_A0" 2 20 "40" 5 d G "PIN_A0" 2 20 "40"
6 d G "PIN_A1" 2 21 "41" 6 d G "PIN_A1" 2 21 "41"
7 d G "PIN_A2" 2 22 "42" 7 d G "PIN_A2" 2 22 "42"
8 d G "PIN_A3" 2 23 "43" 8 d G "PIN_A3" 2 23 "43"
9 d G "PIN_A4" 2 24 "44" 9 d G "PIN_A4" 2 24 "44"
Line 281... Line 281...
281 D G "MAG_ROZ250" 3 10 "0x60" 281 D G "MAG_ROZ250" 3 10 "0x60"
282 D G "MAG_ROZ400" 3 11 "0x80" 282 D G "MAG_ROZ400" 3 11 "0x80"
283 D G "MAG_ROZ470" 3 12 "0xA0" 283 D G "MAG_ROZ470" 3 12 "0xA0"
284 D G "MAG_ROZ560" 3 13 "0xC0" 284 D G "MAG_ROZ560" 3 13 "0xC0"
285 D G "MAG_ROZ810" 3 14 "0xE0" 285 D G "MAG_ROZ810" 3 14 "0xE0"
286 F G "set_mag" 4 1 "void()" "uvodni nastaveni na kontinualni mereni, rozsah ± 8.1 Ga, frekvence mereni 15HZ" -  
287 C L "set_mag" 4 3 1 "FUNCTION" 286 D G "HMC5883L_WRT_ADDR" 4 2 "0x3C"
288 C L "set_mag" 4 3 1 "FUNCTION" 287 D G "HMC5883L_READ_ADDR" 4 3 "0x3D"
289 C L "set_mag" 4 3 1 "FUNCTION" 288 D G "HMC5883L_CFG_A_REG" 4 6 "0x00"
290 F G "set_mag_roz" 4 26 "void(int8 h)" 289 D G "HMC5883L_CFG_B_REG" 4 7 "0x01"
291 V L "h" 4 26 "int8" "nastavy rozsah" 290 D G "HMC5883L_MODE_REG" 4 8 "0x02"
292 F G "mag_read" 4 44 "int8(int8 reg)" 291 D G "HMC5883L_X_MSB_REG" 4 9 "0x03"
293 V L "reg" 4 44 "int8" "pro cteni reg" 292 C L "hmc5883l_write_reg" 4 1 1 "FUNCTION"
294 F G "mag_vypocet" 4 58 "sint16(int8 h,int8 l)" 293 F G "hmc5883l_write_reg" 4 14 "void(int8 reg,int8 data)"
295 V L "h" 4 58 "int8" 294 V L "reg" 4 14 "int8"
296 V L "l" 4 58 "int8" "prepocet na 16bit cislo" -  
297 V L "x" 4 60 "sint16" 295 V L "data" 4 14 "int8"
298 F G "mag_readX" 4 66 "sint16()" "nacteni osy x" 296 F G "hmc5883l_read_reg" 4 24 "int8(int8 reg)"
299 V L "h" 4 68 "int8" 297 V L "reg" 4 24 "int8"
300 V L "l" 4 68 "int8" 298 V L "retval" 4 26 "int8"
-   299 T G "hmc5883l_result" 4 45 "{sint16 x,sint16 y,sint16 z}" "This global structure holds the values read"
301 V L "x" 4 69 "sint16" 300 V G "compass" 4 49 "hmc5883l_result"
302 F G "mag_readY" 4 78 "sint16()" "nacteni osy x" 301 F G "hmc5883l_read_data" 4 52 "void()"
303 V L "h" 4 80 "int8" 302 V L "x_lsb" 4 54 "int8"
304 V L "l" 4 80 "int8" 303 V L "x_msb" 4 55 "int8"
305 V L "x" 4 81 "sint16" 304 V L "y_lsb" 4 57 "int8"
306 F G "mag_readZ" 4 90 "sint16()" "nacteni osy x" 305 V L "y_msb" 4 58 "int8"
307 V L "h" 4 92 "int8" 306 V L "z_lsb" 4 60 "int8"
308 V L "l" 4 92 "int8" 307 V L "z_msb" 4 61 "int8"
-   308 C L "hmc5883l_read_data" 4 1 1 "FUNCTION"
-   309 C L "hmc5883l_read_data" 4 1 1 "FUNCTION"
309 V L "x" 4 93 "sint16" 310 C L "hmc5883l_read_data" 4 1 1 "FUNCTION"
310 F G "MAIN" 0 4 "void()" 311 F G "MAIN" 0 4 "void()"
311 V L "x" 0 6 "sint16" 312 V L "last" 0 6 "int1"
312 V L "Y" 0 6 "sint16" 313 V L "anemo_round" 0 7 "int16"
-   314 V L "i" 0 8 "int16" "signed int16 X,Y,Z;"
-   315 C L "MAIN" 0 19 3 "FUNCTION"
-   316 C L "MAIN" 0 19 1 "FUNCTION"
-   317 C L "MAIN" 0 19 1 "FUNCTION"
-   318 C L "MAIN" 0 19 2 "FUNCTION"
313 V L "Z" 0 6 "sint16" 319 C L "MAIN" 0 19 6 "FUNCTION"
314 C L "MAIN" 0 14 1 "FUNCTION" 320 C L "MAIN" 0 19 1 "FUNCTION"
315 F B "reset_cpu" 0 0 321 F B "reset_cpu" 0 0
316 F B "abs" 1 0 322 F B "abs" 1 0
317 F B "sleep_ulpwu" 1 0 323 F B "sleep_ulpwu" 1 0
318 F B "sleep" 0 0 324 F B "sleep" 0 0
319 F B "delay_cycles" 1 0 325 F B "delay_cycles" 1 0