Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c56 static inline int8_t TIDS_WriteReg(WE_sensorInterface_t* sensorInterface, in TIDS_WriteReg() function
106 return TIDS_WriteReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg); in TIDS_softReset()
146 return TIDS_WriteReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg); in TIDS_enableContinuousMode()
186 return TIDS_WriteReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg); in TIDS_enableBlockDataUpdate()
226 return TIDS_WriteReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg); in TIDS_setOutputDataRate()
267 return TIDS_WriteReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg); in TIDS_enableOneShot()
307 return TIDS_WriteReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg); in TIDS_enableAutoIncrement()
355 return TIDS_WriteReg(sensorInterface, TIDS_LIMIT_T_H_REG, 1, &upperLimitBits); in TIDS_setTempHighLimit()
403 return TIDS_WriteReg(sensorInterface, TIDS_LIMIT_T_L_REG, 1, &lowerLimitBits); in TIDS_setTempLowLimit()