/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PDUS_25131308XXX01_hal/ |
D | WSEN_PDUS_25131308XXX01_hal.c | 110 …ureAndTemperature(WE_sensorInterface_t* sensorInterface, uint16_t *pressure, uint16_t *temperature) in PDUS_getRawPressureAndTemperature() argument 122 *temperature = (uint16_t) ((tmp[2] & 0x7F) << 8); in PDUS_getRawPressureAndTemperature() 123 *temperature |= (uint16_t) tmp[3]; in PDUS_getRawPressureAndTemperature()
|
D | WSEN_PDUS_25131308XXX01_hal.h | 65 …reAndTemperature(WE_sensorInterface_t* sensorInterface, uint16_t *pressure, uint16_t *temperature);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_HIDS_2525020210001_hal/ |
D | WSEN_HIDS_2525020210001_hal.c | 959 int8_t HIDS_getTemperature_int16(WE_sensorInterface_t* sensorInterface, int16_t *temperature) in HIDS_getTemperature_int16() argument 964 *temperature = 0; in HIDS_getTemperature_int16() 967 return HIDS_convertTemperature_int16(sensorInterface, tempRaw, temperature); in HIDS_getTemperature_int16() 1019 …vertTemperature_int16(WE_sensorInterface_t* sensorInterface, int16_t rawTemp, int16_t *temperature) in HIDS_convertTemperature_int16() argument 1027 *temperature = 0; in HIDS_convertTemperature_int16() 1041 *temperature = (int16_t) tTemp; in HIDS_convertTemperature_int16()
|
D | WSEN_HIDS_2525020210001_hal.h | 303 int8_t HIDS_getTemperature_int16(WE_sensorInterface_t* sensorInterface, int16_t *temperature); 306 …ertTemperature_int16(WE_sensorInterface_t* sensorInterface, int16_t rawTemp, int16_t *temperature);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_PADS_2511020213301_hal/ |
D | WSEN_PADS_2511020213301_hal.h | 518 int8_t PADS_getTemperature_int(WE_sensorInterface_t* sensorInterface, int16_t *temperature); 521 …foTemperature_int(WE_sensorInterface_t* sensorInterface, uint8_t numSamples, int16_t *temperature); 522 …WE_sensorInterface_t* sensorInterface, uint8_t numSamples, int32_t *pressPa, int16_t *temperature);
|
D | WSEN_PADS_2511020213301_hal.c | 1926 int8_t PADS_getTemperature_int(WE_sensorInterface_t* sensorInterface, int16_t *temperature) in PADS_getTemperature_int() argument 1928 return PADS_getRawTemperature(sensorInterface, temperature); in PADS_getTemperature_int() 1960 …ifoTemperature_int(WE_sensorInterface_t* sensorInterface, uint8_t numSamples, int16_t *temperature) in PADS_getFifoTemperature_int() argument 1962 return PADS_getFifoRawTemperature(sensorInterface, numSamples, temperature); in PADS_getFifoTemperature_int() 1973 …(WE_sensorInterface_t* sensorInterface, uint8_t numSamples, int32_t *pressPa, int16_t *temperature) in PADS_getFifoValues_int() argument 1975 if (WE_FAIL == PADS_getFifoRawValues(sensorInterface, numSamples, pressPa, temperature)) in PADS_getFifoValues_int()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.h | 1262 int8_t ISDS_getTemperature_float(WE_sensorInterface_t* sensorInterface, float *temperature); 1264 int8_t ISDS_getTemperature_int(WE_sensorInterface_t* sensorInterface, int16_t *temperature); 1265 int8_t ISDS_getRawTemperature(WE_sensorInterface_t* sensorInterface, int16_t *temperature); 1282 float ISDS_convertTemperature_float(int16_t temperature); 1298 int16_t ISDS_convertTemperature_int(int16_t temperature);
|
D | WSEN_ISDS_2536030320001_hal.c | 5688 int8_t ISDS_getTemperature_float(WE_sensorInterface_t* sensorInterface, float *temperature) in ISDS_getTemperature_float() argument 5695 *temperature = ISDS_convertTemperature_float(tempRaw); in ISDS_getTemperature_float() 5705 int8_t ISDS_getTemperature_int(WE_sensorInterface_t* sensorInterface, int16_t *temperature) in ISDS_getTemperature_int() argument 5712 *temperature = ISDS_convertTemperature_int(tempRaw); in ISDS_getTemperature_int() 5727 int8_t ISDS_getRawTemperature(WE_sensorInterface_t* sensorInterface, int16_t *temperature) in ISDS_getRawTemperature() argument 5736 *temperature = (int16_t) (tmp[1] << 8); in ISDS_getRawTemperature() 5737 *temperature |= (int16_t) tmp[0]; in ISDS_getRawTemperature() 5906 float ISDS_convertTemperature_float(int16_t temperature) in ISDS_convertTemperature_float() argument 5908 return ((((float) temperature) / 256.0f) + 25.0f); in ISDS_convertTemperature_float() 6075 int16_t ISDS_convertTemperature_int(int16_t temperature) in ISDS_convertTemperature_int() argument [all …]
|