Home
last modified time | relevance | path

Searched full:resolution (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/Zephyr-latest/dts/bindings/sensor/
Drohm,bh1750.yaml11 resolution:
15 Resolution of the measurement result
16 0 = low resolution
17 1 = high resolution
18 2 = high resolution 2
22 other mode, if higher or lower resolution
Dnxp,fxos8700-common.yaml49 - 2 # High resolution
64 resolution of 0.063 g/LSB, corresponding to an 8g acceleration
74 resolution of 0.063 g/LSB, corresponding to an 8g acceleration
84 resolution of 0.063 g/LSB, corresponding to an 8g acceleration
95 threshold. The resolution depends upon the sample rate (ODR) and the
97 ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB.
106 resolution depends upon the sample rate (ODR) and the high-pass filter
108 pls_hpf_en=0, the resolution is 1.25 ms/LSB.
121 PULSE_WIND register. The resolution depends upon the sample rate (ODR)
123 For ODR=800 Hz and pls_hpf_en=0, the resolution is 1.25 ms/LSB.
[all …]
Dmicrochip,tcn75a.yaml20 resolution:
29 Sensor resolution. Higher resolutions will result in longer conversion
35 resolution selection.
41 feature as well as high resolution sampling. Only supported with 9 bit
42 resolution.
Dst,stm32-temp-cal-common.yaml27 ts-cal-resolution:
30 ADC resolution used for measuring calibration data
32 This is usually equal to the ADC's native resolution.
/Zephyr-latest/include/zephyr/dt-bindings/adc/
Dstm32f1_adc.h12 * For STM32 F1 and similar, the only available resolution is 12-bit
14 * We still need the macro to get the value of the resolution but the driver
15 * does not set the resolution in any register by checking that the register
23 #define STM32F1_ADC_RES(resolution) \ argument
24 STM32_ADC_RES(resolution, STM32_ADC_RES_REG_VAL)
Dstm32h7_adc.h11 /* STM32 ADC resolution register for H7 and similar */
17 * For STM32H72x & H73x, ADC3 is different and has a 12 to 6-bit resolution.
18 * The offset and the width of the resolution field need to be redefined.
23 #define STM32H72X_ADC3_RES(resolution, reg_val) \ argument
24 STM32_ADC(resolution, reg_val, STM32H72X_ADC3_RES_MASK, \
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Ds32z2xxdc2_s32z270_rtu0.overlay29 zephyr,resolution = <12>;
37 zephyr,resolution = <12>;
45 zephyr,resolution = <12>;
53 zephyr,resolution = <12>;
69 zephyr,resolution = <12>;
77 zephyr,resolution = <12>;
85 zephyr,resolution = <12>;
93 zephyr,resolution = <12>;
Dlpcxpresso55s69_lpc55s69_cpu0.overlay33 * Channel 0 is used for differential mode, with 13 bit resolution
43 zephyr,resolution = <13>;
49 * Channel 1 is used in single ended mode, with 16 bit resolution
58 zephyr,resolution = <16>;
63 * Channel 2 is used in single ended mode, with 12 bit resolution
72 zephyr,resolution = <12>;
Dmr_canhubk3.overlay27 zephyr,resolution = <14>;
42 zephyr,resolution = <14>;
59 zephyr,resolution = <14>;
67 zephyr,resolution = <14>;
75 zephyr,resolution = <14>;
Dmec15xxevb_assy6853.overlay21 zephyr,resolution = <12>;
28 zephyr,resolution = <12>;
35 zephyr,resolution = <12>;
42 zephyr,resolution = <12>;
Dmec172xevb_assy6906.overlay21 zephyr,resolution = <12>;
28 zephyr,resolution = <12>;
35 zephyr,resolution = <12>;
42 zephyr,resolution = <12>;
Dda1469x_dk_pro.overlay43 zephyr,resolution = <12>;
52 zephyr,resolution = <12>;
61 zephyr,resolution = <12>;
70 zephyr,resolution = <12>;
88 zephyr,resolution = <14>;
97 zephyr,resolution = <14>;
107 zephyr,resolution = <14>;
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay20 * Channel 0 is used in single ended mode, with 12 bit resolution
29 zephyr,resolution = <13>;
34 * Channel 1 is used in single ended mode, with 16 bit resolution
43 zephyr,resolution = <16>;
48 * Channel 2 is used in single ended mode, with 12 bit resolution
57 zephyr,resolution = <12>;
Dlpcxpresso55s69_lpc55s69_cpu0_ns.overlay20 * Channel 0 is used in single ended mode, with 12 bit resolution
29 zephyr,resolution = <13>;
34 * Channel 1 is used in single ended mode, with 16 bit resolution
43 zephyr,resolution = <16>;
48 * Channel 2 is used in single ended mode, with 12 bit resolution
57 zephyr,resolution = <12>;
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/
Dpsoc6_01.dtsi320 resolution = <32>;
327 resolution = <32>;
334 resolution = <32>;
341 resolution = <32>;
348 resolution = <32>;
355 resolution = <32>;
362 resolution = <32>;
369 resolution = <32>;
376 resolution = <16>;
383 resolution = <16>;
[all …]
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_02/
Dpsoc6_02.dtsi324 resolution = <32>;
331 resolution = <32>;
338 resolution = <32>;
345 resolution = <32>;
352 resolution = <32>;
359 resolution = <32>;
366 resolution = <32>;
373 resolution = <32>;
380 resolution = <16>;
387 resolution = <16>;
[all …]
/Zephyr-latest/dts/arm/infineon/cat1b/cyw20829/
Dcyw20829.dtsi168 resolution = <32>;
175 resolution = <32>;
182 resolution = <16>;
189 resolution = <16>;
196 resolution = <16>;
203 resolution = <16>;
210 resolution = <16>;
217 resolution = <16>;
224 resolution = <16>;
232 resolution = <32>;
[all …]
/Zephyr-latest/drivers/dac/
Ddac_ltc166x.c22 uint8_t resolution; member
34 if (config->resolution == 10) { in ltc166x_reg_write()
64 if (channel_cfg->resolution != config->resolution) { in ltc166x_channel_setup()
65 LOG_ERR("Unsupported resolution %d", channel_cfg->resolution); in ltc166x_channel_setup()
87 if (value >= (1 << config->resolution)) { in ltc166x_write_value()
119 .resolution = res, \
Ddac_stm32.c56 uint8_t resolution; member
71 if (value >= BIT(data->resolution)) { in dac_stm32_write_value()
76 if (data->resolution == 8) { in dac_stm32_write_value()
79 } else if (data->resolution == 12) { in dac_stm32_write_value()
101 if ((channel_cfg->resolution == 8) || in dac_stm32_channel_setup()
102 (channel_cfg->resolution == 12)) { in dac_stm32_channel_setup()
103 data->resolution = channel_cfg->resolution; in dac_stm32_channel_setup()
105 LOG_ERR("Resolution not supported"); in dac_stm32_channel_setup()
Ddac_dacx0501.c12 * bits resolution respectively. Data sheet can be found here:
61 uint8_t resolution; member
103 if (channel_cfg->resolution != data->resolution) { in dacx0501_channel_setup()
104 LOG_ERR("Unsupported resolution %d. Actual: %d", channel_cfg->resolution, in dacx0501_channel_setup()
105 data->resolution); in dacx0501_channel_setup()
126 if (value >= (1 << data->resolution)) { in dacx0501_write_value()
131 value <<= (16 - data->resolution); in dacx0501_write_value()
155 data->resolution = 16 - 2 * FIELD_GET(DACX0501_MASK_DEVICE_ID_RES, device_id); in dacx0501_init()
/Zephyr-latest/include/zephyr/input/
Dinput_pat912x.h11 * @brief Set resolution on a pat912x device
14 * @param res_x_cpi CPI resolution for the X axis, 0 to 1275, -1 to keep the
16 * @param res_y_cpi CPI resolution for the Y axis, 0 to 1275, -1 to keep the
/Zephyr-latest/dts/bindings/dac/
Dti,dacx0501.yaml29 resolution. mul2 will double the output range but lower the resolution, while div2 will
30 lower the range but double the resolution.
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/
Ds32z2xxdc2_s32z270_rtu0.overlay29 zephyr,resolution = <12>;
37 zephyr,resolution = <12>;
45 zephyr,resolution = <12>;
53 zephyr,resolution = <12>;
/Zephyr-latest/include/zephyr/net/
Dnet_time.h9 * @brief Representation of nanosecond resolution elapsed time and timestamps in
35 * resolution scalar time span, future (positive) or past (negative) relative
57 * enough" with respect to the tolerances (resolution, drift, jitter) required
83 * resolution. Kernel @ref k_ticks_t and cycles (both specific to Zephyr) have
84 * an unspecified resolution but are useful to represent kernel timer values and
85 * implement high resolution spinning.
87 * If you need even finer grained time resolution, you may want to look at
91 * resolution times in the network stack is that it has been shown in the past
93 * the wrong resolution or to represent underspecified concepts of time with
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dnrf52840dk_nrf52840_npm6001.overlay34 zephyr,resolution = <12>;
43 zephyr,resolution = <12>;
52 zephyr,resolution = <12>;
61 zephyr,resolution = <12>;
70 zephyr,resolution = <12>;

12345678910>>...35