Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.42 KB

counterchain.rst

File metadata and controls

45 lines (34 loc) · 1.42 KB

CounterChain

CounterChain describes a set of chained hardware counters, where a given counter increments only when the counter below it wraps around. Order is specified as outermost counter first to innermost counter last.

CounterChains are generally created implicitly for small numbers of counters, and need only be created explicitly for more than 3 chained counters.


Static methods

object CounterChain
Creates a chain of counters. Order is specified as outermost on the left to innermost on the right.