Searched refs:PMON_MONITOR_STATUS_FLAG_MASK (Results 1 – 4 of 4) sorted by relevance
56 #define PMON_MONITOR_STATUS_FLAG_MASK (0x1U) macro58 …TUS_FLAG_SET(x) (((uint32_t)(x) << PMON_MONITOR_STATUS_FLAG_SHIFT) & PMON_MONITOR_STATUS_FLAG_MASK)59 #define PMON_MONITOR_STATUS_FLAG_GET(x) (((uint32_t)(x) & PMON_MONITOR_STATUS_FLAG_MASK) >> PMON_MO…
Completed in 7 milliseconds