Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c2654 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_setDataEnableStampingSensor()
2661 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9); in ISDS_setDataEnableStampingSensor()
2674 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_getDataEnableStampingSensor()
2694 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_storeDataEnableValueInZAxisLSB()
2701 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9); in ISDS_storeDataEnableValueInZAxisLSB()
2714 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_isStoreDataEnableValueInZAxisLSB()
2734 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_storeDataEnableValueInYAxisLSB()
2741 return ISDS_WriteReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9); in ISDS_storeDataEnableValueInYAxisLSB()
2754 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_isStoreDataEnableValueInYAxisLSB()
2774 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_CTRL_9_REG, 1, (uint8_t *) &ctrl9)) in ISDS_storeDataEnableValueInXAxisLSB()
[all …]
DWSEN_ISDS_2536030320001_hal.h52 #define ISDS_CTRL_9_REG 0x18 /**< Control register 9 (linear acceleratio… macro