Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/soc/
A Dnrfx_coredep.h110 uint32_t core_debug = CoreDebug->DEMCR; in nrfx_coredep_delay_us() local
111 CoreDebug->DEMCR = core_debug | CoreDebug_DEMCR_TRCENA_Msk; in nrfx_coredep_delay_us()
127 CoreDebug->DEMCR = core_debug; in nrfx_coredep_delay_us()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c151 uint32_t core_debug; in nrfx_clock_anomaly_132() local
156 core_debug = CoreDebug->DEMCR; in nrfx_clock_anomaly_132()
157 CoreDebug->DEMCR = core_debug | CoreDebug_DEMCR_TRCENA_Msk; in nrfx_clock_anomaly_132()
173 CoreDebug->DEMCR = core_debug; in nrfx_clock_anomaly_132()

Completed in 3 milliseconds