Searched refs:TASKS_STOP (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_PPI.c | 106 { (void*)&NRF_RADIO_regs.TASKS_STOP, nhw_RADIO_TASK_STOP}, 176 { (void*)&NRF_TIMER_regs[0].TASKS_STOP, nhw_timer0_TASK_STOP}, 187 { (void*)&NRF_TIMER_regs[1].TASKS_STOP, nhw_timer1_TASK_STOP}, 198 { (void*)&NRF_TIMER_regs[2].TASKS_STOP, nhw_timer2_TASK_STOP}, 209 { (void*)&NRF_TIMER_regs[3].TASKS_STOP, nhw_timer3_TASK_STOP}, 220 { (void*)&NRF_TIMER_regs[4].TASKS_STOP, nhw_timer4_TASK_STOP}, 225 { (void*)&(NRF_RTC_regs[0]).TASKS_STOP , nhw_rtc0_TASKS_STOP}, 229 { (void*)&(NRF_RTC_regs[1]).TASKS_STOP , nhw_rtc1_TASKS_STOP}, 233 { (void*)&(NRF_RTC_regs[2]).TASKS_STOP , nhw_rtc2_TASKS_STOP}, 238 { (void*)&NRF_RNG_regs.TASKS_STOP , nhw_RNG_TASK_STOP},
|
D | NHW_TIMER.c | 424 if (NRF_TIMER_regs[t].TASKS_STOP) { in nhw_timer_regw_sideeffects_TASKS_STOP() 425 NRF_TIMER_regs[t].TASKS_STOP = 0; in nhw_timer_regw_sideeffects_TASKS_STOP()
|
D | NHW_RTC.c | 730 if (RTC_regs->TASKS_STOP) { in nhw_rtc_regw_sideeffect_TASKS_STOP() 731 RTC_regs->TASKS_STOP = 0; in nhw_rtc_regw_sideeffect_TASKS_STOP()
|
D | NRF5340_peri_types.h | 329 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000008) Stop resolving addresses … member 575 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000008) Stop encryption/decryption … member 2624 …__OM uint32_t TASKS_STOP; /*!< (@ 0x0000000C) Stop RADIO … member 4820 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Task stopping the random number … member 4963 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop RTC counter … member 5426 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop temperature measurement … member 5688 …__OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop Timer … member
|