/Zephyr-latest/drivers/sensor/st/lsm6dso16is/ |
D | lsm6dso16is_shub.c | 500 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/ |
D | lsm6dsv16x_shub.c | 500 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/ |
D | mailboxes.rst | 87 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/ |
D | README.rst | 96 running the ``mpu run`` command, Zephyr's hard fault handler for AArch32 tries to
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 10 * 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
|
D | heap.rst | 179 If the application tries to set a value that's less than the minimum value, this
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-intro.rst | 13 During the :ref:`build_configuration_phase`, the build system tries to match
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 46 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/ |
D | usb_device.c | 1389 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/ |
D | intel_adsp_generic.rst | 122 ``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/ |
D | coccinelle.rst | 98 - ``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/ |
D | kernel.cmake | 93 # Zephyr therefore tries to rely as little as possible on project()
|
D | boards.cmake | 60 # If user tries to change the BOARD, the BOARD value is reset to the BOARD_CACHED value.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 124 copy network data path. This means that the system tries to avoid copying
|
D | net_config_guide.rst | 51 buffers tries to improve memory utilization by allocating minimum amount of
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 2262 int tries = 5; in mdm_sim7080_power_off() local 2276 while (tries--) { in mdm_sim7080_power_off()
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 54 when :c:func:`settings_save()` tries to save the settings or transfer to any
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 76 By default, pytest tries to look for tests in a ``pytest`` directory located next to a directory
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 55 Max number of connection tries:
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 360 the inmate's configuration file and Zephyr (running as an inmate here) tries
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 339 pip is Python's package installer. Its ``install`` command first tries to
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 31 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/ |
D | release-notes-1.12.rst | 454 * :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/ |
D | index.rst | 477 thread tries to create a new thread. The :c:func:`k_thread_create` API is
|