Searched refs:PMON_MONITOR_CONTROL_ACTIVE_SHIFT (Results 1 – 4 of 4) sorted by relevance
32 #define PMON_MONITOR_CONTROL_ACTIVE_SHIFT (4U) macro33 #define PMON_MONITOR_CONTROL_ACTIVE_SET(x) (((uint32_t)(x) << PMON_MONITOR_CONTROL_ACTIVE_SHIFT) & …34 …VE_GET(x) (((uint32_t)(x) & PMON_MONITOR_CONTROL_ACTIVE_MASK) >> PMON_MONITOR_CONTROL_ACTIVE_SHIFT)
Completed in 30 milliseconds