Home
last modified time | relevance | path

Searched refs:StaticCounterInit (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/utils/
Dstatic_counter.hpp51 #define StaticCounterInit(N) static constexpr StaticInt<N> StaticCounter(StaticInt<N>) macro
58 #define InitEnumValidatorCounter() StaticCounterInit(0)