Searched refs:thrLSB (Results 1 – 2 of 2) sorted by relevance
697 uint8_t thrLSB, thrMSB; in PADS_getPressureThreshold() local698 if (WE_FAIL == PADS_getPressureThresholdLSB(sensorInterface, &thrLSB)) in PADS_getPressureThreshold()706 *thresholdPa = (thrLSB & 0xFF) | ((thrMSB & 0xFF) << 8); in PADS_getPressureThreshold()748 int8_t PADS_getPressureThresholdLSB(WE_sensorInterface_t* sensorInterface, uint8_t *thrLSB) in PADS_getPressureThresholdLSB() argument750 return PADS_ReadReg(sensorInterface, PADS_THR_P_L_REG, 1, thrLSB); in PADS_getPressureThresholdLSB()
436 int8_t PADS_getPressureThresholdLSB(WE_sensorInterface_t* sensorInterface, uint8_t *thrLSB);