Searched refs:earlier (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/ |
D | jitter_drift.c | 110 static uint64_t periodic_diff(uint64_t later, uint64_t earlier) in periodic_diff() argument 113 if (later < earlier) { in periodic_diff() 118 return later - earlier; in periodic_diff()
|
/Zephyr-latest/drivers/cache/ |
D | Kconfig.andes | 27 Lower values indicate earlier initialization.
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | board.cmake | 12 # Linkserver v1.4.85 and earlier do not include the secure regions in the
|
/Zephyr-latest/drivers/reset/ |
D | Kconfig | 25 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.cmake | 13 # Linkserver v1.4.85 and earlier do not include the secure regions in the
|
/Zephyr-latest/drivers/syscon/ |
D | Kconfig | 38 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 20 as the use case is known to be working on earlier commit or release.
|
/Zephyr-latest/boards/shields/nrf7002eb/doc/ |
D | index.rst | 50 edge-connector on some boards, like earlier revisions of the Thingy53 than v1.0.0.
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 185 Run telnet as shown earlier, and you should see the following message in the 203 Run telnet as shown earlier, step through the application in your debugger, and
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 52 Disable this option if need to be compatible with earlier version
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 16 The Zephyr fork used in version 2.7 and earlier is `located here <https://github.com/zephyrproject-… 22 In Zephyr version 2.7 and earlier, you must first apply the fix
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 13 # For Zephyr 3.0 and earlier, the Zephyr_DIR might in some cases be
|
D | ZephyrConfigVersion.cmake | 52 # ZEPHYR_BASE was set in cache from earlier run or in environment (first run),
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 51 (VLANs) are used. Higher priority packets can be sent or received earlier than
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 162 As was said earlier, Xen describes hardware using device tree and expects that
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.ia32 | 31 already appropriately set by an earlier bootloader stage, in which
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 279 # an earlier invocation. Append it to extra config only if no new value was 446 # Remove those who might have changed compared to earlier runs, if they no longer appears.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 90 IGMPv2 and earlier versions. This requires IPv4 header support
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 62 node and all its successors only, without inspecting the earlier part
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 191 Finally, run the commands described earlier to train a new model.
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 128 and flash board with built earlier elf file:
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 33 device and the second to enable in the test application. As explained earlier the
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 32 global pointer at program start or earlier than any instruction 160 at program start, or earlier than any instruction using GP relative addressing.
|
/Zephyr-latest/boards/nxp/hexiwear/doc/ |
D | index.rst | 478 Run telnet as shown earlier, and you should see the following message in the 496 Run telnet as shown earlier, step through the application in your debugger, and
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 142 earlier as a server through the TCP port ``-serial`` redirection at QEMU.
|
123