Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_TIDS_2521020222501_hal/
DWSEN_TIDS_2521020222501_hal.c99 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()
DWSEN_TIDS_2521020222501_hal.h45 #define TIDS_SOFT_RESET_REG 0x0C /**< Software reset register */ macro