Home
last modified time | relevance | path

Searched refs:oversampling (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-Core-2.7.6/samples/sensor/bmi270/src/
Dmain.c16 struct sensor_value full_scale, sampling_freq, oversampling; in main() local
35 oversampling.val1 = 1; /* Normal mode */ in main()
36 oversampling.val2 = 0; in main()
41 &oversampling); in main()
56 oversampling.val1 = 1; /* Normal mode */ in main()
57 oversampling.val2 = 0; in main()
62 &oversampling); in main()
/Zephyr-Core-2.7.6/drivers/sensor/bmm150/
DKconfig17 Specify the default preset (x/y oversampling, z oversampling, sampling
40 bool "Enable dynamic XY oversampling"
42 Enable alteration of XY oversampling at runtime.
45 bool "Enable dynamic Z oversampling"
47 Enable alteration of Z oversampling at runtime.
/Zephyr-Core-2.7.6/drivers/sensor/bmc150_magn/
DKconfig20 Specify the default preset (x/y oversampling, z oversampling, sampling
43 bool "Enable dynamic XY oversampling"
45 Enable alteration of XY oversampling at runtime.
48 bool "Enable dynamic Z oversampling"
50 Enable alteration of Z oversampling at runtime.
/Zephyr-Core-2.7.6/drivers/sensor/bme680/
DKconfig15 prompt "BME680 temperature oversampling"
18 Select temperature oversampling for the BME680 sensor. Higher values
33 prompt "BME680 pressure oversampling"
36 Select pressure oversampling for the BME680 sensor. Higher values
51 prompt "BME680 humidity oversampling"
54 Select humidity oversampling for the BME680 sensor. Higher values
/Zephyr-Core-2.7.6/drivers/sensor/dps310/
DKconfig17 prompt "DPS310 temperature oversampling"
20 Select temperature oversampling for the DPS310 sensor. Higher values
41 prompt "DPS310 pressure oversampling"
44 Select pressure oversampling for the DPS310 sensor. Higher values
/Zephyr-Core-2.7.6/drivers/sensor/bme280/
DKconfig28 prompt "BME280 temperature oversampling"
31 Select temperature oversampling for the BME280 sensor. Higher values
46 prompt "BME280 pressure oversampling"
49 Select pressure oversampling for the BME280 sensor. Higher values
64 prompt "BME280 humidity oversampling"
67 Select humidity oversampling for the BME280 sensor. Higher values
/Zephyr-Core-2.7.6/drivers/sensor/ms5607/
DKconfig15 prompt "Pressure oversampling."
37 prompt "Temperature oversampling."
/Zephyr-Core-2.7.6/drivers/sensor/nxp_kinetis_temp/
DKconfig23 int "ADC oversampling"
27 ADC oversampling to use for the temperature sensor and
Dtemp_kinetis.c210 .oversampling = CONFIG_TEMP_KINETIS_OVERSAMPLING,\
/Zephyr-Core-2.7.6/drivers/adc/
Dadc_stm32.c492 switch (sequence->oversampling) { in start_read()
499 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
508 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
517 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
526 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
535 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
544 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
553 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
562 LL_ADC_ConfigOverSamplingRatioShift(adc, sequence->oversampling, in start_read()
576 if (sequence->oversampling) { in start_read()
Dadc_sam0.c344 if (sequence->oversampling > 10U) { in start_read()
349 adc->AVGCTRL.reg = ADC_AVGCTRL_SAMPLENUM(sequence->oversampling); in start_read()
357 if (sequence->oversampling > 4U && DSU->DID.bit.REVISION < 3) { in start_read()
358 adc->AVGCTRL.bit.ADJRES = sequence->oversampling - 4U; in start_read()
364 if (sequence->oversampling) { in start_read()
372 if (sequence->oversampling) { in start_read()
380 if (sequence->oversampling) { in start_read()
Dadc_nrfx_saadc.c193 if ((active_channels > 1) && (sequence->oversampling > 0)) { in set_oversampling()
199 switch (sequence->oversampling) { in set_oversampling()
229 sequence->oversampling); in set_oversampling()
299 (sequence->oversampling != 0U ? in start_read()
Dadc_mcux_adc12.c103 switch (sequence->oversampling) { in mcux_adc12_start_read()
121 sequence->oversampling); in mcux_adc12_start_read()
Dadc_mcux_lpadc.c120 switch (sequence->oversampling) { in mcux_lpadc_start_read()
147 sequence->oversampling); in mcux_lpadc_start_read()
Dadc_nrfx_adc.c158 if (sequence->oversampling != 0U) { in start_read()
Dadc_sam_afec.c204 if (sequence->oversampling != 0U) { in start_read()
Dadc_mcux_adc16.c179 switch (sequence->oversampling) { in start_read()
/Zephyr-Core-2.7.6/samples/shields/lmp90100_evb/rtd/src/
Dmain.c82 .oversampling = 0, in main()
/Zephyr-Core-2.7.6/include/drivers/
Dadc.h314 uint8_t oversampling; member
/Zephyr-Core-2.7.6/samples/boards/96b_argonkey/microphone/
DREADME.rst64 oversampling/decimation factor equal to 128, resulting in a 2.048MHz bit clock.
69 case the oversampling/decimation factor will be 64.
/Zephyr-Core-2.7.6/samples/boards/nrf/battery/src/
Dbattery.c129 .oversampling = 4, in divider_setup()
/Zephyr-Core-2.7.6/boards/arm/nucleo_u575zi_q/doc/
Dnucleou575zi_q.rst102 - 14-bit ADC 2.5-Msps, resolution up to 16 bits with hardware oversampling
103 - 12-bit ADC 2.5-Msps, with hardware oversampling, autonomous in Stop 2 mode
/Zephyr-Core-2.7.6/boards/arm/b_u585i_iot02a/doc/
Dindex.rst120 - 14-bit ADC 2.5-Msps, resolution up to 16 bits with hardware oversampling
121 - 12-bit ADC 2.5-Msps, with hardware oversampling, autonomous in Stop 2 mode
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst75 oversampling/decimation factor to result in approximately a 2MHz bit clock.
/Zephyr-Core-2.7.6/boards/arm/nucleo_l432kc/doc/
Dindex.rst70 - 1x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200

12