Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h89 #define ISDS_Z_OFS_USR_REG 0x75 /**< Accelerometer Z-axis user offset corre… macro
DWSEN_ISDS_2536030320001_hal.c5071 return ISDS_WriteReg(sensorInterface, ISDS_Z_OFS_USR_REG, 1, (uint8_t *) &offsetValueZAxis); in ISDS_setOffsetValueZ()
5082 return ISDS_ReadReg(sensorInterface, ISDS_Z_OFS_USR_REG, 1, (uint8_t *) offsetValueZAxis); in ISDS_getOffsetValueZ()