Searched refs:is_in_halting_mode (Results 1 – 1 of 1) sorted by relevance
28 bool is_in_halting_mode = (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk) == 1; in debug_mon_enable() local30 if (is_in_halting_mode) { in debug_mon_enable()