Searched refs:PMON_MONITOR_CONTROL_ENABLE_MASK (Results 1 – 5 of 5) sorted by relevance
43 #define PMON_MONITOR_CONTROL_ENABLE_MASK (0x1U) macro45 …LE_SET(x) (((uint32_t)(x) << PMON_MONITOR_CONTROL_ENABLE_SHIFT) & PMON_MONITOR_CONTROL_ENABLE_MASK)46 #define PMON_MONITOR_CONTROL_ENABLE_GET(x) (((uint32_t)(x) & PMON_MONITOR_CONTROL_ENABLE_MASK) >> P…
27 & ~PMON_MONITOR_CONTROL_ENABLE_MASK) in pmon_enable()
Completed in 10 milliseconds