Searched refs:TRACE_GET_LAYER (Results 1 – 2 of 2) sorted by relevance
176 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in LogMsg()
799 #define TRACE_GET_LAYER(x) ((((uint32_t)(x)) & TRACE_LAYER_MASK) >> 16) macro