CounterEnabled
| Counter increments the counter by one. This counter must be enabled explicitly. |
Methods | Arguments | Return Value |
reset | initEnable::logical | none |
compute | enable::logical | none |
out | none | unsigned discrete |
On activation of method
Reset
If initEnable is TRUE, the counter is set to zero.
Compute
If enable is TRUE, the counter is incremented by one.
Out
The counter value is returned.
