Searched refs:PMON_MONITOR_CONTROL_ACTIVE_MASK (Results 1 – 5 of 5) sorted by relevance
31 #define PMON_MONITOR_CONTROL_ACTIVE_MASK (0x10U) macro33 …VE_SET(x) (((uint32_t)(x) << PMON_MONITOR_CONTROL_ACTIVE_SHIFT) & PMON_MONITOR_CONTROL_ACTIVE_MASK)34 #define PMON_MONITOR_CONTROL_ACTIVE_GET(x) (((uint32_t)(x) & PMON_MONITOR_CONTROL_ACTIVE_MASK) >> P…
36 & ~PMON_MONITOR_CONTROL_ACTIVE_MASK) in pmon_select_glitch_mode()
Completed in 8 milliseconds