Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/infineon/dps310/
Ddps310.c219 int32_t c10; /* 20bit */ member
274 comp->c10 = (((uint32_t)(raw_coef[5] & 0x0F)) << 16) + in dps310_calib_coeff_creation()
277 if (comp->c10 > POW_2_19_MINUS_1) { in dps310_calib_coeff_creation()
278 comp->c10 = comp->c10 - POW_2_20; in dps310_calib_coeff_creation()
445 psr_final += psr * (comp->c10 + psr * (comp->c20 + psr * comp->c30)); in dps310_scale_pressure()