File System Counter Configuration
µC/FS contains code that increments counters to keep track of statistics such as the number of packets received, the number of packets transmitted, etc. Also, µC/FS contains counters that are incremented when error conditions are detected.
FS_CFG_CTR_STAT_EN
FS_CFG_CTR_STAT_EN
determines whether the code and data space used to keep track of statistics will be included. When DEF_ENABLED
, statistics counters will be maintained.
FS_CFG_CTR_ERR_EN
FS_CFG_CTR_STAT_EN
determines whether the code and data space used to keep track of errors will be included. When DEF_ENABLED
, error counters will be maintained.