Home
last modified time | relevance | path

Searched full:avg (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/dts/bindings/sensor/
Dst,ilps22qs-common.yaml6 When setting the odr, lpf, avg properties in a .dts or .dtsi file
17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>;
55 avg:
Dst,lps22df-common.yaml6 When setting the odr, lpf, avg properties in a .dts or .dtsi file
17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>;
70 avg:
Dst,lps28dfw-common.yaml17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>;
Dti,ina3221.yaml57 avg-mode:
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dina230.h60 * @param avg Averaging mode.
65 avg) \ argument
66 (((avg) << 9) | ((bvct) << 6) | ((svct) << 3) | (mode))
Dina237.h82 * @param avg Averaging mode.
88 avg) \ argument
89 (((mode) << 12) | ((vbusct) << 9) | ((vshct) << 6) | ((vtct) << 3) | (avg))
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c156 uint32_t avg, whole = stamps[4] - stamps[0]; in main() local
165 avg = tot / (runs - 10); in main()
168 avg = 0U; in main()
175 * unpend 132 ready 257 switch 278 pend 321 tot 988 (avg 900) in main()
177 printk("unpend %4d ready %4d switch %4d pend %4d tot %4d (avg %4d)\n", in main()
182 whole, avg); in main()
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst26 Avg TX net_pkt (11484) time 67 us
27 Avg RX net_pkt (11474) time 43 us
50 Avg TX net_pkt (18902) time 63 us [0->22->15->23=60 us]
51 Avg RX net_pkt (18892) time 42 us [0->9->6->11->13=39 us]
/Zephyr-latest/tests/benchmarks/sched/
Dtestcase.yaml17 - "unpend\\s+\\d* ready\\s+\\d* switch\\s+\\d* pend\\s+\\d* tot\\s+\\d* \\(avg\\s+\\d*\\)"
/Zephyr-latest/samples/sensor/bq274xx/src/
Dmain.c65 bq274xx_show_values("Avg Current in Amps", current); in do_main()
139 printk("Unable to fetch Avg Power\n"); in do_main()
146 printk("Unable to get avg power\n"); in do_main()
150 bq274xx_show_values("Avg Power in Watt", avg_power); in do_main()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c159 uint32_t avg; in get_net_pkt_tc_stats_detail() local
179 avg = (uint32_t)(GET_STAT(iface, in get_net_pkt_tc_stats_detail()
185 avg = (uint32_t)(GET_STAT(iface, in get_net_pkt_tc_stats_detail()
191 if (avg == 0) { in get_net_pkt_tc_stats_detail()
195 total += avg; in get_net_pkt_tc_stats_detail()
198 "->%u", avg); in get_net_pkt_tc_stats_detail()
223 uint32_t avg; in get_net_pkt_stats_detail() local
241 avg = (uint32_t)(GET_STAT(iface, in get_net_pkt_stats_detail()
247 avg = (uint32_t)(GET_STAT(iface, in get_net_pkt_stats_detail()
253 if (avg == 0) { in get_net_pkt_stats_detail()
[all …]
/Zephyr-latest/drivers/sensor/ti/tmp116/
Dtmp116.c280 uint16_t avg; in tmp116_attr_set() local
313 avg = TMP116_AVG_1_SAMPLE; in tmp116_attr_set()
317 avg = TMP116_AVG_8_SAMPLES; in tmp116_attr_set()
321 avg = TMP116_AVG_32_SAMPLES; in tmp116_attr_set()
325 avg = TMP116_AVG_64_SAMPLES; in tmp116_attr_set()
331 return tmp116_write_config(dev, TMP116_CFGR_AVG, avg); in tmp116_attr_set()
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi164 avg-count = <1024>;
175 avg-count = <1024>;
186 avg-count = <1024>;
197 avg-count = <1024>;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c75 /* check changes in min, avg and max of latency */ in lll_prof_send()
95 /* check changes in min, avg and max */ in lll_prof_send()
/Zephyr-latest/subsys/testsuite/busy_sim/
Dbusy_sim.c79 uint32_t avg = idle ? data->idle_avg : data->active_avg; in get_timeout() local
96 avg *= data->us_tick; in get_timeout()
99 return avg - delta + 2 * (rand_val % delta); in get_timeout()
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dlpcxpresso55s36.overlay17 adc-avg-count = <10>;
Dfrdm_mcxn236.overlay18 adc-avg-count = <10>;
Dfrdm_mcxn947_mcxn947_cpu0.overlay18 adc-avg-count = <10>;
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay18 adc-avg-count = <10>;
Drpi_pico.overlay21 adc-avg-count = <10>;
Dfrdm_mcxw71.overlay18 adc-avg-count = <10>;
/Zephyr-latest/drivers/sensor/ist8310/
Dist8310.c158 LOG_ERR("failed to set AVG"); in ist8310_init_chip()
163 LOG_ERR("failed to set AVG"); in ist8310_init_chip()
168 LOG_ERR("failed to set AVG"); in ist8310_init_chip()
/Zephyr-latest/tests/drivers/regulator/voltage/dts/bindings/
Dtest-regulator-voltage.yaml34 adc-avg-count:
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.h264 * @param avg set averaging value
267 #define TMAG5273_T_CONVERSION_US(avg, nb_channels) (((1 << avg) * 25) * nb_channels + 25) argument
/Zephyr-latest/drivers/sensor/st/lps2xdf/
Dilps22qs.c22 md.avg = cfg->avg; in ilps22qs_mode_set_odr_raw()

12