Home
last modified time | relevance | path

Searched refs:sync (Results 201 – 225 of 254) sorted by relevance

1234567891011

/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync
/Zephyr-latest/subsys/fs/ext2/
Dext2_format.c437 if ((ret >= 0) && (fs->backend_ops->sync(fs)) < 0) { in ext2_format()
Dext2_ops.c633 .sync = ext2_sync,
Dext2_impl.c387 if (fs->backend_ops->sync(fs) < 0) { in ext2_close_fs()
793 ret = fs->backend_ops->sync(fs); in ext2_inode_sync()
/Zephyr-latest/drivers/spi/
Dspi_ambiq_spic.c110 k_sem_reset(&ctx->sync); in spi_ambiq_reset()
Dspi_nrfx_spim.c586 k_sem_reset(&dev_data->ctx.sync); in transceive()
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst62 reset, the MCU and flash are no longer in sync, and the MCU cannot XIP.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig848 bool "LE Broadcast Isochronous Channel advertising sync" if !BT_LL_SW_SPLIT
854 Enable support for Bluetooth 5.2 LE Isochronous Advertising sync in
858 …bool "LE Broadcast Isochronous Channel advertising sync (Split Link Layer) [EXPERIMENTAL]" if BT_L…
909 Maximum supported broadcast isochronous groups (BIGs) sync sets.
/Zephyr-latest/subsys/bluetooth/host/
Diso.c3401 static int hci_le_big_create_sync(const struct bt_le_per_adv_sync *sync, struct bt_iso_big *big, in hci_le_big_create_sync() argument
3417 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync()
3450 int bt_iso_big_sync(struct bt_le_per_adv_sync *sync, struct bt_iso_big_sync_param *param, in bt_iso_big_sync() argument
3457 CHECKIF(sync == NULL) { in bt_iso_big_sync()
3472 if (!atomic_test_bit(sync->flags, BT_PER_ADV_SYNC_SYNCED)) { in bt_iso_big_sync()
3541 err = hci_le_big_create_sync(sync, big, param); in bt_iso_big_sync()
Did.c664 struct k_work_sync sync; in le_force_rpa_timeout() local
666 k_work_cancel_delayable_sync(&bt_dev.rpa_update, &sync); in le_force_rpa_timeout()
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst101 of each async/sync transfer if the callback had been registered using
/Zephyr-latest/drivers/adc/
Dadc_ads131m02.c497 while (ret == 0 && k_sem_take(&data->ctx.sync, K_NO_WAIT) != 0) { in ads131m02_read()
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst681 load the binary (:file:`zephyr.elf`), and re-sync with the OpenOCD
694 GDB can get out of sync with the target if you execute commands
695 that reset it. To reset RI5CY and get GDB back in sync with it
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c788 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument
809 err = bt_bap_broadcast_sink_create(sync, broadcast_source_to_sync->broadcast_id, in bap_pa_sync_synced_cb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2518 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument
2522 sync == *auto_scan.out_sync) { in bap_pa_sync_synced_cb()
2530 err = bt_bap_broadcast_sink_create(sync, in bap_pa_sync_synced_cb()
2544 static void bap_pa_sync_terminated_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_terminated_cb() argument
2547 if (default_broadcast_sink.pa_sync == sync) { in bap_pa_sync_terminated_cb()
Dbap_broadcast_assistant.c85 static void pa_recv(struct bt_le_per_adv_sync *sync, in pa_recv() argument
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c968 SHELL_CMD_ARG(sync-big, NULL,
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst99 .. figure:: images/devr-sync-ops.svg
/Zephyr-latest/modules/openthread/
DCMakeLists.txt64 …NTHREAD_CSL_RECEIVER_LOCAL_TIME_SYNC OT_CSL_RECEIVER_LOCAL_TIME_SYNC "Use local time for CSL sync")
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c1685 struct k_work_sync sync; in net_dhcpv4_server_stop() local
1712 k_work_cancel_delayable_sync(&server_ctx[slot].timeout_work, &sync); in net_dhcpv4_server_stop()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c875 sync_lll = adv_lll->sync; in isr_done_term()
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c48 struct k_work_sync sync; in test_work_wait() local
50 k_work_cancel_delayable_sync(dwork, &sync); in test_work_wait()
/Zephyr-latest/doc/develop/west/
Dconfig.rst246 * - ``update.sync-submodules``
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst280 # sync
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1674 struct k_work_sync sync; in bt_tbs_unregister_bearer() local
1706 k_work_cancel_delayable_sync(&inst->reporting_interval_work, &sync); in bt_tbs_unregister_bearer()

1234567891011