Searched refs:DWT (Results 1 – 13 of 13) sorted by relevance
115 uint32_t dwt_ctrl = DWT->CTRL; in nrfx_coredep_delay_us()116 DWT->CTRL = dwt_ctrl | DWT_CTRL_CYCCNTENA_Msk; in nrfx_coredep_delay_us()119 uint32_t cyccnt_initial = DWT->CYCCNT; in nrfx_coredep_delay_us()122 while ((DWT->CYCCNT - cyccnt_initial) < time_cycles) in nrfx_coredep_delay_us()126 DWT->CTRL = dwt_ctrl; in nrfx_coredep_delay_us()
161 dwt_ctrl = DWT->CTRL; in nrfx_clock_anomaly_132()162 DWT->CTRL = dwt_ctrl | DWT_CTRL_CYCCNTENA_Msk; in nrfx_clock_anomaly_132()165 cyccnt_inital = DWT->CYCCNT; in nrfx_clock_anomaly_132()168 while ((DWT->CYCCNT - cyccnt_inital) < ANOMALY_132_DELAY_CYCLES) in nrfx_clock_anomaly_132()172 DWT->CTRL = dwt_ctrl; in nrfx_clock_anomaly_132()
1394 #define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration struct… macro
1377 #define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration struct… macro
1564 #define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration struct… macro
1315 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
1390 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
1791 #define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration struct… macro
2212 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
2137 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
3107 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
3143 …#define DWT ((DWT_Type *) DWT_BASE ) /*!< DWT configuration stru… macro
Completed in 116 milliseconds