Searched refs:MONO_MONOL_COUNTER_MASK (Results 1 – 5 of 5) sorted by relevance
24 #define MONO_MONOL_COUNTER_MASK (0xFFFFFFFFUL) macro26 …e MONO_MONOL_COUNTER_SET(x) (((uint32_t)(x) << MONO_MONOL_COUNTER_SHIFT) & MONO_MONOL_COUNTER_MASK)27 #define MONO_MONOL_COUNTER_GET(x) (((uint32_t)(x) & MONO_MONOL_COUNTER_MASK) >> MONO_MONOL_COUNTER_…
Completed in 9 milliseconds