Searched refs:TSL2540_REG_STATUS (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540_trigger.c | 50 int ret = i2c_reg_read_byte_dt(&config->i2c_spec, TSL2540_REG_STATUS, &status); in tsl2540_process_int() 53 LOG_ERR("Could not read status register (%#x), errno: %d", TSL2540_REG_STATUS, in tsl2540_process_int() 59 LOG_ERR("Interrupt status(%#x): %#x: ASAT", TSL2540_REG_STATUS, status); in tsl2540_process_int() 63 LOG_DBG("Interrupt status(%#x): %#x: CINT", TSL2540_REG_STATUS, status); in tsl2540_process_int() 67 LOG_DBG("Interrupt status(%#x): %#x: AINT", TSL2540_REG_STATUS, status); in tsl2540_process_int()
|
D | tsl2540.h | 26 #define TSL2540_REG_STATUS 0x93 macro
|