transmit.sta

来自「This is my code (with PIC 18F458) for Mo」· STA 代码 · 共 48 行

STA
48
字号

ROM used: 502 (2%)
          502 (2%) including unused fragments

          1 Average locations per line
          14 Average locations per statement

RAM used: 41 (3%) at main() level
          52 (3%) worst case

Stack used: 2 worst case (out of 30 total available)

Lines Stmts  %   Files
----- ----- ---  -----
   81    36 100  transmit.c
  394     0   0  C:\Program Files\PICC\devices\18f458.h
----- -----
  475    36 Total

Page ROM  %  RAM   Vol Diff  Functions:
---- --- --- ---   --- ----  ----------
0     40   4   1             @delay_ms1
0     42   4   2   112  3.3  receive
0    112  11  10   750  7.8  getCRC
0    154  15   2   511  3.8  MAIN

Program metrics:
    Functions               3
    Statements              36
    Comments                95
    Volume (V)              1708
    Difficilty (D)          15.1
    Effort to implement (E) 25863
    Time to implement (T)   24 minutes
    Est Delivered Bugs (B)  0
    Cyclomatic Complexity   6
    Maintainability (MI)    130

 Segment     Used  Free
-----------  ----  ----
00000-00002     4  0  
00004-00006     0  4  
00008-0009C   150  0  
0009E-07FFE   348  32262  



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?