Home
last modified time | relevance | path

Searched full:int2 (Results 1 – 25 of 93) sorted by relevance

1234

/Zephyr-latest/dts/bindings/sensor/
Dbosch,bmi08x-accel.yaml23 int2-map-io:
26 Bit[0]: Map Interrupt A to INT2, Accel Data Ready
27 Bit[1]: Map Interrupt B to INT2
28 Bit[2]: Map Interrupt C to INT2
40 int2-conf-io:
44 Bit[1]: if set to 1, INT2 is active high, otherwise it's active low
45 Bit[2]: if set to 1, INT2 is open-drain, otherwise it's push-pull
46 Bit[3]: if set to 1, enable INT2 as an output pin
47 Bit[4]: if set to 1, enable INT2 as an input pin
Dst,lis2dh-common.yaml5 When setting the int1-gpio-config/int2-gpio-config and anym-mode properties
15 int2-gpio-config = <LIS2DH_DT_GPIO_INT_LEVEL_LOW>;
25 The INT1 and (optional) INT2 signal connections. These signals
45 int2-gpio-config:
49 Select the interrupt configuration for INT2 gpio.
Dst,lis2dux12-common.yaml27 int2-gpios:
30 INT2 pin
41 - 2 # drdy is generated from INT2
45 (INT1 or INT2) the drdy line is attached to. This property is not
Dadi,adxl345-common.yaml26 int2-gpios:
29 The INT2 signal defaults to active high as produced by the
Dst,lis2du12-common.yaml30 int2-gpios:
33 INT2 pin
46 2 = drdy is generated from INT2
49 (INT1 or INT2) the drdy line is attached to. This property is not
Dst,iis328dq-common.yaml16 int2-gpios:
35 - 2 # drdy is generated on INT2
48 - 2 # threshold interrupt is generated on INT2
Dnxp,fxas21002-common.yaml25 int2-gpios:
28 INT2 pin
Dnxp,fxls8974-common.yaml25 int2-gpios:
28 INT2 pin
Dst,iis2iclx-common.yaml38 (INT1 or INT2) the drdy line is attached to. This property is not
43 - 2 # drdy is generated from INT2
Dbosch,bma4xx-common.yaml9 INT2,3,4 signals are not supported by the driver.
Dst,lis2de12-common.yaml30 int2-gpios:
33 INT2 pin
Dbosch,bmi270.yaml17 The INT1 and (optional) INT2 signal connections.
Dbosch,bma280.yaml17 INT2 signal is not supported by the driver.
Dst,ism330dhcx-common.yaml38 2 drdy is generated from INT2
41 (INT1 or INT2) the drdy line is attached to. This property is not
Dst,lsm6dso-common.yaml40 - 2 # drdy is generated from INT2
45 (INT1 or INT2) the drdy line is attached to. This property is not
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
DKconfig54 $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_FXOS8700),int2-gpios)
71 INT2 pin.
95 Say Y to route pulse interrupt to INT1 pin. Say N to route to INT2 pin.
108 Say Y to route motion interrupt to INT1 pin. Say N to route to INT2 pin.
121 Say N to route to INT2 pin.
/Zephyr-latest/boards/shields/frdm_stbc_agm01/
Dfrdm_stbc_agm01.overlay18 int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>;
25 int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
/Zephyr-latest/drivers/sensor/nxp/fxls8974/
DKconfig28 $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_FXLS8974),int2-gpios)
45 INT2 pin.
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/
Dx_nucleo_iks02a1_shub.overlay30 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_HIGH>; /* A4 - INT2 */
37 drdy-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 - INT2 */
Dx_nucleo_iks02a1.overlay28 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_HIGH>; /* A4 - INT2 */
41 drdy-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 - INT2 */
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
DKconfig63 $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_FXAS21002),int2-gpios)
81 INT2 pin.
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
DKconfig46 $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LSM6DSV16X),int2-gpios) ||\
54 $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LSM6DSV16X),int2-gpios) ||\
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_trigger.c75 /* INT2 is used for data ready interrupts */ in bmi270_thread_cb()
194 ret = bmi270_init_int_pin(&cfg->int2, &data->int2_cb, in bmi270_init_interrupts()
197 LOG_ERR("Failed to initialize INT2"); in bmi270_init_interrupts()
211 if (cfg->int2.port) { in bmi270_init_interrupts()
303 if (!cfg->int2.port) { in bmi270_trigger_set()
/Zephyr-latest/tests/drivers/build_all/sensor/
Dspi.dtsi262 int2-gpios = <&test_gpio 0 0>;
271 int2-map-io = <0x00>;
273 int2-conf-io = <0x17>;
318 int2-gpios = <&test_gpio 0 0>;
327 int2-gpios = <&test_gpio 0 0>;
367 int2-gpios = <&test_gpio 0 0>;
/Zephyr-latest/drivers/sensor/st/iis3dhhc/
DKconfig71 INT2 pin.

1234