Searched refs:BMON_MONITOR_CONTROL_ENABLE_MASK (Results 1 – 5 of 5) sorted by relevance
41 #define BMON_MONITOR_CONTROL_ENABLE_MASK (0x1U) macro43 …LE_SET(x) (((uint32_t)(x) << BMON_MONITOR_CONTROL_ENABLE_SHIFT) & BMON_MONITOR_CONTROL_ENABLE_MASK)44 #define BMON_MONITOR_CONTROL_ENABLE_GET(x) (((uint32_t)(x) & BMON_MONITOR_CONTROL_ENABLE_MASK) >> B…
Completed in 12 milliseconds