Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 220) sorted by relevance

123456789

/Zephyr-latest/lib/utils/
Dtimeutil.c85 tsp->latest = (struct timeutil_sync_instant){}; in timeutil_sync_state_update()
89 tsp->latest = *inst; in timeutil_sync_state_update()
106 tsp->latest = (struct timeutil_sync_instant){}; in timeutil_sync_state_set_skew()
118 if ((tsp->base.ref != 0) && (tsp->latest.ref != 0) in timeutil_sync_estimate_skew()
119 && (tsp->latest.local > tsp->base.local)) { in timeutil_sync_estimate_skew()
121 double ref_delta = tsp->latest.ref - tsp->base.ref; in timeutil_sync_estimate_skew()
122 double local_delta = tsp->latest.local - tsp->base.local; in timeutil_sync_estimate_skew()
/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c120 const struct timeutil_sync_instant *latest = &sync_state.latest; in sync_work_handler() local
135 ref_span_us = ref_to_us(latest->ref - base->ref); in sync_work_handler()
146 local_span_us = local_to_us(latest->local - base->local); in sync_work_handler()
170 (void)timeutil_sync_ref_from_local(&st2, latest->local, in sync_work_handler()
176 if (rec_ref < latest->ref) { in sync_work_handler()
178 err_us = ref_to_us(latest->ref - rec_ref); in sync_work_handler()
180 err_us = ref_to_us(rec_ref - latest->ref); in sync_work_handler()
/Zephyr-latest/doc/_doxygen/
Dmainpage.md10 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources)
17 details, see the [latest supported boards
18 documentation](https://docs.zephyrproject.org/latest/boards/index.html).
27 components](https://docs.zephyrproject.org/latest/LICENSING.html#zephyr-licensing).
/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c61 zassert_equal(ss.latest.ref, 0, in test_state_update()
73 zassert_equal(ss.latest.ref, 0, in test_state_update()
80 zassert_equal(ss.latest.ref, 0, in test_state_update()
91 zassert_equal(ss.latest.ref, si.ref, in test_state_update()
93 zassert_equal(ss.latest.local, si.local, in test_state_update()
148 zassert_equal(ss.latest.ref, 0, in test_state_set_skew()
150 zassert_equal(ss.latest.local, 0, in test_state_set_skew()
189 zassert_equal(ss.latest.ref, si1.ref, in test_estimate_skew()
191 zassert_equal(ss.latest.local, si1.local, in test_estimate_skew()
201 ss.latest.local = scale_local(1, ss.cfg) / 2; in test_estimate_skew()
[all …]
/Zephyr-latest/.github/
DSECURITY.md11 At this time, with the latest release of v4.0, the supported
22 Reporting](https://docs.zephyrproject.org/latest/security/reporting.html)
/Zephyr-latest/
DREADME.rst93 .. _supported boards: https://docs.zephyrproject.org/latest/boards/index.html
95 .. _Introduction to Zephyr: https://docs.zephyrproject.org/latest/introduction/index.html
96 .. _Getting Started Guide: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
97 .. _Contribution Guide: https://docs.zephyrproject.org/latest/contribute/index.html
105 .. _Code samples: https://docs.zephyrproject.org/latest/samples/index.html
106 .. _Security documentation: https://docs.zephyrproject.org/latest/security/index.html
108 .. _Tips when asking for help: https://docs.zephyrproject.org/latest/develop/getting_started/index.…
/Zephyr-latest/scripts/ci/
Dversion_mgr.py90 latest = data[-1]
91 item_compat = handle_compat(latest)
145 elif args.latest:
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake12 set(TOOLCHAIN_HOME ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin/)
13 set(ONEAPI_LLVM_BIN_PATH ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin-llvm)
/Zephyr-latest/cmake/emu/
Dcustom.cmake7 # See https://docs.zephyrproject.org/latest/develop/test/twister.html#running-tests-on-custom-emula…
/Zephyr-latest/submanifests/
DREADME.txt10 https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directo…
/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h153 struct timeutil_sync_instant latest; member
/Zephyr-latest/cmake/modules/
DFindTargetTools.cmake34 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_NAME.html:
46 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html:
58 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html:
64 # https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_BYTE_ORDER.html
/Zephyr-latest/boards/renode/cortex_r8_virtual/doc/
Dindex.rst9 Refer to the `Renode documentation <https://renode.readthedocs.io/en/latest/>`_
59 `Renode documentation about GDB debugging <https://renode.readthedocs.io/en/latest/debugging/gdb.ht…
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DCMakeLists.txt16 … "https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr_callbacks.html "
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_first_analysis.ecl12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
Danalysis_heavy_STU.ecl12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
Danalysis_std_lib.ecl11 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
Danalysis_WP.ecl12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
/Zephyr-latest/samples/subsys/usb/webusb/
DREADME.rst41 Testing with the latest Google Chrome on host
44 This sample application requires the latest Google Chrome, a web page
54 #. Run the latest Google Chrome on host.
/Zephyr-latest/doc/develop/toolchains/
Dintel_oneapi_toolkit.rst14 source $ONEAPI_TOOLCHAIN_PATH/compiler/latest/env/vars.sh
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpunet_common.dtsi36 * http://docs.zephyrproject.org/latest/guides/dts/index.html#flash-partitions
/Zephyr-latest/boards/openisa/rv32m1_vega/
Drv32m1_vega_openisa_rv32m1_ri5cy.dts33 * http://docs.zephyrproject.org/latest/guides/dts/index.html
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DCMakeLists.txt29 … "https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr_callbacks.html "
/Zephyr-latest/boards/arm/mps3/doc/
Dindex.rst365 https://developer.arm.com/documentation/dai0552/latest
368 https://developer.arm.com/documentation/107642/latest
371 https://developer.arm.com/documentation/100765/latest
374 https://developer.arm.com/documentation/101051/latest
377 https://developer.arm.com/documentation/101924/latest
380 https://developer.arm.com/documentation/101772/latest
383 https://developer.arm.com/documentation/102778/latest
/Zephyr-latest/modules/nanopb/
Dnanopb.cmake14 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")

123456789