Searched full:synchronization (Results 1 – 25 of 203) sorted by relevance
123456789
/Zephyr-Core-3.5.0/samples/synchronization/ |
D | sample.yaml | 4 name: Synchronization Sample 6 sample.kernel.synchronization: 7 tags: synchronization
|
D | README.rst | 1 .. zephyr:code-sample:: synchronization 2 :name: Basic Synchronization 5 Manipulate basic kernel synchronization primitives. 23 :zephyr-app: samples/synchronization
|
/Zephyr-Core-3.5.0/subsys/lorawan/services/ |
D | Kconfig | 37 bool "Application Layer Clock Synchronization" 39 Enables the LoRaWAN Application Layer Clock Synchronization service 45 int "Application Layer Clock Synchronization periodicity" 50 Initial setting for clock synchronization periodicity in seconds.
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | barrier.h | 35 * This routine acts as a synchronization fence between threads and prevents 46 * @brief Full/sequentially-consistent data synchronization barrier. 48 * This routine acts as a synchronization fence between threads and prevents 52 * both, until synchronization is complete. 65 * @brief Full/sequentially-consistent instruction synchronization barrier.
|
D | timeutil.h | 66 * @defgroup timeutil_sync_apis Time Synchronization APIs 171 * @brief Record a new instant in the time synchronization state. 201 * @param tsp pointer to a time synchronization state. 224 * @param tsp pointer to a time synchronization state. The base and latest 236 * @param tsp pointer to a time synchronization state. This must have a base 250 * * the times synchronization state is not adequately initialized 261 * @param tsp pointer to a time synchronization state. This must have a base 275 * * the time synchronization state is not adequately initialized
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync/ |
D | README.rst | 3 Bluetooth: Periodic Advertising Synchronization 9 A simple application demonstrating the BLE Periodic Advertising Synchronization 25 establish periodic advertising synchronization.
|
D | sample.yaml | 2 name: Bluetooth Periodic Advertising Synchronization
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync.h | 7 /* Periodic advertisements synchronization status. */ 25 * synchronization is terminated for periodic advertisements with wrong CTE type. 68 * resources to sample all CTEs in currently pending synchronization event. 74 * in pending synchronization event.
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | Kconfig.nrf | 28 prompt "Nordic nRFx flash driver synchronization" 32 synchronization between flash memory driver and radio. 38 Enable synchronization between flash memory driver and radio using 44 disable synchronization between flash memory driver and radio.
|
D | soc_flash_nrf.h | 43 * implemented by the synchronization backend. 63 * Synchronization backend driver initialization procedure. 70 * Set synchronization context for synchronous operations. 169 * Get timestamp and store it in synchronization backend 180 * @ref nrf_flash_sync_get_timestamp_begin() in the synchronization backend
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 3 Bluetooth: Periodic Advertising with Responses (PAwR) Synchronization 10 Responses Synchronization functionality. 38 sample and transfer the synchronization info.
|
/Zephyr-Core-3.5.0/boards/xtensa/qemu_xtensa/doc/ |
D | index.rst | 16 emulated environment, for example, with the :zephyr:code-sample:`synchronization` sample: 19 :zephyr-app: samples/synchronization 24 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-Core-3.5.0/samples/cpp/cpp_synchronization/ |
D | sample.yaml | 4 sample.cpp.synchronization: 18 sample.cpp.synchronization.picolibc:
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/rtc/ |
D | maxim_ds3231.h | 332 * microsecond to millisecond accuracy in synchronization. 337 /** @brief Read the local synchronization clock. 339 * Synchronization aligns the DS3231 real-time clock with a stable 343 * synchronization updates is affected by the resolution of this 358 * @return the current value of the synchronization clock. 365 /** @brief Get the frequency of the synchronization clock. 371 * @return the frequency of the selected synchronization clock. 485 * Synchronization is performed in asynchronously, and may take as 490 * synchronization data collected by this operation. 500 * @retval -EBUSY if a synchronization or set is currently in progress [all …]
|
/Zephyr-Core-3.5.0/boards/sparc/qemu_leon3/doc/ |
D | index.rst | 23 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample: 26 :zephyr-app: samples/synchronization 31 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-Core-3.5.0/boards/riscv/qemu_riscv32/doc/ |
D | index.rst | 23 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample: 26 :zephyr-app: samples/synchronization 31 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-Core-3.5.0/boards/mips/qemu_malta/doc/ |
D | index.rst | 61 emulated environment, for example, with the :zephyr:code-sample:`synchronization` sample: 64 :zephyr-app: samples/synchronization 69 This will build an image with the synchronization sample app, boot it using 93 Use this configuration to run :zephyr:code-sample:`synchronization` sample in big-endian mode: 96 :zephyr-app: samples/synchronization
|
/Zephyr-Core-3.5.0/boards/riscv/qemu_riscv32e/doc/ |
D | index.rst | 23 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample: 26 :zephyr-app: samples/synchronization 31 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-Core-3.5.0/doc/kernel/services/ |
D | index.rst | 24 Scheduling, Interrupts, and Synchronization 28 synchronization. 40 synchronization/semaphores.rst 41 synchronization/mutexes.rst 42 synchronization/condvar.rst 43 synchronization/events.rst
|
/Zephyr-Core-3.5.0/boards/riscv/qemu_riscv64/doc/ |
D | index.rst | 32 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample: 35 :zephyr-app: samples/synchronization 40 This will build an image with the synchronization sample app, boot it using
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_past/ |
D | README.rst | 3 Bluetooth: Periodic Advertising Synchronization Transfer 9 A simple application demonstrating the BLE Periodic Advertising Synchronization
|
D | sample.yaml | 2 name: Bluetooth Peripheral Periodic Advertising Synchronization Transfer (PAST)
|
/Zephyr-Core-3.5.0/samples/subsys/lorawan/class_a/ |
D | README.rst | 33 synchronization service in the background. 35 The following commands build and flash the sample with clock synchronization
|
/Zephyr-Core-3.5.0/boards/arm64/nxp_ls1046ardb/doc/ |
D | index.rst | 87 kernel tests on LS1046A RDB board. For example, with the :zephyr:code-sample:`synchronization` samp… 92 :zephyr-app: samples/synchronization 97 This will build an image with the synchronization sample app. 124 :zephyr-app: samples/synchronization 129 This will build an image with the synchronization sample app. 152 :zephyr-app: samples/synchronization 157 This will build an image with the synchronization sample app.
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/net/src/ |
D | main.c | 20 __ASSERT(offset >= 0, "Synchronization should be completed"); in sync_callback() 61 LOG_INF("Synchronization using mbox driver"); in main()
|
123456789