totalSwi
.name(name() + ".totalSwi")
- .desc("number of total Swi written to ISR")
+ .desc("total number of Swi written to ISR")
.precision(0)
;
totalRxIdle
.name(name() + ".totalRxIdle")
- .desc("number of total RxIdle written to ISR")
+ .desc("total number of RxIdle written to ISR")
.precision(0)
;
totalRxOk
.name(name() + ".totalRxOk")
- .desc("number of total RxOk written to ISR")
+ .desc("total number of RxOk written to ISR")
.precision(0)
;
totalRxDesc
.name(name() + ".totalRxDesc")
- .desc("number of total RxDesc written to ISR")
+ .desc("total number of RxDesc written to ISR")
.precision(0)
;
totalTxOk
.name(name() + ".totalTxOk")
- .desc("number of total TxOk written to ISR")
+ .desc("total number of TxOk written to ISR")
.precision(0)
;
totalTxIdle
.name(name() + ".totalTxIdle")
- .desc("number of total TxIdle written to ISR")
+ .desc("total number of TxIdle written to ISR")
.precision(0)
;
totalTxDesc
.name(name() + ".totalTxDesc")
- .desc("number of total TxDesc written to ISR")
+ .desc("total number of TxDesc written to ISR")
.precision(0)
;
totalRxOrn
.name(name() + ".totalRxOrn")
- .desc("number of total RxOrn written to ISR")
+ .desc("total number of RxOrn written to ISR")
.precision(0)
;