Searched refs:BMON_MONITOR_CONTROL_ACTIVE_SHIFT (Results 1 – 5 of 5) sorted by relevance
30 #define BMON_MONITOR_CONTROL_ACTIVE_SHIFT (4U) macro31 #define BMON_MONITOR_CONTROL_ACTIVE_SET(x) (((uint32_t)(x) << BMON_MONITOR_CONTROL_ACTIVE_SHIFT) & …32 …VE_GET(x) (((uint32_t)(x) & BMON_MONITOR_CONTROL_ACTIVE_MASK) >> BMON_MONITOR_CONTROL_ACTIVE_SHIFT)
Completed in 19 milliseconds