Lines Matching refs:this
11 section after reading this file, for further information.
28 Apart from this, some other peripherals have been modeled to enable running applications which
62 In this model, all of these events|timers types and their callbacks are known
76 In this case, they will be handled in different "delta cycles" in that same microsecond.
94 to access this structure instead.
95 In Zephyr's nrf*bsim case, this is achieved by providing a version of the
99 Writing to this structure in itself will only cause that memory location to be
100 changed. For many registers this is perfectly fine, as that is just the same
109 this is achieved by calling `nhw_<periperal>_regw_sideeffects_<register name>()`
111 In Zephyr's nrf*bsim case, this is done in the replacement nRFx HAL function.
153 is reached, this function is called to perform
177 By default this overall scheduler is provided by the native simulator
194 When the models change this timer, they will call `nsi_hws_find_next_event()` to
221 (this second case is how it is done in Zephyr's nrf*bsim targets)
227 The integration program should support this.