Searched refs:TASKS_CLEAR (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_PPI.c | 173 { (void*)&NRF_TIMER_regs[0].TASKS_CLEAR, nhw_timer0_TASK_CLEAR}, 184 { (void*)&NRF_TIMER_regs[1].TASKS_CLEAR, nhw_timer1_TASK_CLEAR}, 195 { (void*)&NRF_TIMER_regs[2].TASKS_CLEAR, nhw_timer2_TASK_CLEAR}, 206 { (void*)&NRF_TIMER_regs[3].TASKS_CLEAR, nhw_timer3_TASK_CLEAR}, 217 { (void*)&NRF_TIMER_regs[4].TASKS_CLEAR, nhw_timer4_TASK_CLEAR}, 223 { (void*)&(NRF_RTC_regs[0]).TASKS_CLEAR, nhw_rtc0_TASKS_CLEAR}, 227 { (void*)&(NRF_RTC_regs[1]).TASKS_CLEAR, nhw_rtc1_TASKS_CLEAR}, 231 { (void*)&(NRF_RTC_regs[2]).TASKS_CLEAR, nhw_rtc2_TASKS_CLEAR},
|
D | NHW_TIMER.c | 449 if (NRF_TIMER_regs[t].TASKS_CLEAR) { in nhw_timer_regw_sideeffects_TASKS_CLEAR() 450 NRF_TIMER_regs[t].TASKS_CLEAR = 0; in nhw_timer_regw_sideeffects_TASKS_CLEAR()
|
D | NHW_RTC.c | 739 if (RTC_regs->TASKS_CLEAR) { in nhw_rtc_regw_sideeffect_TASKS_CLEAR() 740 RTC_regs->TASKS_CLEAR = 0; in nhw_rtc_regw_sideeffect_TASKS_CLEAR()
|
D | NRF5340_peri_types.h | 4964 …__OM uint32_t TASKS_CLEAR; /*!< (@ 0x00000008) Clear RTC counter … member 5690 …__OM uint32_t TASKS_CLEAR; /*!< (@ 0x0000000C) Clear time … member
|