Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/
DWSEN_PADS_2511020213301_hal.c677 int8_t PADS_setPressureThreshold(WE_sensorInterface_t* sensorInterface, uint32_t thresholdPa) in PADS_setPressureThreshold() argument
679 uint32_t thresholdBits = (thresholdPa * 16) / 100; in PADS_setPressureThreshold()
695 int8_t PADS_getPressureThreshold(WE_sensorInterface_t* sensorInterface, uint32_t *thresholdPa) in PADS_getPressureThreshold() argument
706 *thresholdPa = (thrLSB & 0xFF) | ((thrMSB & 0xFF) << 8); in PADS_getPressureThreshold()
707 *thresholdPa = (*thresholdPa * 100) / 16; in PADS_getPressureThreshold()
DWSEN_PADS_2511020213301_hal.h432 int8_t PADS_setPressureThreshold(WE_sensorInterface_t* sensorInterface, uint32_t thresholdPa);
433 int8_t PADS_getPressureThreshold(WE_sensorInterface_t* sensorInterface, uint32_t *thresholdPa);