Searched refs:int1_gpio (Results  1 – 15 of 15) sorted by relevance
| /Zephyr-latest/drivers/sensor/bosch/bma280/ | 
| D | bma280_trigger.c | 25 	gpio_pin_interrupt_configure_dt(&config->int1_gpio,  in setup_int1() 37 	if (!config->int1_gpio.port) {  in bma280_attr_set() 161 	if (!config->int1_gpio.port) {  in bma280_trigger_set() 233 	if (!gpio_is_ready_dt(&config->int1_gpio)) {  in bma280_init_interrupt() 238 	gpio_pin_configure_dt(&config->int1_gpio, GPIO_INPUT);  in bma280_init_interrupt() 242 			   BIT(config->int1_gpio.pin));  in bma280_init_interrupt() 244 	if (gpio_add_callback(config->int1_gpio.port, &drv_data->gpio_cb) < 0) {  in bma280_init_interrupt()
  | 
| D | bma280.c | 154 	if (config->int1_gpio.port) {  in bma280_init() 171 			   (.int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }),))	\
  | 
| D | bma280.h | 146 	struct gpio_dt_spec int1_gpio;  member
  | 
| /Zephyr-latest/drivers/sensor/st/lis2de12/ | 
| D | lis2de12.h | 49 	const struct gpio_dt_spec int1_gpio;  member
  | 
| D | lis2de12_trigger.c | 156 	lis2de12->drdy_gpio = (struct gpio_dt_spec *)&cfg->int1_gpio;  in lis2de12_init_interrupt()
  | 
| D | lis2de12.c | 413 	.int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }), \
  | 
| /Zephyr-latest/drivers/sensor/st/lis2du12/ | 
| D | lis2du12.h | 52 	const struct gpio_dt_spec int1_gpio;  member
  | 
| D | lis2du12_trigger.c | 175 			(struct gpio_dt_spec *)&cfg->int1_gpio :  in lis2du12_init_interrupt()
  | 
| D | lis2du12.c | 410 	.int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }), \
  | 
| /Zephyr-latest/drivers/sensor/st/lis2dux12/ | 
| D | lis2dux12.h | 77 	const struct gpio_dt_spec int1_gpio;  member
  | 
| D | lis2dux12_trigger.c | 68 	data->drdy_gpio = (cfg->drdy_pin == 1) ? (struct gpio_dt_spec *)&cfg->int1_gpio  in lis2dux12_trigger_init()
  | 
| D | lis2dux12.c | 247 	.int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, {0}),			\
  | 
| /Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ | 
| D | lsm6dsv16x.h | 84 	const struct gpio_dt_spec int1_gpio;  member
  | 
| D | lsm6dsv16x_trigger.c | 393 			(struct gpio_dt_spec *)&cfg->int1_gpio :  in lsm6dsv16x_init_interrupt()
  | 
| D | lsm6dsv16x.c | 1282 	.int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }),	\
  |