📄 pc-pic.esym
字号:
d G "INT_CANRX1" 1 434 "0xA302"
d G "INT_CANRX0" 1 435 "0xA301"
d G "INT_OSCF" 1 436 "0xA080"
D G "Button" 2 21 "input(PIN_A4)"
D G "Led1On" 2 22 "output_high(pin_d0)"
D G "Led1Off" 2 23 "output_low(pin_d0)"
D G "Led2On" 2 24 "output_high(pin_d1)"
D G "Led2Off" 2 25 "output_low(pin_d1)"
D G "Led3On" 2 26 "output_high(pin_d2)"
D G "Led3Off" 2 27 "output_low(pin_d2)"
D G "Led4On" 2 28 "output_high(pin_d3)"
D G "Led4Off" 2 29 "output_low(pin_d3)"
D G "Led5On" 2 30 "output_high(pin_d4)"
D G "Led5Off" 2 31 "output_low(pin_d4)"
D G "Led6On" 2 32 "output_high(pin_d5)"
D G "Led6Off" 2 33 "output_low(pin_d5)"
D G "Led7On" 2 34 "output_high(pin_d6)"
D G "Led7Off" 2 35 "output_low(pin_d6)"
D G "Led8On" 2 36 "output_high(pin_d7)"
D G "Led8Off" 2 37 "output_low(pin_d7)"
V G "lengthOfQueryMessage_output" 3 4 "int16"
V G "lengthOfResponseMessage_input" 3 5 "int16"
V G "lengthOfResponseMessage_output" 3 6 "int16"
V G "lengthOfQueryMessage_input" 3 7 "int16"
V G "functionCode_Send" 3 8 "int8"
V G "functionCode_Receive" 3 9 "int8"
V G "StartQueryMessage" 3 11 "int1"
V G "StartResponseMMessage" 3 12 "int1"
V G "StartReceiveMessage" 3 13 "int1"
V G "status" 3 14 "int1"
V G "queryMessage" 3 17 "int8[8]" "phai xac dinh ro so luong"
V G "responseMessage" 3 18 "int8[15]" "phai xac dinh ro so luong"
V G "value" 3 20 "int8"
V G "count" 3 21 "int8"
V G "Stage_ID" 3 22 "int8"
V G "command" 3 23 "int8"
C G "" 3 24 1 "*"
V G "CRC" 3 26 "int8[2]"
V G "NumberPoint_bits" 3 27 "int8"
V G "NumberPoint_bytes" 3 28 "int8"
V G "StartingAddress" 3 29 "int16"
V G "CoilAddress" 3 30 "int16"
V G "ByteCount" 3 31 "int8"
C L "transmit" 3 24 1 "FUNCTION"
F G "transmit" 3 35 "void()"
V L "i" 3 36 "int8"
V L "Message" 3 44 "*int8"
F G "response" 3 45 "void(*int8 Message)"
V L "i" 3 46 "int8"
V L "Message" 3 55 "*int8"
V L "length" 3 55 "int8"
V L "check" 3 55 "*int8" "chuong trinh con tinh CRC"
F G "getCRC" 3 56 "void(*int8 Message,int8 length,*int8 check)"
V L "CRCFull" 3 57 "int16"
V L "CRCHigh" 3 58 "int8"
V L "CRCLow" 3 58 "int8"
V L "CRCLSB" 3 59 "int16"
V L "i" 3 60 "int8"
V L "j" 3 60 "int8"
C L "ConvertInt16ToByte" 3 79 9 "*"
V L "value" 3 95 "int16"
V L "HiValue" 3 95 "int8"
V L "LoValue" 3 95 "int8"
F G "ConvertInt16ToByte" 3 96 "void(int16 value,int8 HiValue,int8 LoValue)"
C L "ReadCoilStatus" 3 100 1 "*"
V L "slaveAddress" 3 101 "int8"
V L "StartingAddress" 3 101 "int16"
V L "quantityOfCoils" 3 101 "int16"
F G "ReadCoilStatus" 3 102 "void(int8 slaveAddress,int16 StartingAddress,int16 quantityOfCoils)"
C L "ReadCoilStatus" 3 100 1 "FUNCTION"
C L "ReadCoilStatus" 3 100 1 "FUNCTION"
V L "slaveAddress" 3 117 "int8"
V L "StartingAddress" 3 117 "int16"
V L "quantityOfInputs" 3 117 "int8"
F G "ReadInputStatus" 3 118 "void(int8 slaveAddress,int16 StartingAddress,int8 quantityOfInputs)"
V L "slaveAddress" 3 120 "int8"
V L "StartingAddress" 3 120 "int16"
V L "quantityOfRegisters" 3 120 "int8"
F G "ReadHoldingRegisters" 3 121 "void(int8 slaveAddress,int16 StartingAddress,int8 quantityOfRegisters)"
V L "slaveAddress" 3 123 "int8"
V L "StartingAddress" 3 123 "int16"
V L "quantityOfInputRegisters" 3 123 "int8"
F G "ReadInputRegisters" 3 124 "void(int8 slaveAddress,int16 StartingAddress,int8 quantityOfInputRegisters)"
V L "slaveAddress" 3 126 "int8"
V L "CoilAddress" 3 126 "int16"
V L "DataToWrite" 3 126 "int8"
F G "ForceSingleCoil" 3 127 "void(int8 slaveAddress,int16 CoilAddress,int8 DataToWrite)"
V L "slaveAddress" 3 129 "int8"
V L "RegisterAddress" 3 129 "int16"
V L "DataToWrite" 3 129 "int8"
F G "PresetSingleRegister" 3 130 "void(int8 slaveAddress,int16 RegisterAddress,int8 DataToWrite)"
V L "slaveAddress" 3 132 "int8"
V L "StartingAddress" 3 132 "int16"
V L "quantityOfCoils" 3 132 "int8"
V L "ValueToWrite" 3 132 "*int8"
F G "ForceMultipleCoils" 3 133 "void(int8 slaveAddress,int16 StartingAddress,int8 quantityOfCoils,*int8 ValueToWrite)"
V L "slaveAddress" 3 135 "int8"
V L "StartingAddress" 3 135 "int16"
V L "ValueToWrite" 3 135 "*int8[1]"
F G "PresetMultipleRegisters" 3 136 "void(int8 slaveAddress,int16 StartingAddress,*int8 ValueToWrite)"
V G "receiveMessage" 0 10 "int8[8]" "phai o ben nay"
F G "receive" 0 16 "void()"
V L "i" 0 17 "int8"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 1 "FUNCTION"
C L "receive" 0 20 6 "FUNCTION"
C L "receive" 0 169 1 "*"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
C L "receive" 0 169 1 "FUNCTION"
F G "setup" 0 251 "void()"
F G "MAIN" 0 263 "void()"
C L "MAIN" 0 169 1 "FUNCTION"
C L "MAIN" 0 169 1 "FUNCTION"
C L "MAIN" 0 169 1 "FUNCTION"
C L "MAIN" 0 169 1 "FUNCTION"
C L "MAIN" 0 169 1 "FUNCTION"
C L "MAIN" 0 169 1 "FUNCTION"
F B "reset_cpu" 0 0
F B "abs" 1 0
F B "sleep" 0 0
F B "delay_cycles" 1 0
F B "read_bank" 2 0
F B "write_bank" 3 0
F B "shift_left" 2 2
F B "shift_right" 2 2
F B "rotate_left" 2 0
F B "rotate_right" 2 0
F B "_mul" 2 0
F B "strcpy" 2 0
F B "memset" 3 0
F B "memcpy" 3 0
F B "isamoung" 2 0
F B "isamong" 2 0
F B "bit_set" 2 0
F B "bit_clear" 2 0
F B "bit_test" 2 0
F B "toupper" 1 0
F B "tolower" 1 0
F B "swap" 1 0
F B "printf" 1 255
F B "fprintf" 1 255
F B "sprintf" 1 255
F B "make8" 2 0
F B "make16" 2 0
F B "make32" 1 255
F B "label_address" 1 1
F B "goto_address" 1 0
F B "_va_arg" 1 0
F B "offsetofbit" 2 2
F B "enable_interrupts" 1 0
F B "disable_interrupts" 1 0
F B "interrupt_active" 1 0
F B "clear_interrupt" 1 0
F B "jump_to_isr" 1 0
F B "ext_int_edge" 1 2
F B "read_eeprom" 1 0
F B "write_eeprom" 2 0
F B "read_program_eeprom" 1 0
F B "write_program_eeprom" 2 0
F B "write_program_memory" 3 0
F B "read_program_memory" 3 0
F B "erase_program_eeprom" 1 0
F B "read_external_memory" 3 0
F B "write_external_memory" 3 0
F B "setup_external_memory" 1 0
F B "write_configuration_memory" 2 3
F B "read_configuration_memory" 2 3
F B "output_high" 1 0
F B "output_low" 1 0
F B "input" 1 0
F B "input_state" 1 0
F B "output_float" 1 0
F B "output_drive" 1 0
F B "output_bit" 1 1
F B "output_toggle" 1 0
F B "output_a" 1 0
F B "output_b" 1 0
F B "output_c" 1 0
F B "output_d" 1 0
F B "output_e" 1 0
F B "input_a" 0 0
F B "input_b" 0 0
F B "input_c" 0 0
F B "input_d" 0 0
F B "input_e" 0 0
F B "set_tris_a" 1 0
F B "set_tris_b" 1 0
F B "set_tris_c" 1 0
F B "set_tris_d" 1 0
F B "set_tris_e" 1 0
F B "get_tris_a" 0 0
F B "get_tris_b" 0 0
F B "get_tris_c" 0 0
F B "get_tris_d" 0 0
F B "get_tris_e" 0 0
F B "port_b_pullups" 1 0
F B "setup_counters" 2 0
F B "setup_wdt" 1 0
F B "restart_cause" 0 0
F B "restart_wdt" 0 0
F B "get_rtcc" 0 0
F B "set_rtcc" 1 0
F B "get_timer0" 0 0
F B "set_timer0" 1 0
F B "setup_comparator" 1 0
F B "setup_port_a" 1 0
F B "setup_adc_ports" 1 0
F B "setup_adc" 1 0
F B "set_adc_channel" 1 0
F B "read_adc" 0 1
F B "adc_done" 0 0
F B "setup_timer_0" 1 0
F B "setup_timer_1" 1 0
F B "get_timer1" 0 0
F B "set_timer1" 1 0
F B "setup_timer_2" 3 0
F B "get_timer2" 0 0
F B "set_timer2" 1 0
F B "setup_timer_3" 1 0
F B "set_timer3" 1 0
F B "get_timer3" 0 0
F B "setup_ccp1" 1 0
F B "set_pwm1_duty" 1 0
F B "setup_ccp2" 1 2
F B "set_pwm2_duty" 1 0
F B "setup_vref" 1 0
F B "setup_low_volt_detect" 1 0
F B "setup_oscillator" 1 2
F B "setup_psp" 1 0
F B "psp_output_full" 0 0
F B "psp_input_full" 0 0
F B "psp_overflow" 0 0
F B "setup_spi" 1 0
F B "spi_read" 0 1
F B "spi_write" 1 0
F B "spi_data_is_in" 0 0
F B "setup_spi2" 1 0
F B "spi_read2" 0 1
F B "spi_write2" 1 0
F B "spi_data_is_in2" 0 0
F B "brownout_enable" 1 0
F B "delay_ms" 1 0
F B "delay_us" 1 0
F B "putchar" 1 2
F B "puts" 1 2
F B "getch" 0 1
F B "gets" 1 3
F B "kbhit" 0 1
F B "set_uart_speed" 1 3
F B "setup_uart" 1 3
F B "delay_ms" 1 0
F B "delay_us" 1 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -