Searched refs:core_debug (Results 1 – 2 of 2) sorted by relevance
110 uint32_t core_debug = CoreDebug->DEMCR; in nrfx_coredep_delay_us() local111 CoreDebug->DEMCR = core_debug | CoreDebug_DEMCR_TRCENA_Msk; in nrfx_coredep_delay_us()127 CoreDebug->DEMCR = core_debug; in nrfx_coredep_delay_us()
151 uint32_t core_debug; in nrfx_clock_anomaly_132() local156 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