Home
last modified time | relevance | path

Searched refs:int2 (Results 26 – 35 of 35) sorted by relevance

12

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362.c100 uint8_t int2) in adxl362_interrupt_config() argument
112 ADXL362_REG_INTMAP2, &int2, 1); in adxl362_interrupt_config()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c366 uint8_t int2) in adxl372_interrupt_config() argument
376 return data->hw_tf->write_reg(dev, ADXL372_INT2_MAP, int2); in adxl372_interrupt_config()
/Zephyr-latest/boards/nxp/frdm_k64f/
Dfrdm_k64f.dts144 int2-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk.dtsi150 int2-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
/Zephyr-latest/boards/nxp/mimxrt1040_evk/
Dmimxrt1040_evk.dts219 * int2-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
/Zephyr-latest/boards/nxp/twr_ke18f/doc/
Dindex.rst117 int2-gpios = <&gpioc 17 0>;
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c803 .int2 = GPIO_DT_SPEC_INST_GET_BY_IDX_OR(inst, irq_gpios, 1, {}),
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst414 configuration of both int1 and int2 pins. The DT attribute ``irq-gpios`` has been
415 removed and substituted by two new attributes, ``int1-gpios`` and ``int2-gpios``.
426 int2-gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay472 interrupt-names = "int1", "int2", "int3";
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3687 zassert_true(DT_SAME_NODE(DT_IRQ_INTC_BY_NAME(TEST_IRQ_EXT, int2), TEST_GPIO_4), ""); in ZTEST()
3698 zassert_true(DT_SAME_NODE(DT_INST_IRQ_INTC_BY_NAME(0, int2), TEST_GPIO_4), ""); in ZTEST()

12