Searched refs:int2_gpio (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/drivers/sensor/st/lis2de12/ |
| D | lis2de12.h | 50 const struct gpio_dt_spec int2_gpio; member
|
| D | lis2de12.c | 414 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, { 0 }), \
|
| /Zephyr-latest/drivers/sensor/st/lis2du12/ |
| D | lis2du12.h | 53 const struct gpio_dt_spec int2_gpio; member
|
| D | lis2du12_trigger.c | 176 (struct gpio_dt_spec *)&cfg->int2_gpio; in lis2du12_init_interrupt()
|
| D | lis2du12.c | 411 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, { 0 }), \
|
| /Zephyr-latest/drivers/sensor/st/lis2dux12/ |
| D | lis2dux12.h | 78 const struct gpio_dt_spec int2_gpio; member
|
| D | lis2dux12_trigger.c | 69 : (struct gpio_dt_spec *)&cfg->int2_gpio; in lis2dux12_trigger_init()
|
| D | lis2dux12.c | 248 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, {0}), \
|
| /Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
| D | lsm6dsv16x.h | 85 const struct gpio_dt_spec int2_gpio; member
|
| D | lsm6dsv16x_trigger.c | 394 (struct gpio_dt_spec *)&cfg->int2_gpio; in lsm6dsv16x_init_interrupt()
|
| D | lsm6dsv16x.c | 1283 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, { 0 }), \
|