Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/soc/
A Dnrfx_coredep.h110 uint32_t core_debug = CoreDebug->DEMCR; in nrfx_coredep_delay_us()
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/platform/lpc43xx/
A Ddebug.c63 #define DEMCR 0xE000EDFC macro
68 writel(readl(DEMCR) | DEMCR_TRCENA, DEMCR); in lpc43xx_debug_early_init()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dretarget.h59 #define DEMCR (*((volatile unsigned long *) (0xE000EDFC))) macro
65 if (DEMCR & TRCENA) { in _ttywrch()
/lk-master/external/platform/nrfx/mdk/
A Dsystem_nrf52.c55 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
63 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
93 CoreDebug->DEMCR &= ~CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
A Dsystem_nrf52833.c54 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
62 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
A Dsystem_nrf52840.c55 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
63 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
A Dsystem_nrf52810.c77 CoreDebug->DEMCR &= ~CoreDebug_DEMCR_TRCENA_Msk; in SystemInit()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c156 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()
/lk-master/arch/arm/arm-m/
A Darch.c101 CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; in arch_init()
/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm23.h1071 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
1172 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_armv8mbl.h996 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
1097 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_armv8mml.h1738 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
1872 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm33.h1813 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
1947 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm35p.h1813 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
1947 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm3.h1256 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_sc300.h1239 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm4.h1426 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm55.h2660 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
2831 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_armv81mml.h2625 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
2796 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member
A Dcore_cm7.h1653 …__IOM uint32_t DEMCR; /*!< Offset: 0x00C (R/W) Debug Exception and Monitor Contr… member

Completed in 137 milliseconds