Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/sensirion/shtcx/
Dshtcx.c95 if (!cfg->clock_stretching) { in shtcx_read_words()
152 measure_cmd[cfg->measure_mode][cfg->clock_stretching], in shtcx_sample_fetch()
234 LOG_DBG("Clock-stretching enabled: %d", cfg->clock_stretching); in shtcx_init()
248 .clock_stretching = DT_INST_PROP(inst, clock_stretching) \
Dshtcx.h61 bool clock_stretching; member