Home
last modified time | relevance | path

Searched refs:effect (Results 1 – 25 of 89) sorted by relevance

1234

/Zephyr-Core-3.6.0/drivers/sensor/tmag5170/
DKconfig1 # Texas Instruments TMAG5170 high-precision, linear 3D Hall-effect sensor with SPI bus interface
7 bool "TMAG5170 SPI Hall-effect sensor driver"
12 Enable driver for TMAG5170 Hall-effect sensor driver
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Ddfu_cli.h60 uint8_t effect; member
74 enum bt_mesh_dfu_effect effect; member
84 enum bt_mesh_dfu_effect effect; member
Ddfu_srv.h83 enum bt_mesh_dfu_effect *effect);
190 uint8_t effect; member
/Zephyr-Core-3.6.0/samples/drivers/i2s/echo/
DREADME.rst5 Process an audio stream to add an echo effect.
13 a simple echo effect.
47 Press Button 1 to toggle the echo effect and Button 2 to stop the streams.
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_srv.c56 enum bt_mesh_dfu_effect *effect) in metadata_check() argument
58 *effect = BT_MESH_DFU_EFFECT_NONE; in metadata_check()
68 if (srv->cb->check(srv, &srv->imgs[idx], buf, effect)) { in metadata_check()
69 *effect = BT_MESH_DFU_EFFECT_NONE; in metadata_check()
195 enum bt_mesh_dfu_effect effect; in handle_metadata_check() local
202 status = metadata_check(srv, idx, buf, &effect); in handle_metadata_check()
206 net_buf_simple_add_u8(&rsp, (status & BIT_MASK(3)) | (effect << 3)); in handle_metadata_check()
231 net_buf_simple_add_u8(&buf, srv->update.effect); in update_status_rsp()
315 (enum bt_mesh_dfu_effect *)&srv->update.effect); in handle_start()
Ddfu_cli.c224 target->effect == BT_MESH_DFU_EFFECT_UNPROV) { in blob_lost_target()
645 if (target->effect == BT_MESH_DFU_EFFECT_UNPROV) { in confirmed()
723 rsp->effect = net_buf_simple_pull_u8(buf) & BIT_MASK(5); in handle_status()
732 rsp->effect = BT_MESH_DFU_EFFECT_NONE; in handle_status()
768 target->effect = net_buf_simple_pull_u8(buf) & BIT_MASK(5); in handle_status()
796 (target->effect == BT_MESH_DFU_EFFECT_UNPROV || in handle_status()
951 rsp->effect = (hdr >> 3); in handle_metadata_status()
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst124 incoming firmware update, and what the effect of the update would be. The metadata format is
189 Firmware effect
193 This may have an effect on the provisioning data of the node and how the Distributor finalizes the
199 The device stays provisioned after the new firmware is programmed. This effect is chosen if the
202 This effect is chosen when the composition data changes and the device doesn't support the remote
205 This effect is chosen when the composition data changes and the device supports the remote
209 This effect is chosen if the composition data in the new firmware changes, the device doesn't
210 support the remote provisioning, and the new composition data takes effect after applying the
215 then process the metadata and provide the effect value. If the effect is
301 response to the Firmware Update Client, indicating if the firmware update will have any effect on
Drpr_srv.rst30 …f a device gets changed after device firmware update (see :ref:`firmware effect <bluetooth_mesh_df…
Ddfu_srv.rst48 :c:type:`bt_mesh_dfu_effect`. The DFU effect return parameter will be communicated back to the
49 Distributor, and should indicate what effect the firmware update will have on the mesh state of the
58 unprovisioned, this should be communicated through the effect parameter of the metadata check.
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/
DKconfig.df209 will have no effect.
220 no effect.
231 no effect.
243 no effect.
254 no effect.
/Zephyr-Core-3.6.0/doc/develop/api/
Dterminology.rst7 allowed calling context (thread, ISR, pre-kernel), the effect of a call
19 effect whether invoked from interrupt or thread context
22 initialized and will have its specified effect when invoked from that
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c173 enum bt_mesh_dfu_effect *effect) in target_metadata_check() argument
175 *effect = dfu_target_effect; in target_metadata_check()
525 if (dfd_srv.targets[i].effect == BT_MESH_DFU_EFFECT_UNPROV) { in dist_dfu_start_and_confirm()
794 static void target_test_effect(enum bt_mesh_dfu_effect effect) in target_test_effect() argument
796 dfu_target_effect = effect; in target_test_effect()
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Ddma.rst13 peripheral interactions, and features. The API in effect provides a union of all useful DMA
/Zephyr-Core-3.6.0/drivers/flash/
DKconfig.nor56 This is the wait delay (in us) to allow for CS switching to take effect
/Zephyr-Core-3.6.0/doc/kernel/services/synchronization/
Dcondvar.rst61 The following code has the same effect as the code segment above.
Dsemaphores.rst72 The following code has the same effect as the code segment above.
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/shell/
Ddfu.c79 enum bt_mesh_dfu_effect *effect) in dfu_meta_check() argument
602 shell_print(sh, "\tEffect: %u", rsp.effect); in cmd_dfu_target_state()
707 shell_print(sh, "\tEffect: 0x%x", rsp.effect); in cmd_dfu_target_check()
/Zephyr-Core-3.6.0/tests/kconfig/configdefault/
DKconfig178 # Multiple symbols, no configdefault effect
/Zephyr-Core-3.6.0/doc/releases/
Dindex.rst101 - Treewide changes that have an effect (e.g. changing the include path or
/Zephyr-Core-3.6.0/boards/arm/efr32_thunderboard/doc/
Dbrd2602.rst18 - Silicon Labs Si7210 hall effect sensor
/Zephyr-Core-3.6.0/boards/arm/efr32xg24_dk2601b/doc/
Dindex.rst33 - Silicon Labs Si7210 hall effect sensor
/Zephyr-Core-3.6.0/doc/services/resource_management/
Dindex.rst50 cancellation has no effect on the in-progress transition.
/Zephyr-Core-3.6.0/doc/services/settings/
Dindex.rst47 effect right away, for example if there are multiple settings
96 using ``settings_fcb_dst()``. As a side-effect, ``settings_fcb_src()``
/Zephyr-Core-3.6.0/doc/kernel/services/timing/
Dtimers.rst73 but has no effect on the timer since it is already stopped.
121 The following code has the same effect as the code segment above.
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dindex.rst73 executing. A cancellation request has no effect if the thread has already
128 Suspending a thread that is already suspended has no additional effect.
211 have an identical effect to the ``K_KERNEL_STACK`` macros.
222 have an identical effect to the ``K_KERNEL_STACK`` macros.
454 The following code has the same effect as the code segment above.

1234