Home
last modified time | relevance | path

Searched full:drdy (Results 1 – 25 of 116) sorted by relevance

12345

/Zephyr-latest/dts/bindings/sensor/
Dst,iis2iclx-common.yaml21 drdy-gpios:
24 DRDY pin
35 Select DRDY pin number (1 or 2).
38 (INT1 or INT2) the drdy line is attached to. This property is not
42 - 1 # drdy is generated from INT1
43 - 2 # drdy is generated from INT2
Dst,iis328dq-common.yaml24 drdy-int-pad:
28 Select DRDY pin number (1 or 2).
30 This number represents which of the two interrupt pins (INT_1 or INT_2), if any, the DRDY
34 - 1 # drdy is generated on INT1
35 - 2 # drdy is generated on INT2
Dst,lis2du12-common.yaml39 drdy-pin:
43 Select DRDY pin number (1 or 2).
45 1 = drdy is generated from INT1
46 2 = drdy is generated from INT2
49 (INT1 or INT2) the drdy line is attached to. This property is not
93 drdy-pulsed:
Dst,ism330dhcx-common.yaml21 drdy-gpios:
24 DRDY gpio pin
34 Select DRDY pin number (1 or 2).
37 1 drdy is generated from INT1
38 2 drdy is generated from INT2
41 (INT1 or INT2) the drdy line is attached to. This property is not
Dst,lis2dux12-common.yaml36 drdy-pin:
40 - 1 # drdy is generated from INT1
41 - 2 # drdy is generated from INT2
43 Select DRDY pin number (1 or 2).
45 (INT1 or INT2) the drdy line is attached to. This property is not
Dst,iis2dlpc-common.yaml21 drdy-gpios:
24 DRDY pin
30 drdy-int:
35 Select DRDY pin number (1 or 2).
38 (INT1 or INT2) the drdy line is attached to. This property is not
42 - 1 # drdy is generated from INT1
43 - 2 # drdy is generated from INT2
Dst,lsm6dso16is-common.yaml27 DRDY pin
33 drdy-pin:
37 - 1 # drdy is generated from INT1
38 - 2 # drdy is generated from INT2
40 Select DRDY pin number (1 or 2).
43 (INT1 or INT2) the drdy line is attached to. This property is not
143 drdy-pulsed:
Dst,lsm6dso-common.yaml29 DRDY pin
39 - 1 # drdy is generated from INT1
40 - 2 # drdy is generated from INT2
42 Select DRDY pin number (1 or 2).
45 (INT1 or INT2) the drdy line is attached to. This property is not
144 drdy-pulsed:
Dst,hts221-common.yaml7 drdy-gpios:
9 description: DRDY pin
Dst,stts751-i2c.yaml12 drdy-gpios:
14 description: DRDY pin
Dst,iis2dh-i2c.yaml12 drdy-gpios:
14 description: DRDY pin
Dst,iis2dh-spi.yaml12 drdy-gpios:
14 description: DRDY pin
Dst,iis2mdc-spi.yaml12 drdy-gpios:
14 description: DRDY pin
Dst,iis2mdc-i2c.yaml12 drdy-gpios:
14 description: DRDY pin
Dti,hdc20xx.yaml11 description: DRDY/INT pin.
13 The DRDY/INT pin of HDC20xx sensor is open-drain, active low. If
Dst,lps22df-common.yaml23 drdy-gpios:
26 DRDY pin
32 drdy-pulsed:
Dst,lps22hh-common.yaml20 drdy-gpios:
23 DRDY pin
/Zephyr-latest/drivers/sensor/ti/ti_hdc/
Dti_hdc.c31 gpio_pin_interrupt_configure_dt(&cfg->drdy, GPIO_INT_DISABLE); in ti_hdc_gpio_callback()
44 if (cfg->drdy.port) { in ti_hdc_sample_fetch()
45 gpio_pin_interrupt_configure_dt(&cfg->drdy, GPIO_INT_EDGE_TO_ACTIVE); in ti_hdc_sample_fetch()
54 if (cfg->drdy.port) { in ti_hdc_sample_fetch()
137 if (cfg->drdy.port) { in ti_hdc_init()
145 if (!gpio_is_ready_dt(&cfg->drdy)) { in ti_hdc_init()
147 cfg->drdy.port->name); in ti_hdc_init()
151 gpio_pin_configure_dt(&cfg->drdy, GPIO_INPUT); in ti_hdc_init()
155 BIT(cfg->drdy.pin)); in ti_hdc_init()
157 if (gpio_add_callback(cfg->drdy.port, &drv_data->gpio_cb) < 0) { in ti_hdc_init()
[all …]
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/
Dx_nucleo_iks4a1.overlay24 drdy-pin = <1>;
33 drdy-pin = <2>;
34 drdy-pulsed;
46 drdy-pulsed;
47 drdy-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 (PB10) */
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/
Dx_nucleo_iks02a1.overlay28 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_HIGH>; /* A4 - INT2 */
29 drdy-int = <2>;
35 drdy-gpios = <&arduino_header 2 GPIO_ACTIVE_HIGH>; /* A2 */
41 drdy-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 - INT2 */
Dx_nucleo_iks02a1_shub.overlay30 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_HIGH>; /* A4 - INT2 */
31 drdy-int = <2>;
37 drdy-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 - INT2 */
/Zephyr-latest/boards/shields/mikroe_accel13_click/
Dmikroe_accel13_click.overlay19 drdy-gpios = <&mikrobus_header 7 GPIO_ACTIVE_HIGH>;
20 drdy-int = <2>;
/Zephyr-latest/drivers/sensor/bosch/bmm150/
DKconfig48 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMM150),drdy-gpios)
54 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMM150),drdy-gpios)
60 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMM150),drdy-gpios)
/Zephyr-latest/tests/drivers/build_all/sensor/
Di3c.dtsi17 drdy-gpios = <&test_gpio 0 0>;
24 drdy-gpios = <&test_gpio 0 0>;
31 drdy-gpios = <&test_gpio 0 0>;
/Zephyr-latest/drivers/sensor/st/iis2mdc/
DKconfig30 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2MDC),drdy-gpios)
36 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2MDC),drdy-gpios)

12345