Home
last modified time | relevance | path

Searched refs:tries (Results 26 – 50 of 61) sorted by relevance

123

/Zephyr-latest/drivers/sensor/st/lsm6dso16is/
Dlsm6dso16is_shub.c500 int tries = 200; /* Should be max ~160 ms, from 2 cycles at slowest ODR 12.5 Hz */ in lsm6dso16is_shub_wait_completed() local
503 if (!--tries) { in lsm6dso16is_shub_wait_completed()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_shub.c500 int tries = 200; /* Should be max ~160 ms, from 2 cycles at slowest ODR 12.5 Hz */ in lsm6dsv16x_shub_wait_completed() local
503 if (!--tries) { in lsm6dsv16x_shub_wait_completed()
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst87 it will be received by thread B if thread B tries to receive a message
88 from thread A or if thread B tries to receive from any thread.
89 The exchange will not occur if thread B tries to receive a message
91 even if it tries to receive a message from thread A (or from any thread).
/Zephyr-latest/samples/arch/mpu/mpu_test/
DREADME.rst96 running the ``mpu run`` command, Zephyr's hard fault handler for AArch32 tries to
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst10 * When the processor tries to access data and the data page exists in
13 * When the processor tries to access the data page that does not exist
Dheap.rst179 If the application tries to set a value that's less than the minimum value, this
/Zephyr-latest/samples/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst13 During the :ref:`build_configuration_phase`, the build system tries to match
/Zephyr-latest/modules/
DKconfig.mcuboot46 If set to a non-empty value, the build system tries to
76 If set to a non-empty value, the build system tries to
/Zephyr-latest/subsys/usb/device/
Dusb_device.c1389 int tries = CONFIG_USB_NUMOF_EP_WRITE_RETRIES; in usb_write() local
1399 } while (ret == -EAGAIN && tries--); in usb_write()
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst122 ``west build`` tries to sign the binary at the end of the build. If you need
128 The build tries to provide as many default rimage parameters are possible. If
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst98 - ``chain`` tries the previous modes in the order above until one succeeds.
138 By default, ``coccicheck`` tries to run as parallel as possible. To change
/Zephyr-latest/cmake/modules/
Dkernel.cmake93 # Zephyr therefore tries to rely as little as possible on project()
Dboards.cmake60 # If user tries to change the BOARD, the BOARD value is reset to the BOARD_CACHED value.
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst124 copy network data path. This means that the system tries to avoid copying
Dnet_config_guide.rst51 buffers tries to improve memory utilization by allocating minimum amount of
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c2262 int tries = 5; in mdm_sim7080_power_off() local
2276 while (tries--) { in mdm_sim7080_power_off()
/Zephyr-latest/doc/services/settings/
Dindex.rst54 when :c:func:`settings_save()` tries to save the settings or transfer to any
/Zephyr-latest/doc/develop/test/
Dpytest.rst76 By default, pytest tries to look for tests in a ``pytest`` directory located next to a directory
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst55 Max number of connection tries:
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst360 the inmate's configuration file and Zephyr (running as an inmate here) tries
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst339 pip is Python's package installer. Its ``install`` command first tries to
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst31 Its default behavior tries to "do what you mean":
263 Remember that, by default, ``west build`` **tries to avoid generating a new
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst454 * :github:`6651` - sanity tries to compile things when it should not
760 * :github:`8049` - kernel: scheduler tries to make polling threads active
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst477 thread tries to create a new thread. The :c:func:`k_thread_create` API is

123