Home
last modified time | relevance | path

Searched full:synchronized (Results 1 – 25 of 83) sorted by relevance

1234

/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
Dsample.yaml2 description: This app shows how RTCs are synchronized
4 name: nRF53 Synchronized RTC sample
23 - "sync_rtc: Updated timestamp to synchronized RTC by .* ticks"
DREADME.rst2 :name: Synchronized RTC
10 core are synchronized. The result of synchronization is an offset value on network
19 and once procedure is completed timestamps are synchronized. Network core timestamp
68 [00:00:00.514,892] <inf> sync_rtc: Updated timestamp to synchronized RTC by 8270 ticks (252380us)
/Zephyr-latest/soc/nordic/nrf53/
DKconfig.sync_rtc15 module-str = Synchronized RTC
19 int "nRF53 Synchronized RTC init priority"
22 nRF53 Synchronized RTC initialization priority.
30 bool "Use Synchronized RTC for logging timestamp"
Dsync_rtc.c140 /* APP: Synchronized completed */ in rtc_cb()
188 LOG_INF("Updated timestamp to synchronized RTC by %d ticks (%dus)", in remote_callback()
272 LOG_ERR("Failed synchronized RTC setup (err: %d)", rv); in sync_rtc_setup()
/Zephyr-latest/samples/bluetooth/iso_receive/
DREADME.rst2 :name: Synchronized Receiver
5 Use Bluetooth LE Synchronized Receiver functionality.
10 A simple application demonstrating the Bluetooth Low Energy Synchronized
Dsample.yaml2 name: Bluetooth Synchronized Receiver
DKconfig19 This may be needed if report printouts are to be synchronized between
/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp38 // using apache::thrift::concurrency::Synchronized;
138 // Synchronized sync(mon_); in serve()
192 // Synchronized sync(mon_); in getConcurrentClientLimit()
198 // Synchronized sync(mon_); in getConcurrentClientCount()
204 // Synchronized sync(mon_); in getConcurrentClientCountHWM()
213 // Synchronized sync(mon_); in setConcurrentClientLimit()
231 // Synchronized sync(mon_); in newlyConnectedClient()
246 // Synchronized sync(mon_); in disposeConnectedClient()
/Zephyr-latest/lib/posix/options/
DKconfig.sync_io5 menu "POSIX synchronized I/O"
17 bool "POSIX synchronized I/O"
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-clock-source.yaml22 sof-synchronized:
25 True if clock is synchronized to USB Start of Frame. False if clock is
Dzephyr,uac2-audio-streaming.yaml63 linked-terminal's clock is sof-synchronized.
/Zephyr-latest/drivers/ipm/
DKconfig.intel_adsp27 HP_SRAM_RESERVE region. This location must be synchronized
39 location must be synchronized with host driver and SOF
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
Dprj.conf12 # your RTC has already been synchronized and you want to keep its
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_internal.h103 return "Not synchronized to PA"; in bt_bap_pa_state_str()
107 return "Synchronized to PA"; in bt_bap_pa_state_str()
/Zephyr-latest/subsys/storage/stream/
DKconfig19 Enable callback that will be invoked once data is synchronized from
/Zephyr-latest/drivers/timer/
DKconfig.cavs29 a common and synchronized counter for all CPU cores (which
/Zephyr-latest/subsys/bluetooth/
DKconfig.iso61 bool "Bluetooth Isochronous Synchronized Receiver Support"
69 Synchronized Receiver.
/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c62 bool synchronized; member
134 ctx.synchronized = true; in clock_sync_package_callback()
223 if (ctx.synchronized) { in lorawan_clock_sync_get()
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram49 bool "Nordic nRFx flash driver synchronized with radio"
DKconfig.nrf36 bool "Nordic nRFx flash driver synchronized with radio"
/Zephyr-latest/include/zephyr/lorawan/
Dlorawan.h402 * @param gps_time Synchronized time in GPS epoch format truncated to 32-bit.
404 * @return 0 if successful, -EAGAIN if the clock is not yet synchronized.
425 * @brief Retrieve the current synchronized time
432 * @param gps_time Synchronized time in GPS epoch format truncated to 32-bit.
434 * @return 0 if successful, -EAGAIN if the clock is not yet synchronized.
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst25 If decoder is not synchronized to the stream then it decodes each nibble in search for ASYNC opcode.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig912 int "Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO group"
916 Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO
920 int "Maximum ISO Synchronized Receiver Streams"
925 Maximum ISO Synchronized Receiver Streams supported in the
929 int "Maximum Synchronized Isochronous Channel PDU Length"
935 Maximum Synchronized Receiver Isochronous Channel PDU Length.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h28 /* BIS Synchronized Receiver */
/Zephyr-latest/subsys/logging/backends/
DKconfig.net36 synchronized to a reliable external time source, e.g., via NTP.

1234