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