Home
last modified time | relevance | path

Searched refs:is_in_halting_mode (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c28 bool is_in_halting_mode = (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk) == 1; in debug_mon_enable() local
30 if (is_in_halting_mode) { in debug_mon_enable()