Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h87 #define ISDS_X_OFS_USR_REG 0x73 /**< Accelerometer X-axis user offset corre… macro
DWSEN_ISDS_2536030320001_hal.c5027 return ISDS_WriteReg(sensorInterface, ISDS_X_OFS_USR_REG, 1, (uint8_t *) &offsetValueXAxis); in ISDS_setOffsetValueX()
5038 return ISDS_ReadReg(sensorInterface, ISDS_X_OFS_USR_REG, 1, (uint8_t *) offsetValueXAxis); in ISDS_getOffsetValueX()