Searched refs:any (Results 1 – 6 of 6) sorted by relevance
/nrf_hw_models-3.7.0/docs/ |
D | LICENSE | 37 "Object" form shall mean any form resulting from mechanical 47 "Derivative Works" shall mean any work, whether in Source or Object 55 "Contribution" shall mean any work of authorship, including 56 the original version of the Work and any modifications or additions 61 means any form of electronic, verbal, or written communication sent 69 "Contributor" shall mean Licensor and any individual or Legal Entity 89 institute patent litigation against any entity (including a 92 or contributory patent infringement, then any patent licenses 97 Work or Derivative Works thereof in any medium, with or without 101 (a) You must give any other recipients of the Work or [all …]
|
D | README_HW_models.md | 34 In reality any action performed by a HW peripheral will take some amount of 36 For our purposes any HW process which takes too short for the SW to 69 Note also, that any HW submodule may schedule a new event to be called in the 70 same microsecond in which it is running. This can be done for any purpose, 82 Therefore any access to the real registers must be, in someway, corrected 134 nhw_<periperal>_cleanup() : To free any resources used by the model 137 : Trigger any possible sideeffect from writing 143 any neccessary step, including update that 189 with `NSI_TASK(*, ON_EXIT_*, *);` should be called, to free any system resources. 208 It won't be a problem either if by any other synchronization mechanism it is
|
D | GPIO.md | 32 Any toggle in any pin configured as an output will be dumped to that file, following the
|
D | UART.md | 70 cause up to 1 extra byte to be sent to the other side, it should not cause any transmission losses.
|
D | README.md | 73 They have been developed without any other knowledge and probably contain
|
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_CLOCK.c | 502 bool any = false; in nhw_pwrclk_timer_triggered() local 507 any = true; in nhw_pwrclk_timer_triggered() 510 any = true; in nhw_pwrclk_timer_triggered() 513 any = true; in nhw_pwrclk_timer_triggered() 517 any = true; in nhw_pwrclk_timer_triggered() 521 if (!any) { /* LCOV_EXCL_START */ in nhw_pwrclk_timer_triggered()
|