14 __RW uint32_t CONTROL;
16 __R uint8_t RESERVED0[8];
29 #define BMON_MONITOR_CONTROL_ACTIVE_MASK (0x10U)
30 #define BMON_MONITOR_CONTROL_ACTIVE_SHIFT (4U)
31 #define BMON_MONITOR_CONTROL_ACTIVE_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) >> BMON_MONITOR_CONTROL_ACTIVE_SHIFT)
41 #define BMON_MONITOR_CONTROL_ENABLE_MASK (0x1U)
42 #define BMON_MONITOR_CONTROL_ENABLE_SHIFT (0U)
43 #define BMON_MONITOR_CONTROL_ENABLE_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) >> BMON_MONITOR_CONTROL_ENABLE_SHIFT)
54 #define BMON_MONITOR_STATUS_FLAG_MASK (0x1U)
55 #define BMON_MONITOR_STATUS_FLAG_SHIFT (0U)
56 #define BMON_MONITOR_STATUS_FLAG_SET(x) (((uint32_t)(x) << BMON_MONITOR_STATUS_FLAG_SHIFT) & BMON_MONITOR_STATUS_FLAG_MASK)
57 #define BMON_MONITOR_STATUS_FLAG_GET(x) (((uint32_t)(x) & BMON_MONITOR_STATUS_FLAG_MASK) >> BMON_MONITOR_STATUS_FLAG_SHIFT)
62 #define BMON_MONITOR_GLITCH0 (0UL)
63 #define BMON_MONITOR_CLOCK0 (1UL)
Definition: hpm_bmon_regs.h:12