Searched refs:any (Results 1 – 6 of 6) sorted by relevance
/nrf_hw_models-latest/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 | 45 In reality any action performed by a HW peripheral will take some amount of 47 For our purposes any HW process which takes too short for the SW to 80 Note also, that any HW submodule may schedule a new event to be called in the 81 same microsecond in which it is running. This can be done for any purpose, 93 Therefore any access to the real registers must be, in some way, corrected 145 nhw_<periperal>_cleanup() : To free any resources used by the model 148 : Trigger any possible sideeffect from writing 154 any neccessary step, including update that 200 with `NSI_TASK(*, ON_EXIT_*, *);` should be called, to free any system resources. 219 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 | README.md | 76 They have been developed without any other knowledge and probably contain
|
D | UART.md | 71 cause up to 1 extra byte to be sent to the other side, it should not cause any transmission losses.
|
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_CLOCK.c | 505 bool any = false; in nhw_pwrclk_timer_triggered() local 510 any = true; in nhw_pwrclk_timer_triggered() 513 any = true; in nhw_pwrclk_timer_triggered() 516 any = true; in nhw_pwrclk_timer_triggered() 520 any = true; in nhw_pwrclk_timer_triggered() 524 if (!any) { /* LCOV_EXCL_START */ in nhw_pwrclk_timer_triggered()
|