Searched refs:TASKS_START (Results 1 – 6 of 6) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_PPI.c | 105 { (void*)&NRF_RADIO_regs.TASKS_START, nhw_RADIO_TASK_START}, 175 { (void*)&NRF_TIMER_regs[0].TASKS_START, nhw_timer0_TASK_START}, 186 { (void*)&NRF_TIMER_regs[1].TASKS_START, nhw_timer1_TASK_START}, 197 { (void*)&NRF_TIMER_regs[2].TASKS_START, nhw_timer2_TASK_START}, 208 { (void*)&NRF_TIMER_regs[3].TASKS_START, nhw_timer3_TASK_START}, 219 { (void*)&NRF_TIMER_regs[4].TASKS_START, nhw_timer4_TASK_START}, 224 { (void*)&(NRF_RTC_regs[0]).TASKS_START, nhw_rtc0_TASKS_START}, 228 { (void*)&(NRF_RTC_regs[1]).TASKS_START, nhw_rtc1_TASKS_START}, 232 { (void*)&(NRF_RTC_regs[2]).TASKS_START, nhw_rtc2_TASKS_START}, 237 { (void*)&NRF_RNG_regs.TASKS_START, nhw_RNG_TASK_START}, [all …]
|
D | NHW_TIMER.c | 417 if ( NRF_TIMER_regs[t].TASKS_START ){ in nhw_timer_regw_sideeffects_TASKS_START() 418 NRF_TIMER_regs[t].TASKS_START = 0; in nhw_timer_regw_sideeffects_TASKS_START()
|
D | NHW_RTC.c | 721 if (RTC_regs->TASKS_START) { in nhw_rtc_regw_sideeffect_TASKS_START() 722 RTC_regs->TASKS_START = 0; in nhw_rtc_regw_sideeffect_TASKS_START()
|
D | NRF5340_peri_types.h | 326 …__OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start resolving addresses based … member 2623 …__OM uint32_t TASKS_START; /*!< (@ 0x00000008) Start RADIO … member 4819 …__OM uint32_t TASKS_START; /*!< (@ 0x00000000) Task starting the random number … member 4962 …__OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start RTC counter … member 5425 …__OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start temperature measurement … member 5687 …__OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start Timer … member
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | README.md | 21 `NRF_RNG->TASKS_START` will start the random number generation.
|
/nrf_hw_models-latest/docs/ |
D | README_HW_models.md | 106 `NRF_RNG->TASKS_START` will start the random number generation.
|