Searched refs:BMON_MONITOR_CONTROL_ACTIVE_MASK (Results 1 – 5 of 5) sorted by relevance
29 #define BMON_MONITOR_CONTROL_ACTIVE_MASK (0x10U) macro31 …VE_SET(x) (((uint32_t)(x) << BMON_MONITOR_CONTROL_ACTIVE_SHIFT) & BMON_MONITOR_CONTROL_ACTIVE_MASK)32 #define BMON_MONITOR_CONTROL_ACTIVE_GET(x) (((uint32_t)(x) & BMON_MONITOR_CONTROL_ACTIVE_MASK) >> B…
Completed in 9 milliseconds