Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/sensor/s11059/
Ds11059.c23 #define S11059_REG_ADDR_CONTROL 0x00 macro
126 const uint8_t opcode[] = {S11059_REG_ADDR_CONTROL, control}; in s11059_control_write()
147 rc = i2c_reg_read_byte_dt(&cfg->bus, S11059_REG_ADDR_CONTROL, &control); in s11059_start_measurement()
217 rc = i2c_reg_read_byte_dt(&cfg->bus, S11059_REG_ADDR_CONTROL, &control); in s11059_sample_fetch()