Home
last modified time | relevance | path

Searched full:effect (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/Zephyr-latest/drivers/sensor/silabs/si7210/
DKconfig1 # Si7210 Hall Effect Magnetic Position and Temperature Sensor configuration options
6 bool "Si7210 Hall Effect Magnetic Position and Temperature Sensor"
11 Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor.
/Zephyr-latest/drivers/sensor/ti/tmag5273/
DKconfig1 # TMAG5273 Low-Power Linear 3D Hall-Effect Sensor configuration options
7 bool "TMAG5273/TMAG3001 3D Hall-Effect Sensor"
14 Enable driver for TMAG5273 and TMAG3001 I2C-based 3d Hall-Effect sensor.
/Zephyr-latest/drivers/sensor/ti/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-latest/dts/bindings/input/
Dst,stmpe811.yaml21 No effect if screen size is not set.
27 No effect if screen size is not set.
33 No effect if screen size is not set.
39 No effect if screen size is not set.
/Zephyr-latest/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.
DKconfig10 bool "Toggle echo effect when pressing sw0"
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_xmc4xxx.c53 /* only has effect if mode is push_pull */ in pinctrl_configure_pin()
58 /* only has effect if mode is push_pull */ in pinctrl_configure_pin()
63 /* only has effect if mode is push_pull */ in pinctrl_configure_pin()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_srv.h61 * the effect of the transfer would be.
63 * If applying the image will have an effect on the provisioning state
64 * of the mesh stack, this can be communicated through the @c effect
75 * @param effect Return parameter for the image effect on the
83 enum bt_mesh_dfu_effect *effect);
189 /* Effect of transfer, @see bt_mesh_dfu_effect. */
190 uint8_t effect; member
Ddfu_cli.h59 /** Expected DFU effect, see @ref bt_mesh_dfu_effect. */
60 uint8_t effect; member
73 /** Effect of transfer. */
74 enum bt_mesh_dfu_effect effect; member
83 /** The effect the update will have on the Target device's state. */
84 enum bt_mesh_dfu_effect effect; member
303 * Target nodes that have reported the effect as @ref BT_MESH_DFU_EFFECT_UNPROV
356 * node will accept a transfer of this DFU image slot, and what the effect would be.
/Zephyr-latest/dts/bindings/sensor/
Dsilabs,si7210.yaml4 description: Si7210 hall effect magnetic position and temperature sensor
Dti,tmag5170.yaml4 description: Texas Instruments TMAG5170 high-precision, linear 3D Hall-effect sensor.
16 data ready event. For this property to take effect, the
127 effect. If temperature channel is enabled, temperature will be oversampled
187 For this property to take effect sensor must be in `duty-cycled` mode.
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/
Dindex.rst37 - Hall Effect Switch (MLX90248)
51 - Sensors (Accelerometer, Light, Temperature and Humidity, Pressure and Hall-Effect sensors)
79 - Hall-Effect Switch = P0.15
/Zephyr-latest/tests/subsys/llext/
Dno_mem_protection.conf3 # This uses the fact that setting an unknown symbol to 'n' has no effect,
/Zephyr-latest/tests/bsim/bluetooth/audio/
Doverlay-nrf5340_cpunet_iso-bt_ll_sw_split.conf2 # is used in the context of IPC which falls into a "Newton's Cradle" effect
/Zephyr-latest/soc/nxp/mcx/
DKconfig8 # effect rather than the family config.
DKconfig.defconfig8 # effect rather than the family config.
/Zephyr-latest/boards/st/nucleo_l552ze_q/
DKconfig.defconfig10 # Not defining LIBC malloc arena has the effect of declaring all available RAM
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_mixed.sh7 # Test DFU with all variants of firmware effect
Ddfu_mixed_fail.sh7 # Test that confirm step fails with all variants of firmware effect
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/
Dtest_suite_full_list_overwrite_oldest.c54 /* This will make the effect as if there is a disconnection */ in bt_conn_foreach_key_slot_0_in_use_custom_fake()
59 /* This will make the effect as if there is a connection with no key */ in bt_conn_foreach_key_slot_0_in_use_custom_fake()
66 /* This will make the effect as if key at slot 0 is in use with a connection */ in bt_conn_foreach_key_slot_0_in_use_custom_fake()
79 /* This will make the effect as if key at slot 'x' is in use with a connection */ in bt_conn_foreach_all_keys_in_use_custom_fake()
94 /* This will make the effect as if key at slot 'x' is in use with a connection */ in bt_conn_foreach_no_keys_in_use_custom_fake()
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/
Dprj.conf9 # previously witten data, which is considered overwrite although it takes no effect.
/Zephyr-latest/boards/st/stm32l562e_dk/
DKconfig.defconfig35 # Not defining LIBC malloc arena has the effect of declaring all available RAM
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst124 incoming firmware update, and what the effect of the update would be. The metadata format is
195 Firmware effect
199 This may have an effect on the provisioning data of the node and how the Distributor finalizes the
205 The device stays provisioned after the new firmware is programmed. This effect is chosen if the
208 This effect is chosen when the composition data changes and the device doesn't support the remote
211 This effect is chosen when the composition data changes and the device supports the remote
215 This effect is chosen if the composition data in the new firmware changes, the device doesn't
216 support the remote provisioning, and the new composition data takes effect after applying the
221 then process the metadata and provide the effect value. If the effect is
307 response to the Firmware Update Client, indicating if the firmware update will have any effect on
/Zephyr-latest/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()
200 enum bt_mesh_dfu_effect effect; in handle_metadata_check() local
207 status = metadata_check(srv, idx, buf, &effect); in handle_metadata_check()
211 net_buf_simple_add_u8(&rsp, (status & BIT_MASK(3)) | (effect << 3)); in handle_metadata_check()
236 net_buf_simple_add_u8(&buf, srv->update.effect); in update_status_rsp()
320 (enum bt_mesh_dfu_effect *)&srv->update.effect); in handle_start()
/Zephyr-latest/include/zephyr/drivers/led_strip/
Dtlc5971.h18 * change will take effect on next update of the led strip

12345678910>>...13