Home
last modified time | relevance | path

Searched refs:SX9500_REG_IRQ_SRC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/sx9500/
Dsx9500.h14 #define SX9500_REG_IRQ_SRC 0x00 macro
Dsx9500.c105 if (i2c_reg_read_byte_dt(&cfg->i2c, SX9500_REG_IRQ_SRC, &val) < 0) { in sx9500_init_chip()
Dsx9500_trigger.c74 if (i2c_reg_read_byte_dt(&cfg->i2c, SX9500_REG_IRQ_SRC, &reg_val) < 0) { in sx9500_gpio_thread_cb()