Home
last modified time | relevance | path

Searched full:averaging (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Dti,ina219.yaml65 9 = 12 bit - 2 sample averaging -> 1.06 ms
66 10 = 12 bit - 4 sample averaging -> 2.13 ms
67 11 = 12 bit - 8 sample averaging -> 4.26 ms
68 12 = 12 bit - 16 sample averaging -> 8.51 ms
69 13 = 12 bit - 32 sample averaging -> 17.02 ms
70 14 = 12 bit - 64 sample averaging -> 34.05 ms
71 15 = 12 bit - 128 sample averaging -> 68.10 ms
78 Averaging over multiple samples gives more stable readings but adds
101 9 = 12 bit - 2 sample averaging -> 1.06 ms
102 10 = 12 bit - 4 sample averaging -> 2.13 ms
[all …]
Dti,ina3221.yaml61 Averaging mode (number of samples that are collected and averaged together).
62 The default of one sample (no averaging) is the power-on reset value of the device.
Dti,ina237.yaml25 times and averaging, operating mode for INA230 or
37 averaging, operating mode and etc).
Dti,tmag5273.yaml146 Note that averaging will influence the output data rate.
147 Defaults to 2x averaging (TMAG5273_DT_AVERAGING_2X).
Dti,ina230.yaml26 times, ADC and averaging, and ADC operating mode.
Dinvensense,icm42670.yaml88 Averaging filter setting to create accelerometer output
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dina230.h44 /* Averaging Mode */
60 * @param avg Averaging mode.
Dina237.h39 /* Averaging Mode */
82 * @param avg Averaging mode.
Dina226.h16 /* Averaging Mode. */
Dtmag5273.h66 /* Averaging */
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig15 int "Sample averaging"
21 setting this register. Set to 0 for no averaging.
22 0 = 1 sample (no averaging)
/Zephyr-latest/include/zephyr/drivers/sensor/
Dicm42670.h47 /** Averaging configuration */
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_apex.c29 /* Set 2x averaging, in order to minimize power consumption (16x by default) */ in icm42670_apex_enable()
153 * - Set 2X averaging. in icm42670_apex_enable_wom()
Dicm42670.c369 LOG_ERR("Incorrect averaging filter value"); in icm42670_accel_config()
/Zephyr-latest/include/zephyr/timing/
Dtiming.h123 * @brief Convert number of @p cycles into nanoseconds with averaging.
239 * @brief Convert number of @p cycles into nanoseconds with averaging.
364 * @brief Convert number of @p cycles into nanoseconds with averaging.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp22 /* State for the averaging algorithm we're using. */
/Zephyr-latest/drivers/sensor/ams/tmd2620/
Dtmd2620.h20 * while averaging is turned on.
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.h261 * @param avg set averaging value
Dtmag5273.c60 uint8_t averaging; member
932 switch (drv_cfg->averaging) { in tmag5273_init_device_config()
1238 .averaging = DT_INST_PROP(inst, average_mode), \
/Zephyr-latest/drivers/adc/
Dadc_ifx_cat1.c134 /* Disable averaging for channel */ in ifx_cat1_adc_channel_setup()
/Zephyr-latest/drivers/sensor/ti/tmp116/
Dtmp116.c310 /* sensor supports averaging 1, 8, 32 and 64 samples */ in tmp116_attr_set()
/Zephyr-latest/doc/kernel/
Dtimeutil.rst135 scale based on averaging clocks that count in SI seconds. TAI is a monotonic
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h1193 * @brief Convert number of @p cycles into nanoseconds with averaging.