Searched refs:thrMSB (Results 1 – 2 of 2) sorted by relevance
697 uint8_t thrLSB, thrMSB; in PADS_getPressureThreshold() local702 if (WE_FAIL == PADS_getPressureThresholdMSB(sensorInterface, &thrMSB)) in PADS_getPressureThreshold()706 *thresholdPa = (thrLSB & 0xFF) | ((thrMSB & 0xFF) << 8); in PADS_getPressureThreshold()762 int8_t PADS_getPressureThresholdMSB(WE_sensorInterface_t* sensorInterface, uint8_t *thrMSB) in PADS_getPressureThresholdMSB() argument764 return PADS_ReadReg(sensorInterface, PADS_THR_P_H_REG, 1, thrMSB); in PADS_getPressureThresholdMSB()
437 int8_t PADS_getPressureThresholdMSB(WE_sensorInterface_t* sensorInterface, uint8_t *thrMSB);