Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/soc/
Dnrfx_coredep.h125 uint32_t core_debug = CoreDebug->DEMCR; in nrfx_coredep_delay_us() local
126 CoreDebug->DEMCR = core_debug | CoreDebug_DEMCR_TRCENA_Msk; in nrfx_coredep_delay_us()
142 CoreDebug->DEMCR = core_debug; in nrfx_coredep_delay_us()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c169 uint32_t core_debug; in nrfx_clock_anomaly_132() local
174 core_debug = CoreDebug->DEMCR; in nrfx_clock_anomaly_132()
175 CoreDebug->DEMCR = core_debug | CoreDebug_DEMCR_TRCENA_Msk; in nrfx_clock_anomaly_132()
191 CoreDebug->DEMCR = core_debug; in nrfx_clock_anomaly_132()