Home
last modified time | relevance | path

Searched refs:used (Results 1 – 7 of 7) sorted by relevance

/nrf_hw_models-latest/src/nrfx_config/
DREADME.md3 These are not to be used when building a zephyr application.
/nrf_hw_models-latest/docs/
DREADME.md4 HAL functions. When used in combination with the real nrfx, these should enable code
20 These models library is intended to be used as an extension to the
45 These models can be used directly with
47 In that case, Zephyr's versions of the nrfx HAL and native simulator will be used by
60 which is not used by the Zephyr drivers/OS.
87 in which they are used in the embedded code; while at the same time these models
92 most of the time if the CMSIS-Core APIs are used instead of direct register
DUART.md12 When using the peripheral you select which backend is used for each UART instance
DREADME_HW_models.md145 nhw_<periperal>_cleanup() : To free any resources used by the model
/nrf_hw_models-latest/src/HW_models/
DNRF_PPI.c664 uint used; member
698 for (i = 0; i < tasks_queue.used; i++){ in nrf_ppi_enqueue_task()
704 if (tasks_queue.used >= tasks_queue.size) { in nrf_ppi_enqueue_task()
708 tasks_queue.q[tasks_queue.used++] = task; in nrf_ppi_enqueue_task()
713 for (i = 0; i < tasks_queue.used; i++) { in nrf_ppi_dequeue_all_tasks()
720 tasks_queue.used = 0; in nrf_ppi_dequeue_all_tasks()
/nrf_hw_models-latest/src/nrfx/hal/
DREADME.md35 included. Though those used by Zephyr should be included.
/nrf_hw_models-latest/
DCMakeLists.txt22 # module, so that the local modified versions of nrfx files are used instead