/Designs/Measuring_instruments/RMDS01C/SW/PIC16F887/main.esym
1,7 → 1,8
D G "__PCM__" 0 0 ""4.106""
D G "__DEVICE__" 0 0 ""
D G "__DATE__" 0 0 ""01-II-14""
D G "__TIME__" 0 0 ""20:13:30"" "Standard Header file for the PIC16F887 device ////////////////"
C L "MAIN" 0 20 5 "FUNCTION"
D G "__PCM__" 0 152 ""4.106""
D G "__DEVICE__" 0 152 "887"
D G "__DATE__" 0 152 ""04-II-14""
D G "__TIME__" 0 152 ""11:45:16"" "Standard Header file for the PIC16F887 device ////////////////"
d G "PIN_A0" 2 20 "40"
d G "PIN_A1" 2 21 "41"
d G "PIN_A2" 2 22 "42"
273,27 → 274,182
d G "INT_RB5" 2 418 "0x0200B08"
d G "INT_RB6" 2 419 "0x0400B08"
d G "INT_RB7" 2 420 "0x0800B08"
D G "LED" 0 4 "PIN_E1"
D G "CE" 0 5 "PIN_E2"
V G "count" 0 7 "int16"
V G "rcv_buf" 0 9 "int8[16]" "I2C receive buffer"
V G "snd_buf" 0 10 "int8[16]" "I2C send buffer"
V G "buffer" 0 12 "int8[16]" "I2C buffer"
V G "address" 0 13 "int8"
V G "cmd" 0 15 "int8[40]"
F G "ssp_interupt" 0 18 "void()"
V L "incoming" 0 20 "int8"
V L "state" 0 20 "int8"
C L "ssp_interupt" 0 24 1 "FUNCTION"
C L "ssp_interupt" 0 24 1 "FUNCTION"
C L "ssp_interupt" 0 24 1 "FUNCTION"
C L "ssp_interupt" 0 24 1 "FUNCTION"
F G "TIMER2_isr" 0 49 "void()"
F G "MAIN" 0 58 "void()"
C L "MAIN" 0 24 1 "FUNCTION"
C L "MAIN" 0 24 1 "FUNCTION"
V L "n" 0 72 "int8"
C L "MAIN" 0 24 1 "FUNCTION"
D G "_STRING" 3 12 ""
D G "_STDDEF" 4 13 ""
D G "ptrdiff_t" 4 18 "unsigned int16"
D G "size_t" 4 21 "unsigned int8"
D G "wchar_t" 4 22 "char"
D G "NULL" 4 23 "0"
D G "offsetof" 4 25 "(s,f) (offsetofbit(s,f)/8)"
D G "_CTYPE" 5 12 ""
D G "islower" 5 14 "(x) isamong(x,"abcdefghijklmnopqrstuvwxyz")"
D G "isupper" 5 15 "(x) isamong(x,"ABCDEFGHIJKLMNOPQRSTUVWXYZ")"
D G "isalnum" 5 16 "(x) isamong(x,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")"
D G "isalpha" 5 17 "(x) isamong(x,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")"
D G "isdigit" 5 18 "(x) isamong(x,"0123456789")"
D G "isspace" 5 19 "(x) ((x)==' ')"
D G "isxdigit" 5 20 "(x) isamong(x,"0123456789ABCDEFabcdef")"
D G "iscntrl" 5 21 "(x) ((x)<' ')"
D G "isprint" 5 22 "(x) ((x)>=' ')"
D G "isgraph" 5 23 "(x) ((x)>' ')"
D G "ispunct" 5 24 "(x) (((x)>' ')&&!isalnum(x))"
C L "memmove" 3 19 10 "FUNCTION"
F G "memmove" 3 34 "*int8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 34 "*int8"
V L "s2" 3 34 "*int8"
V L "n" 3 34 "int8"
V L "sc1" 3 36 "*int8"
V L "sc2" 3 37 "*int8"
D G "strcopy" 3 54 "strcpy"
C L "strncpy" 3 19 4 "FUNCTION"
F G "strncpy" 3 61 "*int8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 61 "*int8"
V L "s2" 3 61 "*int8"
V L "n" 3 61 "int8"
V L "s" 3 63 "*int8"
C L "strcat" 3 19 3 "FUNCTION"
F G "strcat" 3 78 "*int8(*int8 s1,*int8 s2)"
V L "s1" 3 78 "*int8"
V L "s2" 3 78 "*int8"
V L "s" 3 80 "*int8"
C L "strncat" 3 19 2 "FUNCTION"
F G "strncat" 3 96 "*int8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 96 "*int8"
V L "s2" 3 96 "*int8"
V L "n" 3 96 "int8"
V L "s" 3 98 "*int8"
C L "memcmp" 3 19 3 "FUNCTION"
F G "memcmp" 3 120 "sint8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 120 "*int8"
V L "s2" 3 120 "*int8"
V L "n" 3 120 "int8"
V L "su1" 3 122 "*int8"
V L "su2" 3 122 "*int8"
C L "strcmp" 3 19 2 "FUNCTION"
F G "strcmp" 3 134 "sint8(*int8 s1,*int8 s2)"
V L "s1" 3 134 "*int8"
V L "s2" 3 134 "*int8"
C L "strcoll" 3 19 2 "FUNCTION"
F G "strcoll" 3 144 "sint8(*int8 s1,*int8 s2)"
V L "s1" 3 144 "*int8"
V L "s2" 3 144 "*int8"
C L "strncmp" 3 19 4 "FUNCTION"
F G "strncmp" 3 157 "sint8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 157 "*int8"
V L "s2" 3 157 "*int8"
V L "n" 3 157 "int8"
C L "strxfrm" 3 19 3 "FUNCTION"
F G "strxfrm" 3 169 "int8(*int8 s1,*int8 s2,int8 n)"
V L "s1" 3 169 "*int8"
V L "s2" 3 169 "*int8"
V L "n" 3 169 "int8"
V L "s" 3 171 "*int8"
V L "n1" 3 172 "int8"
C L "memchr" 3 19 3 "FUNCTION"
F G "memchr" 3 191 "*int8(*int8 s,int8 c,int8 n)"
V L "s" 3 191 "*int8"
V L "c" 3 191 "int8"
V L "n" 3 191 "int8"
V L "uc" 3 193 "int8"
V L "su" 3 194 "*int8"
C L "strchr" 3 19 2 "FUNCTION"
F G "strchr" 3 205 "*int8(*int8 s,int8 c)"
V L "s" 3 205 "*int8"
V L "c" 3 205 "int8"
C L "strcspn" 3 19 4 "FUNCTION"
F G "strcspn" 3 217 "int8(*int8 s1,*int8 s2)"
V L "s1" 3 217 "*int8"
V L "s2" 3 217 "*int8"
V L "sc1" 3 219 "*int8"
V L "sc2" 3 219 "*int8"
C L "strpbrk" 3 19 4 "FUNCTION"
F G "strpbrk" 3 232 "*int8(*int8 s1,*int8 s2)"
V L "s1" 3 232 "*int8"
V L "s2" 3 232 "*int8"
V L "sc1" 3 234 "*int8"
V L "sc2" 3 234 "*int8"
C L "strrchr" 3 19 2 "FUNCTION"
F G "strrchr" 3 247 "*int8(*int8 s,int8 c)"
V L "s" 3 247 "*int8"
V L "c" 3 247 "int8"
V L "p" 3 249 "*int8"
C L "strspn" 3 19 2 "FUNCTION"
F G "strspn" 3 262 "int8(*int8 s1,*int8 s2)"
V L "s1" 3 262 "*int8"
V L "s2" 3 262 "*int8"
V L "sc1" 3 264 "*int8"
V L "sc2" 3 264 "*int8"
C L "strstr" 3 19 6 "FUNCTION"
F G "strstr" 3 281 "*int8(*int8 s1,*int8 s2)"
V L "s1" 3 281 "*int8"
V L "s2" 3 281 "*int8"
V L "s" 3 283 "*int8"
V L "t" 3 283 "*int8"
C L "strtok" 3 19 13 "FUNCTION"
F G "strtok" 3 320 "*int8(*int8 s1,*int8 s2)"
V L "s1" 3 320 "*int8"
V L "s2" 3 320 "*int8"
V L "beg" 3 322 "*int8"
V L "end" 3 322 "*int8"
V L "save" 3 323 "*int8"
C L "strlen" 3 19 6 "FUNCTION"
F G "strlen" 3 369 "int8(*int8 s)"
V L "s" 3 369 "*int8"
V L "sc" 3 371 "*int8"
C L "stricmp" 3 19 2 "FUNCTION"
F G "stricmp" 3 380 "sint8(*int8 s1,*int8 s2)"
V L "s1" 3 380 "*int8"
V L "s2" 3 380 "*int8"
C L "strlwr" 3 19 3 "FUNCTION"
F G "strlwr" 3 394 "*int8(*int8 s)"
V L "s" 3 394 "*int8"
V L "p" 3 396 "*int8"
D G "LED" 0 5 "PIN_E1"
D G "CE" 0 6 "PIN_E2"
D G "SEL0" 0 8 "PIN_E0" "external counter division ratio"
D G "SEL1" 0 9 "PIN_E1" "external counter division ratio"
D G "MR" 0 10 "PIN_E2" "external counter master reset"
D G "CLKI" 0 11 "PIN_C0" "internal counter input"
D G "BEEP" 0 12 "PIN_C3" "buzzer"
V G "count" 0 14 "int32"
V G "buffer" 0 17 "int8[16]" "I2C buffer"
V G "address" 0 18 "int8"
V G "of" 0 20 "int16"
V G "cmd" 0 22 "int8[40]"
F G "ssp_interupt" 0 25 "void()"
V L "incoming" 0 27 "int8"
V L "state" 0 27 "int8"
C L "ssp_interupt" 0 20 1 "FUNCTION"
C L "ssp_interupt" 0 20 1 "FUNCTION"
C L "ssp_interupt" 0 20 1 "FUNCTION"
C L "ssp_interupt" 0 20 1 "FUNCTION"
F G "EXT_isr" 0 58 "void()"
V L "countH" 0 60 "int16"
V L "countL" 0 61 "int8"
V L "countS" 0 62 "int8[10]"
V L "a" 0 62 "int8[4]"
V L "b" 0 62 "int8[4]"
V L "c" 0 62 "int8[4]" "strings for printing results"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
C L "EXT_isr" 0 20 1 "FUNCTION"
F G "TIMER1_isr" 0 99 "void()"
C L "MAIN" 0 20 7 "FUNCTION"
F G "MAIN" 0 115 "void()"
C L "MAIN" 0 20 1 "FUNCTION"
V L "n" 0 129 "int8"
C L "MAIN" 0 20 1 "FUNCTION"
C L "MAIN" 0 20 1 "FUNCTION"
C L "MAIN" 0 20 1 "FUNCTION"
F B "reset_cpu" 0 0
F B "abs" 1 0
F B "sleep_ulpwu" 1 0