Searched refs:WCR_ENABLE (Results 1 – 3 of 3) sorted by relevance
53 #define WCR_ENABLE ((uint32_t)(1u)) macro952 if ((m_state.dbg.__wcr[i] & WCR_ENABLE) == 0) in EnableHardwareWatchpoint()969 WCR_ENABLE; // Enable this watchpoint; in EnableHardwareWatchpoint()1006 m_state.dbg.__wcr[hw_index] |= (nub_addr_t)WCR_ENABLE; in EnableHardwareWatchpoint0()1041 m_state.dbg.__wcr[hw_index] &= ~((nub_addr_t)WCR_ENABLE); in DisableHardwareWatchpoint0()
45 #define WCR_ENABLE ((uint32_t)(1u)) macro
1168 if ((dbg.wcr[i] & WCR_ENABLE) == 0) in SetHardwareWatchpoint()1183 WCR_ENABLE; // Enable this watchpoint; in SetHardwareWatchpoint()