Searched refs:timer (Results 1 – 5 of 5) sorted by relevance
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_hack.c | 145 } else IF_PER(TIMER, 0, , timer) 146 } else IF_PER(TIMER, 1, , timer) 147 } else IF_PER(TIMER, 2, , timer) 148 } else IF_PER(TIMER, 3, , timer) 149 } else IF_PER(TIMER, 4, , timer) 175 } else IF_PER(TIMER, 0, _NS, timer) 186 } else IF_PER(TIMER, 1, _NS, timer) 187 } else IF_PER(TIMER, 2, _NS, timer) 214 } else IF_PER(TIMER, 0, _NS, timer) 215 } else IF_PER(TIMER, 1, _NS, timer) [all …]
|
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_CRACEN_wrap.c | 127 bs_time_t timer = Timer_CRACEN; in nhw_CRACEN_timer_triggered() local 128 if (timer == Timer_CRACEN_NDRNG) { in nhw_CRACEN_timer_triggered() 131 if (timer == Timer_CRACEN_CM) { in nhw_CRACEN_timer_triggered()
|
D | NHW_NVMC.c | 93 bs_time_t timer; member 118 Timer_NVMC = hw_nvmc_st[0].timer; in nhw_nvmc_find_next_event() 121 if (hw_nvmc_st[i].timer < Timer_NVMC) { in nhw_nvmc_find_next_event() 122 Timer_NVMC = hw_nvmc_st[i].timer; in nhw_nvmc_find_next_event() 150 this->timer = TIME_NEVER; in nhw_nvmc_uicr_init() 256 if (this->timer != Timer_NVMC) { in nhw_nvmc_timer_triggered() 285 this->timer = TIME_NEVER; in nhw_nvmc_timer_triggered() 297 return hw_nvmc_st[inst].timer - nsi_hws_get_time(); in nhw_nvmc_time_to_ready() 360 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_ERASEPAGE; in nhw_nvmc_erase_page() 386 this->timer = nsi_hws_get_time() + NHW_NVMC_FLASH_T_ERASEPAGE; in nhw_nvmc_regw_sideeffects_ERASEUICR() [all …]
|
/nrf_hw_models-latest/docs/ |
D | README_HW_models.md | 67 one timer and callback if needed. 69 Whenever a HW model updates its event timer, it will call a function in the HW scheduler. 77 Each timer|event has a given priority, and therefore will always be called 152 Use a registered event. When that event timer 155 event timer. 181 `NSI_HW_EVENT(timer, callback, priority)`. 194 When the models change this timer, they will call `nsi_hws_find_next_event()` to
|
D | README_impl_status.md | 73 | **WDT** | Watchdog timer | 𐄂 | &#x…
|