Home
last modified time | relevance | path

Searched refs:drdy (Results 1 – 25 of 52) sorted by relevance

123

/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 …]
Dti_hdc.h26 struct gpio_dt_spec drdy; member
/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) */
Dx_nucleo_iks4a1_shub2.overlay18 drdy-pin = <1>;
Dx_nucleo_iks4a1_shub1.overlay20 drdy-pin = <1>;
/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/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>;
Dspi.dtsi50 drdy-gpios = <&test_gpio 0 0>;
57 drdy-gpios = <&test_gpio 0 0>;
71 drdy-gpios = <&test_gpio 0 0>;
107 drdy-gpios = <&test_gpio 0 0>;
137 drdy-gpios = <&test_gpio 0 0>;
144 drdy-gpios = <&test_gpio 0 0>;
226 drdy-gpios = <&test_gpio 0 0>;
233 drdy-gpios = <&test_gpio 0 0>;
309 drdy-gpios = <&test_gpio 0 0>;
359 drdy-int-pad = <1>;
Di2c.dtsi89 drdy-gpios = <&test_gpio 0 0>;
111 drdy-gpios = <&test_gpio 0 0>;
266 drdy-gpios = <&test_gpio 0 0>;
272 drdy-gpios = <&test_gpio 0 0>;
280 drdy-gpios = <&test_gpio 0 0>;
286 drdy-gpios = <&test_gpio 0 0>;
354 drdy-gpios = <&test_gpio 0 0>;
422 drdy-gpios = <&test_gpio 0 0>;
434 drdy-gpios = <&test_gpio 0 0>;
508 drdy-gpios = <&test_gpio 0 0>;
[all …]
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/
Dx_nucleo_iks01a3.overlay25 drdy-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */
31 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_LOW>; /* A4 */
/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/boards/st/steval_stwinbx1/
Dsteval_stwinbx1.dts161 drdy-gpios = <&gpiof 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
162 drdy-int = <1>;
169 drdy-gpios = <&gpiob 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
177 drdy-gpios = <&gpiof 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
215 drdy-gpios = <&gpiof 9 GPIO_ACTIVE_HIGH>;
/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)
/Zephyr-latest/drivers/sensor/st/lps22hh/
DKconfig34 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LPS22HH),drdy-gpios)
40 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LPS22HH),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/hts221/
DKconfig30 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_HTS221),drdy-gpios)
36 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_HTS221),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/iis2dlpc/
DKconfig31 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2DLPC),drdy-gpios)
37 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2DLPC),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/lps2xdf/
DKconfig43 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LPS22DF),drdy-gpios) ||\
44 $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LPS28DFW),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/iis2iclx/
DKconfig32 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2ICLX),drdy-gpios)
38 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2ICLX),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/stts751/
DKconfig31 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_STTS751),drdy-gpios)
37 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_STTS751),drdy-gpios)
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a-common.dtsi178 drdy-gpios = <&gpiod 10 GPIO_ACTIVE_HIGH>;
184 drdy-gpios = <&gpioe 11 GPIO_ACTIVE_HIGH>;
190 drdy-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/drivers/sensor/st/iis2dh/
DKconfig31 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2DH),drdy-gpios)
37 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_IIS2DH),drdy-gpios)
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
DKconfig32 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_ISM330DHCX),drdy-gpios)
38 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_ISM330DHCX),drdy-gpios)
/Zephyr-latest/tests/drivers/build_all/gpio/
Dadc_ads1145s0x_gpio.overlay39 drdy-gpios = <&test_gpio 0 0>;

123