Searched refs:thr (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.h | 434 int8_t PADS_setPressureThresholdLSB(WE_sensorInterface_t* sensorInterface, uint8_t thr); 435 int8_t PADS_setPressureThresholdMSB(WE_sensorInterface_t* sensorInterface, uint8_t thr);
|
D | WSEN_PADS_2511020213301_hal.c | 720 int8_t PADS_setPressureThresholdLSB(WE_sensorInterface_t* sensorInterface, uint8_t thr) in PADS_setPressureThresholdLSB() argument 722 return PADS_WriteReg(sensorInterface, PADS_THR_P_L_REG, 1, &thr); in PADS_setPressureThresholdLSB() 734 int8_t PADS_setPressureThresholdMSB(WE_sensorInterface_t* sensorInterface, uint8_t thr) in PADS_setPressureThresholdMSB() argument 736 return PADS_WriteReg(sensorInterface, PADS_THR_P_H_REG, 1, &thr); in PADS_setPressureThresholdMSB()
|