/Zephyr-latest/lib/utils/ |
D | timeutil.c | 85 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/ |
D | main.c | 120 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/ |
D | mainpage.md | 10 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/ |
D | test_sync.c | 61 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/ |
D | SECURITY.md | 11 At this time, with the latest release of v4.0, the supported 22 Reporting](https://docs.zephyrproject.org/latest/security/reporting.html)
|
/Zephyr-latest/ |
D | README.rst | 93 .. _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/ |
D | version_mgr.py | 90 latest = data[-1] 91 item_compat = handle_compat(latest) 145 elif args.latest:
|
/Zephyr-latest/cmake/toolchain/oneApi/ |
D | generic.cmake | 12 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/ |
D | custom.cmake | 7 # See https://docs.zephyrproject.org/latest/develop/test/twister.html#running-tests-on-custom-emula…
|
/Zephyr-latest/submanifests/ |
D | README.txt | 10 https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directo…
|
/Zephyr-latest/include/zephyr/sys/ |
D | timeutil.h | 153 struct timeutil_sync_instant latest; member
|
/Zephyr-latest/cmake/modules/ |
D | FindTargetTools.cmake | 34 # 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/ |
D | index.rst | 9 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/ |
D | CMakeLists.txt | 16 … "https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr_callbacks.html "
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | analysis_first_analysis.ecl | 12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
|
D | analysis_heavy_STU.ecl | 12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
|
D | analysis_std_lib.ecl | 11 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
|
D | analysis_WP.ecl | 12 https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html"
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | README.rst | 41 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/ |
D | intel_oneapi_toolkit.rst | 14 source $ONEAPI_TOOLCHAIN_PATH/compiler/latest/env/vars.sh
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpunet_common.dtsi | 36 * http://docs.zephyrproject.org/latest/guides/dts/index.html#flash-partitions
|
/Zephyr-latest/boards/openisa/rv32m1_vega/ |
D | rv32m1_vega_openisa_rv32m1_ri5cy.dts | 33 * http://docs.zephyrproject.org/latest/guides/dts/index.html
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | CMakeLists.txt | 29 … "https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr_callbacks.html "
|
/Zephyr-latest/boards/arm/mps3/doc/ |
D | index.rst | 365 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/ |
D | nanopb.cmake | 14 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
|