Searched full:int2 (Results 1 – 25 of 93) sorted by relevance
1234
/Zephyr-latest/dts/bindings/sensor/ |
D | bosch,bmi08x-accel.yaml | 23 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
|
D | st,lis2dh-common.yaml | 5 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.
|
D | st,lis2dux12-common.yaml | 27 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
|
D | adi,adxl345-common.yaml | 26 int2-gpios: 29 The INT2 signal defaults to active high as produced by the
|
D | st,lis2du12-common.yaml | 30 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
|
D | st,iis328dq-common.yaml | 16 int2-gpios: 35 - 2 # drdy is generated on INT2 48 - 2 # threshold interrupt is generated on INT2
|
D | nxp,fxas21002-common.yaml | 25 int2-gpios: 28 INT2 pin
|
D | nxp,fxls8974-common.yaml | 25 int2-gpios: 28 INT2 pin
|
D | st,iis2iclx-common.yaml | 38 (INT1 or INT2) the drdy line is attached to. This property is not 43 - 2 # drdy is generated from INT2
|
D | bosch,bma4xx-common.yaml | 9 INT2,3,4 signals are not supported by the driver.
|
D | st,lis2de12-common.yaml | 30 int2-gpios: 33 INT2 pin
|
D | bosch,bmi270.yaml | 17 The INT1 and (optional) INT2 signal connections.
|
D | bosch,bma280.yaml | 17 INT2 signal is not supported by the driver.
|
D | st,ism330dhcx-common.yaml | 38 2 drdy is generated from INT2 41 (INT1 or INT2) the drdy line is attached to. This property is not
|
D | st,lsm6dso-common.yaml | 40 - 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/ |
D | Kconfig | 54 $(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/ |
D | frdm_stbc_agm01.overlay | 18 int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>; 25 int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | Kconfig | 28 $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_FXLS8974),int2-gpios) 45 INT2 pin.
|
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/ |
D | x_nucleo_iks02a1_shub.overlay | 30 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_HIGH>; /* A4 - INT2 */ 37 drdy-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 - INT2 */
|
D | x_nucleo_iks02a1.overlay | 28 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/ |
D | Kconfig | 63 $(dt_compat_any_has_prop,$(DT_COMPAT_NXP_FXAS21002),int2-gpios) 81 INT2 pin.
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | Kconfig | 46 $(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/ |
D | bmi270_trigger.c | 75 /* 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/ |
D | spi.dtsi | 262 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/ |
D | Kconfig | 71 INT2 pin.
|
1234