Searched +full:int +full:- +full:pin2 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | memsic,mc3419.yaml | 1 # SPDX-License-Identifier: Apache-2.0 5 MC3419 3-axis accel sensor 8 #include <zephyr/dt-bindings/sensor/mc3419.h> 13 lpf-fc-sel = <MC3419_LPF_DISABLE>; 14 decimation-rate = <MC3419_DECIMATE_IDR_BY_1>; 19 include: [sensor-device.yaml, i2c-device.yaml] 22 int-gpios: 23 type: phandle-array 25 This property specifies the connection for INT, this pin 28 int-pin2: [all …]
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x.h | 5 * SPDX-License-Identifier: Apache-2.0 92 /* Accel Interrupt pin2 mapping register */ 431 /* Macro used for compile time optimization to compile in/out code used for data-sync 432 * if at least 1 bmi08x has data-sync enabled 454 int (*check)(const union bmi08x_bus *bus); 455 int (*bus_init)(const struct device *dev); 456 int (*transceive)(const struct device *dev, uint8_t reg, bool write, void *data, 459 int (*write_config_file)(const struct device *dev); 464 int (*check)(const union bmi08x_bus *bus); 465 int (*transceive)(const struct device *dev, uint8_t reg, bool write, void *data, [all …]
|