Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c97 TIDS_softReset_t swRstReg; in TIDS_softReset() local
99 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg)) in TIDS_softReset()
104 swRstReg.reset = swReset; in TIDS_softReset()
106 return TIDS_WriteReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg); in TIDS_softReset()
117 TIDS_softReset_t swRstReg; in TIDS_getSoftResetState() local
119 if (WE_FAIL == TIDS_ReadReg(sensorInterface, TIDS_SOFT_RESET_REG, 1, (uint8_t *) &swRstReg)) in TIDS_getSoftResetState()
124 *swReset = (TIDS_state_t) swRstReg.reset; in TIDS_getSoftResetState()