Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/infineon/dps310/
Ddps310.c620 uint8_t tmp_coef_srce = 0; in dps310_init() local
622 res = i2c_write_read_dt(&config->i2c, &REG_ADDR_COEF_SRCE, 1, &tmp_coef_srce, in dps310_init()
623 sizeof(tmp_coef_srce)); in dps310_init()
630 tmp_coef_srce &= IFX_DPS310_COEF_SRCE_MASK; in dps310_init()
633 tmp_coef_srce |= IFX_DPS310_TMP_CFG; in dps310_init()
639 tmp_coef_srce, /* TMP_CFG */ in dps310_init()