/Zephyr-latest/dts/bindings/sensor/ |
D | st,ilps22qs-common.yaml | 6 When setting the odr, lpf, avg properties in a .dts or .dtsi file 17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>; 55 avg:
|
D | st,lps22df-common.yaml | 6 When setting the odr, lpf, avg properties in a .dts or .dtsi file 17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>; 70 avg:
|
D | st,lps28dfw-common.yaml | 17 avg = <LPS2xDF_DT_AVG_128_SAMPLES>;
|
D | ti,ina3221.yaml | 57 avg-mode:
|
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | ina230.h | 60 * @param avg Averaging mode. 65 avg) \ argument 66 (((avg) << 9) | ((bvct) << 6) | ((svct) << 3) | (mode))
|
D | ina237.h | 82 * @param avg Averaging mode. 88 avg) \ argument 89 (((mode) << 12) | ((vbusct) << 9) | ((vshct) << 6) | ((vtct) << 3) | (avg))
|
/Zephyr-latest/tests/benchmarks/sched/src/ |
D | main.c | 156 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/ |
D | net_pkt_processing_stats.rst | 26 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/ |
D | testcase.yaml | 17 - "unpend\\s+\\d* ready\\s+\\d* switch\\s+\\d* pend\\s+\\d* tot\\s+\\d* \\(avg\\s+\\d*\\)"
|
/Zephyr-latest/samples/sensor/bq274xx/src/ |
D | main.c | 65 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/ |
D | stats.c | 159 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/ |
D | tmp116.c | 280 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/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 164 avg-count = <1024>; 175 avg-count = <1024>; 186 avg-count = <1024>; 197 avg-count = <1024>;
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_prof.c | 75 /* 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/ |
D | busy_sim.c | 79 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/ |
D | lpcxpresso55s36.overlay | 17 adc-avg-count = <10>;
|
D | frdm_mcxn236.overlay | 18 adc-avg-count = <10>;
|
D | frdm_mcxn947_mcxn947_cpu0.overlay | 18 adc-avg-count = <10>;
|
D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 18 adc-avg-count = <10>;
|
D | rpi_pico.overlay | 21 adc-avg-count = <10>;
|
D | frdm_mcxw71.overlay | 18 adc-avg-count = <10>;
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.c | 158 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/ |
D | test-regulator-voltage.yaml | 34 adc-avg-count:
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | tmag5273.h | 264 * @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/ |
D | ilps22qs.c | 22 md.avg = cfg->avg; in ilps22qs_mode_set_odr_raw()
|