Searched refs:TIDS_SOFT_RESET_REG (Results 1 – 2 of 2) sorted by relevance
99 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg)) in TIDS_softReset()106 return TIDS_WriteReg(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()
45 #define TIDS_SOFT_RESET_REG 0x0C /**< Software reset register */ macro