Lines Matching refs:this
51 In this model, all of these events|timers types and their callbacks are known
65 In this case, they will be handled in different "delta cycles" in that same microsecond.
83 to access this structure instead.
84 In Zephyr's nrf5*_bsim case, this is achieved by providing a version of the
88 Writing to this structure in itself will only cause that memory location to be
89 changed. For many registers this is perfectly fine, as that is just the same
98 this is achieved by calling `nhw_<periperal>_regw_sideeffects_<register name>()`
100 In Zephyr's nrf5*_bsim case, this is done in the replacement nRFx HAL function.
142 is reached, this function is called to perform
166 By default this overall scheduler is provided by the native simulator
183 When the models change this timer, they will call `nsi_hws_find_next_event()` to
210 (this second case is how it is done in Zephyr's nrf5*_bsim)
216 The integration program should support this.