Searched refs:TIDS_ReadReg (Results 1 – 1 of 1) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/ |
D | WSEN_TIDS_2521020222501_hal.c | 39 static inline int8_t TIDS_ReadReg(WE_sensorInterface_t* sensorInterface, in TIDS_ReadReg() function 86 return TIDS_ReadReg(sensorInterface, TIDS_DEVICE_ID_REG, 1, deviceID); in TIDS_getDeviceID() 99 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg)) in TIDS_softReset() 119 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg)) in TIDS_getSoftResetState() 139 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_enableContinuousMode() 159 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_isContinuousModeEnabled() 179 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_enableBlockDataUpdate() 199 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_isBlockDataUpdateEnabled() 219 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_setOutputDataRate() 239 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_CTRL_REG, 1, (uint8_t *) &ctrlReg)) in TIDS_getOutputDataRate() [all …]
|