Lines Matching refs:time
10 [that other page](https://babblesim.github.io/arch_hw_models.html) from the "Time and time drift"
31 Regarding the time accuracy, these models primarily focus on the radio
35 Overall these models have a time granularity of 1us.
46 time.<br>
48 realize, will be modeled as being instantaneous in simulation time.
52 Other processes do take a considerable amount of time, like for example sending
59 * Whenever that time is reached, the HW scheduler will call a function in that
63 in compile time.
71 The overall HW scheduler provided by the native_simulator will advance simulated time
73 whenever its event time is reached.
151 nhw_<periperal>_timer_triggered() : Models which take time to perform their work
190 are called whenever their time is reached (and not later).
217 Meaning, only one function may be called at a time.<br>
220 ensured only one thread calls into these HW models at a time.