Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.c3350 …S_getStatusDetectRegister(WE_sensorInterface_t* sensorInterface, ITDS_statusDetect_t *statusDetect) in ITDS_getStatusDetectRegister() argument
3352 return ITDS_ReadReg(sensorInterface, ITDS_STATUS_DETECT_REG, 1, (uint8_t *) statusDetect); in ITDS_getStatusDetectRegister()
3363 ITDS_statusDetect_t statusDetect; in ITDS_isTemperatureDataReady() local
3365 …if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_STATUS_DETECT_REG, 1, (uint8_t *) &statusDetect)) in ITDS_isTemperatureDataReady()
3370 *dataReady = (ITDS_state_t) statusDetect.temperatureDataReady; in ITDS_isTemperatureDataReady()
DWSEN_ITDS_2533020201601_hal.h897 …_getStatusDetectRegister(WE_sensorInterface_t* sensorInterface, ITDS_statusDetect_t *statusDetect);